consul-client icon indicating copy to clipboard operation
consul-client copied to clipboard

Java Client for Consul HTTP API

Results 50 consul-client issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.0 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.0&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Guava API has a known vulnerability: [CVE-2020-8908](https://nvd.nist.gov/vuln/detail/cve-2020-8908) Jackson Databind has a known vulnerability: [CVE-2020-36518](https://nvd.nist.gov/vuln/detail/cve-2020-36518)

Hi! We overloaded ClientEventCallback interface methods to be able to path some additional information (path and responseCode) to implementation. This information can be useful for example for monitoring.

Allow custom provisioning for consul tokens. This pr, with the ConsulBookend to read the outcome of the responses, allows to reload the token when a new one is provided and...

I am connecting consul using a token that can be revoked and then I am starting to watch for changes using KVCache. When my consul token is expired I see...

https://github.com/square/okhttp/issues/6738

Updating dependencies that have recorded CVEs mainly: - jackson-databind - guava - OkHttp also: - logback in test dependencies for completeness

Hi, Is it possible to upgrade okhttp to version 4.9.2 to fix https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044 ? Thanks, Eric

Hey 😊 I want to contribute the following test: Test that `consulResponse.toString()` is equal to `"ConsulResponse{response=success, lastContact=0, knownLeader=false, index=0, cache=Optional.empty}"`. This tests the method [`ConsulResponse.toString`](https://github.com/rickfast/consul-client/blob/e7422ff833482f840939b8fb0ef12de5940266ca/src/main/java/com/orbitz/consul/model/ConsulResponse.java#L101). This test is based on...