dependabot[bot] opened a new pull request, #25486: URL: https://github.com/apache/camel/pull/25486
Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.26.0 to 2.26.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.26.1 Minor connection enhancements</h2> <h3>Core</h3> <ul> <li>Reset Reader Connection <a href="https://redirect.github.com/nats-io/nats.java/issues/1592">#1592</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Simplify set reader connection <a href="https://redirect.github.com/nats-io/nats.java/issues/1594">#1594</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Count connect failure once per server, not once per resolved IP <a href="https://redirect.github.com/nats-io/nats.java/issues/1595">#1595</a> <a href="https://github.com/stasimus"><code>@stasimus</code></a></li> <li>Address forceReconnectImpl reader/writer stop race <a href="https://redirect.github.com/nats-io/nats.java/issues/1601">#1601</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>JetStream</h3> <ul> <li>Better exception raising on create consumer <a href="https://redirect.github.com/nats-io/nats.java/issues/1598">#1598</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Additional tests for reader repoint <a href="https://redirect.github.com/nats-io/nats.java/issues/1593">#1593</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Add provider dependency note to readme <a href="https://redirect.github.com/nats-io/nats.java/issues/1599">#1599</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Add docs.nats.io examples to main <a href="https://redirect.github.com/nats-io/nats.java/issues/1600">#1600</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Instructions for Building a Canary <a href="https://redirect.github.com/nats-io/nats.java/issues/1602">#1602</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.26.1</h2> <h3>Core</h3> <ul> <li>Reset Reader Connection <a href="https://redirect.github.com/nats-io/nats.java/issues/1592">#1592</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Simplify set reader connection <a href="https://redirect.github.com/nats-io/nats.java/issues/1594">#1594</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Count connect failure once per server, not once per resolved IP <a href="https://redirect.github.com/nats-io/nats.java/issues/1595">#1595</a> <a href="https://github.com/stasimus"><code>@stasimus</code></a></li> <li>Address forceReconnectImpl reader/writer stop race <a href="https://redirect.github.com/nats-io/nats.java/issues/1601">#1601</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>JetStream</h3> <ul> <li>Better exception raising on create consumer <a href="https://redirect.github.com/nats-io/nats.java/issues/1598">#1598</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Additional tests for reader repoint <a href="https://redirect.github.com/nats-io/nats.java/issues/1593">#1593</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Add provider dependency note to readme <a href="https://redirect.github.com/nats-io/nats.java/issues/1599">#1599</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Add docs.nats.io examples to main <a href="https://redirect.github.com/nats-io/nats.java/issues/1600">#1600</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Instructions for Building a Canary <a href="https://redirect.github.com/nats-io/nats.java/issues/1602">#1602</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats.java/commit/64e96ac9010d6c797a6b4944d665d10138e9eb8f"><code>64e96ac</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1602">#1602</a> from nats-io/canary</li> <li><a href="https://github.com/nats-io/nats.java/commit/c905716f3bdd8c1e1e11950740058bc64ecae151"><code>c905716</code></a> more detail</li> <li><a href="https://github.com/nats-io/nats.java/commit/7d622e07181aeeb00fedef401bb076182f1a8557"><code>7d622e0</code></a> Instructions for Building a Canary</li> <li><a href="https://github.com/nats-io/nats.java/commit/e802a1e45ad9439f6fd345c78e284870f7b71010"><code>e802a1e</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1601">#1601</a> from nats-io/reader-writer-stop-race</li> <li><a href="https://github.com/nats-io/nats.java/commit/7b6fcb3df57e24816609ba5d1fea437b7dd72006"><code>7b6fcb3</code></a> Address forceReconnectImpl reader/writer stop race</li> <li><a href="https://github.com/nats-io/nats.java/commit/95336bf253a6e1682baa55276ee54d39166e6d1e"><code>95336bf</code></a> Add nats.docs examples</li> <li><a href="https://github.com/nats-io/nats.java/commit/861ac98e58cdf1d95259c210a48fc808d97938ec"><code>861ac98</code></a> Add provider dependency note to readme</li> <li><a href="https://github.com/nats-io/nats.java/commit/b974969faa2d41701e56fb62872ffa35331d085d"><code>b974969</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1599">#1599</a> from nats-io/bc-dependency-note</li> <li><a href="https://github.com/nats-io/nats.java/commit/aa61c2398dc9c3a497a4c69381877686c7d730af"><code>aa61c23</code></a> Add provider dependency note to readme</li> <li><a href="https://github.com/nats-io/nats.java/commit/32f42c9c70a1d1cbdbc910f0b58ed41f626a0e40"><code>32f42c9</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1595">#1595</a> from stasimus/fix-max-reconnect-per-resolved-ip</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.java/compare/2.26.0...2.26.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 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]
