dependabot[bot] opened a new pull request, #406: URL: https://github.com/apache/plc4x-extras/pull/406
Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.21.3 to 2.21.4. <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.4 Features and Fixes</h2> <h3>Core</h3> <ul> <li>Fix race condition during reconnect sends UNSUB messages <a href="https://redirect.github.com/nats-io/nats.java/issues/1321">#1321</a> <a href="https://github.com/ajax-surovskyi-y"><code>@ajax-surovskyi-y</code></a></li> <li>Add connection auth token supplier option <a href="https://redirect.github.com/nats-io/nats.java/issues/1324">#1324</a> <a href="https://github.com/buleuszmatak"><code>@buleuszmatak</code></a></li> <li>Nano time for elapsed timings and Nats System Clock <a href="https://redirect.github.com/nats-io/nats.java/issues/1334">#1334</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Replace Timer with scheduled tasks <a href="https://redirect.github.com/nats-io/nats.java/issues/1335">#1335</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>[Bug] Fix UNSUBs after disconnect can cause auth violations <a href="https://redirect.github.com/nats-io/nats.java/issues/1336">#1336</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/ajax-surovskyi-y"><code>@ajax-surovskyi-y</code></a></li> <li>Options allow token supplier from property, not just api method <a href="https://redirect.github.com/nats-io/nats.java/issues/1349">#1349</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>JetStream</h3> <ul> <li>Annotating API objects with NotNull and Nullable <a href="https://redirect.github.com/nats-io/nats.java/issues/1333">#1333</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>[Bug] MessageConsumer.isFinished() not set properly in certain conditions <a href="https://redirect.github.com/nats-io/nats.java/issues/1339">#1339</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>[Bug] Pull Heartbeat handler intermittent failure after switch to scheduler <a href="https://redirect.github.com/nats-io/nats.java/issues/1345">#1345</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix heartbeat timer handling broken when replacing timer with scheduler. <a href="https://redirect.github.com/nats-io/nats.java/issues/1348">#1348</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Key Value</h3> <ul> <li>Nats-Marker-Reason must be mapped to a Key Value Operation <a href="https://redirect.github.com/nats-io/nats.java/issues/1323">#1323</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>KV Purge Per Message TTL <a href="https://redirect.github.com/nats-io/nats.java/issues/1344">#1344</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Tests</h3> <ul> <li>Addition validation and test for token / token supplier <a href="https://redirect.github.com/nats-io/nats.java/issues/1325">#1325</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Add test for auth violations during reconnect <a href="https://redirect.github.com/nats-io/nats.java/issues/1328">#1328</a> <a href="https://github.com/ajax-surovskyi-y"><code>@ajax-surovskyi-y</code></a></li> <li>Fixed KV Limit Marker Test to only run against 2.11.2 or later <a href="https://redirect.github.com/nats-io/nats.java/issues/1338">#1338</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix flapping test: testOverflowFetch <a href="https://redirect.github.com/nats-io/nats.java/issues/1340">#1340</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Set the test timeout default to 3 minutes. <a href="https://redirect.github.com/nats-io/nats.java/issues/1343">#1343</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Misc</h3> <ul> <li>Better Json Print Formatter <a href="https://redirect.github.com/nats-io/nats.java/issues/1327">#1327</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.4</h2> <h3>Core</h3> <ul> <li>Fix race condition during reconnect sends UNSUB messages <a href="https://redirect.github.com/nats-io/nats.java/issues/1321">#1321</a> <a href="https://github.com/ajax-surovskyi-y"><code>@ajax-surovskyi-y</code></a></li> <li>Add connection auth token supplier option <a href="https://redirect.github.com/nats-io/nats.java/issues/1324">#1324</a> <a href="https://github.com/buleuszmatak"><code>@buleuszmatak</code></a></li> <li>Nano time for elapsed timings and Nats System Clock <a href="https://redirect.github.com/nats-io/nats.java/issues/1334">#1334</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Replace Timer with scheduled tasks <a href="https://redirect.github.com/nats-io/nats.java/issues/1335">#1335</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>[Bug] Fix UNSUBs after disconnect can cause auth violations <a href="https://redirect.github.com/nats-io/nats.java/issues/1336">#1336</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/ajax-surovskyi-y"><code>@ajax-surovskyi-y</code></a></li> <li>Options allow token supplier from property, not just api method <a href="https://redirect.github.com/nats-io/nats.java/issues/1349">#1349</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>JetStream</h3> <ul> <li>Annotating API objects with NotNull and Nullable <a href="https://redirect.github.com/nats-io/nats.java/issues/1333">#1333</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>[Bug] MessageConsumer.isFinished() not set properly in certain conditions <a href="https://redirect.github.com/nats-io/nats.java/issues/1339">#1339</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>[Bug] Pull Heartbeat handler intermittent failure after switch to scheduler <a href="https://redirect.github.com/nats-io/nats.java/issues/1345">#1345</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix heartbeat timer handling broken when replacing timer with scheduler. <a href="https://redirect.github.com/nats-io/nats.java/issues/1348">#1348</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Key Value</h3> <ul> <li>Nats-Marker-Reason must be mapped to a Key Value Operation <a href="https://redirect.github.com/nats-io/nats.java/issues/1323">#1323</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>KV Purge Per Message TTL <a href="https://redirect.github.com/nats-io/nats.java/issues/1344">#1344</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Tests</h3> <ul> <li>Addition validation and test for token / token supplier <a href="https://redirect.github.com/nats-io/nats.java/issues/1325">#1325</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Add test for auth violations during reconnect <a href="https://redirect.github.com/nats-io/nats.java/issues/1328">#1328</a> <a href="https://github.com/ajax-surovskyi-y"><code>@ajax-surovskyi-y</code></a></li> <li>Fixed KV Limit Marker Test to only run against 2.11.2 or later <a href="https://redirect.github.com/nats-io/nats.java/issues/1338">#1338</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix flapping test: testOverflowFetch <a href="https://redirect.github.com/nats-io/nats.java/issues/1340">#1340</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Set the test timeout default to 3 minutes. <a href="https://redirect.github.com/nats-io/nats.java/issues/1343">#1343</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Misc</h3> <ul> <li>Better Json Print Formatter <a href="https://redirect.github.com/nats-io/nats.java/issues/1327">#1327</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/070037ff60dfb39190427defadb9c9f6dfd38e01"><code>070037f</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1349">#1349</a> from nats-io/token-supplier-from-property</li> <li><a href="https://github.com/nats-io/nats.java/commit/43a0ddeae0c0abde451600c88b9f41783f4b92b9"><code>43a0dde</code></a> fixed api doc</li> <li><a href="https://github.com/nats-io/nats.java/commit/fa329a242a808fdd21206cf8cd4c64bb7ed3a36e"><code>fa329a2</code></a> Options allow token supplier from property, not just api method</li> <li><a href="https://github.com/nats-io/nats.java/commit/a2f530451d4abd995c156d801bea798edb26a4ed"><code>a2f5304</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1344">#1344</a> from nats-io/kv-purge-per-message-ttl</li> <li><a href="https://github.com/nats-io/nats.java/commit/4a98253709b5c035ee15ae21d415a5955df28cd6"><code>4a98253</code></a> Merge branch 'main' into kv-purge-per-message-ttl</li> <li><a href="https://github.com/nats-io/nats.java/commit/12625ef84a889c2118d3844330fd2315500dc1aa"><code>12625ef</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1348">#1348</a> from nats-io/fix-what-i-broke-2-21-3</li> <li><a href="https://github.com/nats-io/nats.java/commit/9e5bf3b8d931673cb3059a94f168f535631cbd55"><code>9e5bf3b</code></a> Adding unit test</li> <li><a href="https://github.com/nats-io/nats.java/commit/8dead5328bb994e863f88a51afe51adc32a6aa01"><code>8dead53</code></a> Self review</li> <li><a href="https://github.com/nats-io/nats.java/commit/1b17096cce182a37a4d1af38707b5891030d40ce"><code>1b17096</code></a> Self review</li> <li><a href="https://github.com/nats-io/nats.java/commit/fbd0d5164638d92558b6bd648dea5ba4469971b6"><code>fbd0d51</code></a> Revisit changes against before I broke it.</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.java/compare/2.21.3...2.21.4">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...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org