Jan Hicken
Jan Hicken
I'm facing the same issue. The Tink GCP KMS extension references the class `com.google.api.client.json.jackson2.JacksonFactory` in its `com.google.crypto.tink.integration.gcpkms.GcpKmsClient` class. However, there is no dependency to `com.google.http-client:google-http-client-jackson2` declared anywhere in its `pom.xml`...
I think this issue has been fixed with 2069a8080c40b1e6a821d3e44e0cb3f3022bbedc. However, there seems to be no release to include that fix yet.
This seems to be a duplicate of #346. The `PomHelper` already features a method to find the imported POMs inside the dependency management section. This is just not used in...
The reason for this behavior is that the Stackdriver Monitoring API V3 emits 4 values for the metric type `redis.googleapis.com/stats/cpu_utilization` per node. These probably correspond to the 4 different CPU...
Done.
@hoxu Yes there is, just exclude the `org:slf4j:slf4j-api` dependency when including HikariCP or pin the `slf4j-api` version using `dependencyManagement`
This bug is also occuring on my system but not only when KeePass is minimized to tray. I'm using ChromeIFox with KeePassHttp. Sometimes, this is shown as a notification in...
Found out that the JSON RPC call is wrong. Currently the interface issues for example: ``` JSON { "jsonrpc":"2.0", "method":"AudioLibrary.GetSongs", "id":"1420984200862", "params":[ ["title","artist","albumartist","genre","year","rating","album","track","duration","playcount","fanart","thumbnail","file","albumid","lastplayed","disc","genreid","artistid","displayartist","albumartistid"], { "start":0, "end":500 }, { "sort":{ "method":"dateadded",...
You changed the files located in the dist folder but these are generated by grunt and compass. I don't really understand why they are checked into the repository anyway. On...
Nevermind, I'm sorry, didn't recognize you edited them, too. It's just a bit confusing to have all changes listed twice in the commits :)