dependabot[bot] opened a new pull request, #17020: URL: https://github.com/apache/camel/pull/17020
Bumps [org.kiwiproject:consul-client](https://github.com/kiwiproject/consul-client) from 1.4.5 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kiwiproject/consul-client/releases">org.kiwiproject:consul-client's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>Summary</h2> <ul> <li>2025-02-01T14:39:43Z - <a href="https://github.com/kiwiproject/consul-client/compare/v1.4.5...v1.5.0">17 commit(s)</a> by <a href="https://github.com/sleberknight">Scott Leberknight</a>, <a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>Deprecations ⚠️</h2> <ul> <li>Deprecate ConsulFailoverStrategy#computeNextStage method with previousResponse argument for removal [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/394">#394</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/issues/394">kiwiproject/consul-client#394</a>)</li> </ul> <h2>Improvements 🚀</h2> <ul> <li>Add constructor in BlacklistingConsulFailoverStrategy that accepts a Duration [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/413">#413</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/issues/413">kiwiproject/consul-client#413</a>)</li> <li>Validate targets argument in BlacklistingConsulFailoverStrategy ctor [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/409">#409</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/pull/409">kiwiproject/consul-client#409</a>)</li> <li>Add isNotNullOrEmpty to Lists [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/408">#408</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/pull/408">kiwiproject/consul-client#408</a>)</li> <li>Extract HostAndPorts utility class [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/407">#407</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/pull/407">kiwiproject/consul-client#407</a>)</li> <li>Add new round-robin implementation of ConsulFailoverStrategy [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/397">#397</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/issues/397">kiwiproject/consul-client#397</a>)</li> <li>Add new ConsulFailoverStrategy#computeNextStage method with only one argument [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/395">#395</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/issues/395">kiwiproject/consul-client#395</a>)</li> <li>Enhance the log message in TimeoutInterceptor#parseWaitQuery [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/392">#392</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/issues/392">kiwiproject/consul-client#392</a>)</li> </ul> <h2>Assorted 👜</h2> <ul> <li>Replace usage of deprecated computeNextStage method in ConsulFailoverInterceptor [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/405">#405</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/issues/405">kiwiproject/consul-client#405</a>)</li> </ul> <h2>Dependency Updates ⬆️</h2> <ul> <li>Bump the prod-deps group with 2 updates [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/417">#417</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/pull/417">kiwiproject/consul-client#417</a>)</li> <li>Bump com.squareup.okio:okio-bom from 3.9.1 to 3.10.2 in the prod-deps group [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/415">#415</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/pull/415">kiwiproject/consul-client#415</a>)</li> </ul> <h2>Infrastructure 🚧</h2> <ul> <li>Update build to test against multiple Consul versions [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/411">#411</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/pull/411">kiwiproject/consul-client#411</a>)</li> <li>Add the ability to test against different Consul versions [(<a href="https://redirect.github.com/kiwiproject/consul-client/issues/410">#410</a>)](<a href="https://redirect.github.com/kiwiproject/consul-client/pull/410">kiwiproject/consul-client#410</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kiwiproject/consul-client/commit/bb892c50c286492853c5041773709b8b8831250b"><code>bb892c5</code></a> 1.5.0</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/48f7276320dafd114de3fd940567ab09e0f43fe8"><code>48f7276</code></a> add service weight support (<a href="https://redirect.github.com/kiwiproject/consul-client/issues/429">#429</a>)</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/dfe4601903ff9742621cbc61c5cabed74da56d72"><code>dfe4601</code></a> DebugConfig deserialization for agent/self (see <a href="https://redirect.github.com/kiwiproject/consul-client/issues/431">#431</a>) (<a href="https://redirect.github.com/kiwiproject/consul-client/issues/432">#432</a>)</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/305f6bc47f9ca180d88c069d992f8593d59a66f1"><code>305f6bc</code></a> Support for SuccessBeforePassing and FailuresBeforeCritical (<a href="https://redirect.github.com/kiwiproject/consul-client/issues/428">#428</a>)</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/0db93b4effe11e54b6f72e0e53f27b8ee61327b5"><code>0db93b4</code></a> Expose 'Meta' properties on Agent model (<a href="https://redirect.github.com/kiwiproject/consul-client/issues/424">#424</a>)</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/b3a21e881ece35f324e3895fd392beb074358401"><code>b3a21e8</code></a> Upgrade to guava.version 29.0-jre (<a href="https://redirect.github.com/kiwiproject/consul-client/issues/419">#419</a>)</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/527ecb8b38b5c31ac672765ce45268b3fcc48f1e"><code>527ecb8</code></a> Added serialization inclusion of non-null, non-absent, and non-empty to work ...</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/c3250bbd08a5787fc879508997ce1615693fbdfa"><code>c3250bb</code></a> Return an empty list for a missing key from getKeys instead of throwing an ex...</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/0c4594fc1e387793676783be1360486875485731"><code>0c4594f</code></a> Add support for the separator param on getKeys (<a href="https://redirect.github.com/kiwiproject/consul-client/issues/408">#408</a>) (<a href="https://redirect.github.com/kiwiproject/consul-client/issues/410">#410</a>)</li> <li><a href="https://github.com/kiwiproject/consul-client/commit/ecf6f9aac3d9f25ee41d9b4f85d40df637019fa1"><code>ecf6f9a</code></a> 1.4.0</li> <li>Additional commits viewable in <a href="https://github.com/kiwiproject/consul-client/compare/v1.4.5...1.5.0">compare view</a></li> </ul> </details> <br /> [](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org