dependabot[bot] opened a new pull request, #17490: URL: https://github.com/apache/camel/pull/17490
Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.20.5 to 2.20.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nats-io/nats.java/releases">io.nats:jnats's releases</a>.</em></p> <blockquote> <h2>2.20.6 Fixes, Tuning and Libraries</h2> <h3>Core</h3> <ul> <li>Reader Listener <a href="https://redirect.github.com/nats-io/nats.java/issues/1265">#1265</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>[BUG] Hosts should never be resolved on websocket URI's <a href="https://redirect.github.com/nats-io/nats.java/issues/1286">#1286</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Replace ed25519 with BouncyCastle <a href="https://redirect.github.com/nats-io/nats.java/issues/1290">#1290</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>KV</h3> <ul> <li>KV Minor Changes <a href="https://redirect.github.com/nats-io/nats.java/issues/1264">#1264</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Tuning common code used for watches and key lookup <a href="https://redirect.github.com/nats-io/nats.java/issues/1281">#1281</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Service API</h3> <ul> <li>Remove Schema related leftovers <a href="https://redirect.github.com/nats-io/nats.java/issues/1263">#1263</a> <a href="https://github.com/d0x7"><code>@d0x7</code></a></li> <li>Feature: Support adding service endpoint after construction <a href="https://redirect.github.com/nats-io/nats.java/issues/1274">#1274</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Feature: Support adding service endpoint after construction (more) <a href="https://redirect.github.com/nats-io/nats.java/issues/1276">#1276</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Service user endpoints can be run without queue groups. <a href="https://redirect.github.com/nats-io/nats.java/issues/1277">#1277</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Service, tuning review <a href="https://redirect.github.com/nats-io/nats.java/issues/1279">#1279</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Documentation</h3> <ul> <li>Docs - close() versus stop() in MessageConsumer <a href="https://redirect.github.com/nats-io/nats.java/issues/1271">#1271</a> <a href="https://github.com/roeschter"><code>@roeschter</code></a></li> <li>Remove the experimental mentions <a href="https://redirect.github.com/nats-io/nats.java/issues/1278">#1278</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix Javadoc for JetStream <a href="https://redirect.github.com/nats-io/nats.java/issues/1283">#1283</a> <a href="https://github.com/vkolomeyko"><code>@vkolomeyko</code></a></li> <li>[DOC] ResilientPublisher better api doc <a href="https://redirect.github.com/nats-io/nats.java/issues/1285">#1285</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Test</h3> <ul> <li>Add test coverage <a href="https://redirect.github.com/nats-io/nats.java/issues/1282">#1282</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md">io.nats:jnats's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats.java/commit/fdb675cdf8ec5778a0add52df02540d8ebbd0ac0"><code>fdb675c</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1286">#1286</a> from nats-io/websocket-never-resolve-hosts</li> <li><a href="https://github.com/nats-io/nats.java/commit/ee59342c4bfd49d8e1cadc5628134e6c98c36245"><code>ee59342</code></a> Merge branch 'main' into websocket-never-resolve-hosts</li> <li><a href="https://github.com/nats-io/nats.java/commit/d4a9c3e4b178f70231fe4bf1f19b913092543b30"><code>d4a9c3e</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1290">#1290</a> from nats-io/bouncy-castle-for-main</li> <li><a href="https://github.com/nats-io/nats.java/commit/91c7686ff28b63f40890c62018dfa7585d3fca94"><code>91c7686</code></a> Replace ed25519 with BouncyCastle</li> <li><a href="https://github.com/nats-io/nats.java/commit/620f30a7d42d46be6e084b712edd07024e38d54f"><code>620f30a</code></a> [BUG] Hosts should never be resolved on websocket URI's</li> <li><a href="https://github.com/nats-io/nats.java/commit/20c27048497264492615702297f28190e4b575c3"><code>20c2704</code></a> [BUG] Hosts should never be resolved on websocket URI's</li> <li><a href="https://github.com/nats-io/nats.java/commit/8885991712a6c8024cb14ffb8703f9ddc9014ff6"><code>8885991</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1283">#1283</a> from vkolomeyko/main</li> <li><a href="https://github.com/nats-io/nats.java/commit/273af9081ba3d58681925e1a95015f24ff826c18"><code>273af90</code></a> Merge branch 'main' into main</li> <li><a href="https://github.com/nats-io/nats.java/commit/b1c69ec8d58bdb012d67592d4b58a5a23a3dbd74"><code>b1c69ec</code></a> [DOC] ResilientPublisher better api doc (<a href="https://redirect.github.com/nats-io/nats.java/issues/1285">#1285</a>)</li> <li><a href="https://github.com/nats-io/nats.java/commit/9aaa0fea23f4e27972e62e48f2086be5b1abbabb"><code>9aaa0fe</code></a> Fix Javadoc for <code>JetStream</code></li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.java/compare/2.20.5...2.20.6">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
