dependabot[bot] opened a new pull request, #445: URL: https://github.com/apache/plc4x-extras/pull/445
Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.21.4 to 2.21.5. <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.5</h2> <h3>Core</h3> <ul> <li>Implement Fast fallback algorithm in SocketDataPort <a href="https://redirect.github.com/nats-io/nats.java/issues/1351">#1351</a> <a href="https://github.com/jitinsharma"><code>@jitinsharma</code></a></li> <li>[FIX] Shutdown internal executors on connection close. <a href="https://redirect.github.com/nats-io/nats.java/issues/1357">#1357</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Convert serverAuthErrors to ConcurrentHashMap <a href="https://redirect.github.com/nats-io/nats.java/issues/1359">#1359</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix SSL handshake listeners never removed, preventing garbage collection <a href="https://redirect.github.com/nats-io/nats.java/issues/1360">#1360</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix core unsubscribe by subject <a href="https://redirect.github.com/nats-io/nats.java/issues/1363">#1363</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Move from JetBrains nullability annotations to JSpecify <a href="https://redirect.github.com/nats-io/nats.java/issues/1366">#1366</a></li> <li>Fix timeout computing to address possible nano time overflow <a href="https://redirect.github.com/nats-io/nats.java/issues/1375">#1375</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/magicprinc"><code>@magicprinc</code></a></li> <li>Create NatsInetAddress to allow replacement of InetAddress <a href="https://redirect.github.com/nats-io/nats.java/issues/1378">#1378</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/jitinsharma"><code>@jitinsharma</code></a></li> <li>Json parser tuning. <a href="https://redirect.github.com/nats-io/nats.java/issues/1382">#1382</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Connection and adjacent objects nullability markers. <a href="https://redirect.github.com/nats-io/nats.java/issues/1383">#1383</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Headers +toString(), fixes <a href="https://redirect.github.com/nats-io/nats.java/issues/1385">#1385</a> <a href="https://github.com/magicprinc"><code>@magicprinc</code></a></li> <li>Header nullability <a href="https://redirect.github.com/nats-io/nats.java/issues/1395">#1395</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Updated SSL Files and Build preparing for server 2.12 <a href="https://redirect.github.com/nats-io/nats.java/issues/1397">#1397</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>JetStream</h3> <ul> <li>[Fix] Simplified Ordered Consumer - Getting name early can cause NPE <a href="https://redirect.github.com/nats-io/nats.java/issues/1354">#1354</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Stream Name cannot be null <a href="https://redirect.github.com/nats-io/nats.java/issues/1377">#1377</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix JetStreamApiException constructor nullability conflict <a href="https://redirect.github.com/nats-io/nats.java/issues/1379">#1379</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Ensuring nullability contracts <a href="https://redirect.github.com/nats-io/nats.java/issues/1387">#1387</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Key Value</h3> <ul> <li>Add revision guard on KV key "create" <a href="https://redirect.github.com/nats-io/nats.java/issues/1356">#1356</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fixed limit marker test for server change <a href="https://redirect.github.com/nats-io/nats.java/issues/1367">#1367</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Additional KV Marker / TTL testing <a href="https://redirect.github.com/nats-io/nats.java/issues/1391">#1391</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Testing / Examples / Docs / Etc</h3> <ul> <li>Ordered Consumer Examples <a href="https://redirect.github.com/nats-io/nats.java/issues/1352">#1352</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Update readme for fast fallback option <a href="https://redirect.github.com/nats-io/nats.java/issues/1353">#1353</a> <a href="https://github.com/jitinsharma"><code>@jitinsharma</code></a></li> <li>Improved Consumer Name Testing <a href="https://redirect.github.com/nats-io/nats.java/issues/1365">#1365</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Review for Issues (<a href="https://redirect.github.com/nats-io/nats.java/issues/1361">#1361</a> and <a href="https://redirect.github.com/nats-io/nats.java/issues/1362">#1362</a>) <a href="https://redirect.github.com/nats-io/nats.java/issues/1368">#1368</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Unit test refactor <a href="https://redirect.github.com/nats-io/nats.java/issues/1369">#1369</a></li> <li>Use String.replace instead of String.replaceAll <a href="https://redirect.github.com/nats-io/nats.java/issues/1381">#1381</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/magicprinc"><code>@magicprinc</code></a></li> <li>Fixed Jacoco from considering test classes <a href="https://redirect.github.com/nats-io/nats.java/issues/1390">#1390</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fixing flapping tests <a href="https://redirect.github.com/nats-io/nats.java/issues/1393">#1393</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix test flappers <a href="https://redirect.github.com/nats-io/nats.java/issues/1396">#1396</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.5</h2> <h3>Core</h3> <ul> <li>Implement Fast fallback algorithm in SocketDataPort <a href="https://redirect.github.com/nats-io/nats.java/issues/1351">#1351</a> <a href="https://github.com/jitinsharma"><code>@jitinsharma</code></a></li> <li>[FIX] Shutdown internal executors on connection close. <a href="https://redirect.github.com/nats-io/nats.java/issues/1357">#1357</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Convert serverAuthErrors to ConcurrentHashMap <a href="https://redirect.github.com/nats-io/nats.java/issues/1359">#1359</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix SSL handshake listeners never removed, preventing garbage collection <a href="https://redirect.github.com/nats-io/nats.java/issues/1360">#1360</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix core unsubscribe by subject <a href="https://redirect.github.com/nats-io/nats.java/issues/1363">#1363</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Move from JetBrains nullability annotations to JSpecify <a href="https://redirect.github.com/nats-io/nats.java/issues/1366">#1366</a></li> <li>Fix timeout computing to address possible nano time overflow <a href="https://redirect.github.com/nats-io/nats.java/issues/1375">#1375</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/magicprinc"><code>@magicprinc</code></a></li> <li>Create NatsInetAddress to allow replacement of InetAddress <a href="https://redirect.github.com/nats-io/nats.java/issues/1378">#1378</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/jitinsharma"><code>@jitinsharma</code></a></li> <li>Json parser tuning. <a href="https://redirect.github.com/nats-io/nats.java/issues/1382">#1382</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Connection and adjacent objects nullability markers. <a href="https://redirect.github.com/nats-io/nats.java/issues/1383">#1383</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Headers +toString(), fixes <a href="https://redirect.github.com/nats-io/nats.java/issues/1385">#1385</a> <a href="https://github.com/magicprinc"><code>@magicprinc</code></a></li> <li>Header nullability <a href="https://redirect.github.com/nats-io/nats.java/issues/1395">#1395</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Updated SSL Files and Build preparing for server 2.12 <a href="https://redirect.github.com/nats-io/nats.java/issues/1397">#1397</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>JetStream</h3> <ul> <li>[Fix] Simplified Ordered Consumer - Getting name early can cause NPE <a href="https://redirect.github.com/nats-io/nats.java/issues/1354">#1354</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Stream Name cannot be null <a href="https://redirect.github.com/nats-io/nats.java/issues/1377">#1377</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix JetStreamApiException constructor nullability conflict <a href="https://redirect.github.com/nats-io/nats.java/issues/1379">#1379</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Ensuring nullability contracts <a href="https://redirect.github.com/nats-io/nats.java/issues/1387">#1387</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Key Value</h3> <ul> <li>Add revision guard on KV key "create" <a href="https://redirect.github.com/nats-io/nats.java/issues/1356">#1356</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fixed limit marker test for server change <a href="https://redirect.github.com/nats-io/nats.java/issues/1367">#1367</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Additional KV Marker / TTL testing <a href="https://redirect.github.com/nats-io/nats.java/issues/1391">#1391</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> </ul> <h3>Testing / Examples / Docs / Etc</h3> <ul> <li>Ordered Consumer Examples <a href="https://redirect.github.com/nats-io/nats.java/issues/1352">#1352</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Update readme for fast fallback option <a href="https://redirect.github.com/nats-io/nats.java/issues/1353">#1353</a> <a href="https://github.com/jitinsharma"><code>@jitinsharma</code></a></li> <li>Improved Consumer Name Testing <a href="https://redirect.github.com/nats-io/nats.java/issues/1365">#1365</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Review for Issues (<a href="https://redirect.github.com/nats-io/nats.java/issues/1361">#1361</a> and <a href="https://redirect.github.com/nats-io/nats.java/issues/1362">#1362</a>) <a href="https://redirect.github.com/nats-io/nats.java/issues/1368">#1368</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Unit test refactor <a href="https://redirect.github.com/nats-io/nats.java/issues/1369">#1369</a></li> <li>Use String.replace instead of String.replaceAll <a href="https://redirect.github.com/nats-io/nats.java/issues/1381">#1381</a> <a href="https://github.com/scottf"><code>@scottf</code></a> <a href="https://github.com/magicprinc"><code>@magicprinc</code></a></li> <li>Fixed Jacoco from considering test classes <a href="https://redirect.github.com/nats-io/nats.java/issues/1390">#1390</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fixing flapping tests <a href="https://redirect.github.com/nats-io/nats.java/issues/1393">#1393</a> <a href="https://github.com/scottf"><code>@scottf</code></a></li> <li>Fix test flappers <a href="https://redirect.github.com/nats-io/nats.java/issues/1396">#1396</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/374832249a5b33772b764d05bc08930ccb1984f5"><code>3748322</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1397">#1397</a> from nats-io/ssl-data-files</li> <li><a href="https://github.com/nats-io/nats.java/commit/8f8960c37e3094f81e093eba0537099e7ddfbd0a"><code>8f8960c</code></a> Updated SSL Files and Build preparing for server 2.12</li> <li><a href="https://github.com/nats-io/nats.java/commit/8bc96887400175d3088f23e70b051ab35bdd5ed9"><code>8bc9688</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1396">#1396</a> from nats-io/service-flapper</li> <li><a href="https://github.com/nats-io/nats.java/commit/b44195cc5af0e01a11d5d0f84e268a151ddd7738"><code>b44195c</code></a> Fix ordered testing flapper - seems to be related to slow machines</li> <li><a href="https://github.com/nats-io/nats.java/commit/70b9be39664ec2e8540a03ec4cd362fc4fcefd95"><code>70b9be3</code></a> Fix service test flapper</li> <li><a href="https://github.com/nats-io/nats.java/commit/15c17db839f6492ff71765915b398b862cf31168"><code>15c17db</code></a> Merge pull request <a href="https://redirect.github.com/nats-io/nats.java/issues/1395">#1395</a> from nats-io/header-nullability</li> <li><a href="https://github.com/nats-io/nats.java/commit/b9bcaa383080cbaee5f8bda9e498bc47a3a08233"><code>b9bcaa3</code></a> building against 2.11.8 for now</li> <li><a href="https://github.com/nats-io/nats.java/commit/42a470bf8dac34eceb2aad9e223d21ca42654bb8"><code>42a470b</code></a> building against 2.11.8 for now</li> <li><a href="https://github.com/nats-io/nats.java/commit/36e6a882a6e6b0d63fbfafe5126315e1e23dc6db"><code>36e6a88</code></a> building against 2.11.8 for now</li> <li><a href="https://github.com/nats-io/nats.java/commit/b49121ee501d856e5c00815d60590efaf6eb131d"><code>b49121e</code></a> building against 2.11.8 for now</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.java/compare/2.21.4...2.21.5">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]
