dependabot[bot] opened a new pull request, #17726: URL: https://github.com/apache/camel/pull/17726
Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.21.0 to 2.21.1. <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.21.1 Minor bug fixes</h2> <h3>KV</h3> <ul> <li>KV TTL (stream max_age) versus stream duplicate_window <a href="https://redirect.github.com/nats-io/nats.java/issues/1301">#1301</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>JetStream</h3> <ul> <li>ConsumeOptions creation from json should use default, not minimum <a href="https://redirect.github.com/nats-io/nats.java/issues/1302">#1302</a></li> </ul> <h3>Misc</h3> <ul> <li>Remove STAN references <a href="https://redirect.github.com/nats-io/nats.java/issues/1300">#1300</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> <h2>2.21.1</h2> <h3>Core</h3> <ul> <li>Handle Server 2.10.26 returns No Responders instead of timeouts. <a href="https://redirect.github.com/nats-io/nats.java/issues/1292">#1292</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Jetstream</h3> <ul> <li>Improve FetchConsumeOptions construction and add test <a href="https://redirect.github.com/nats-io/nats.java/issues/1293">#1293</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>2.11 Specific</h3> <p>Main 2 11 merge safe <a href="https://redirect.github.com/nats-io/nats.java/issues/1294">#1294</a> is actually a compilation of PRs related to 2.11 features <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/MauriceVanVeen"><code>@MauriceVanVeen</code></a></p> <ul> <li>Main for server v2.11 <a href="https://redirect.github.com/nats-io/nats.java/issues/1239">#1239</a></li> <li>Consumer Priority Group Overflow <a href="https://redirect.github.com/nats-io/nats.java/issues/1233">#1233</a></li> <li>Add Message TTL Stream Configuration <a href="https://redirect.github.com/nats-io/nats.java/issues/1280">#1280</a></li> <li>Per Message TTL Support for 2.11 <a href="https://redirect.github.com/nats-io/nats.java/issues/1295">#1295</a></li> </ul> <h2>2.20.6</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> <h3>Benchmark</h3> <pre><code>┌─────────────────────┬───────────────────┬─────────────────┬──────────────────────────┬──────────────────┐ │ │ count │ time │ msgs/sec │ bytes/sec │ ├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤ │ PubAsync │ 50,000,000 msgs │ 30:37.925 │ 27,204.592 msgs/sec │ 6.49 mb/sec │ ├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤ │ SubFetch │ 50,000,000 msgs │ 34:11.735 │ 24,369.608 msgs/sec │ 5.81 mb/sec │ ├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤ </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats.java/commit/e38e04ef393c4b29544042dabb69eea527761634"><code>e38e04e</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1302">#1302</a> from nats-io/base-consume-options-creation-from-json</li> <li><a href="https://github.com/nats-io/nats.java/commit/f610164b7cad70bc66945829a860cfe907e64cf2"><code>f610164</code></a> ConsumeOptions creation from json should use default, not minimum</li> <li><a href="https://github.com/nats-io/nats.java/commit/3a12b7afc6a7ba5a52fc46fc854d86d859fde0ae"><code>3a12b7a</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1301">#1301</a> from nats-io/kv-max-age-vs-duplicate-window</li> <li><a href="https://github.com/nats-io/nats.java/commit/c072e81a1f3707d17206c8a0d1ff5d7233c066f4"><code>c072e81</code></a> KV TTL (stream max_age) versus stream duplicate_window</li> <li><a href="https://github.com/nats-io/nats.java/commit/5d35e5aaa63368d4cc20061590353afda16bb7f1"><code>5d35e5a</code></a> KV TTL (stream max_age) versus stream duplicate_window</li> <li><a href="https://github.com/nats-io/nats.java/commit/0238c9a2897c131cf8253d4ec76090e52ef7bddd"><code>0238c9a</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1300">#1300</a> from nats-io/remove-stan</li> <li><a href="https://github.com/nats-io/nats.java/commit/9335fa9fd3d8bdd3bfbd678b7a5fdf2c9ca4ece5"><code>9335fa9</code></a> Remove STAN references</li> <li><a href="https://github.com/nats-io/nats.java/commit/9a33688fb7934c7693006549b36afccda43d4660"><code>9a33688</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1296">#1296</a> from nats-io/start-2-21-1</li> <li><a href="https://github.com/nats-io/nats.java/commit/a548cf8e556b609bde81c00b59da92eedc0423f8"><code>a548cf8</code></a> update readme links</li> <li><a href="https://github.com/nats-io/nats.java/commit/2c7138e5a15ceb11e9d5612d21a58b00ca8f596a"><code>2c7138e</code></a> update readme</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.java/compare/2.21.0...2.21.1">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