You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/01/04 16:38:01 UTC

[PR] Bump io.nats:jnats from 2.17.1 to 2.17.2 [camel]

dependabot[bot] opened a new pull request, #12665:
URL: https://github.com/apache/camel/pull/12665

   Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.17.1 to 2.17.2.
   <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.17.2 Robustness and recovery</h2>
   <h4>Core</h4>
   <ul>
   <li>Support StreamConfiguration creation from JSON <a href="https://redirect.github.com/nats-io/nats.java/issues/1023">#1023</a> <a href="https://github.com/senior"><code>@​senior</code></a></li>
   <li>TimeoutException instead of CancellationException on timeout <a href="https://redirect.github.com/nats-io/nats.java/issues/1031">#1031</a> <a href="https://github.com/maximbreitman"><code>@​maximbreitman</code></a></li>
   <li>Message Headers Improvement <a href="https://redirect.github.com/nats-io/nats.java/issues/1054">#1054</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   </ul>
   <h4>JetStream</h4>
   <ul>
   <li>Pull Request Validate Idle Heartbeat Against Expiration <a href="https://redirect.github.com/nats-io/nats.java/issues/1036">#1036</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Client side consumer recovery <a href="https://redirect.github.com/nats-io/nats.java/issues/1043">#1043</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Ensure robustness b/w compatible with server 2.8.4 <a href="https://redirect.github.com/nats-io/nats.java/issues/1046">#1046</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Chaos Testing Tuning <a href="https://redirect.github.com/nats-io/nats.java/issues/1055">#1055</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   </ul>
   <h4>Extensions (KV / OS / Service)</h4>
   <ul>
   <li>KV and OS Compression and Metadata <a href="https://redirect.github.com/nats-io/nats.java/issues/1034">#1034</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   </ul>
   <h4>Docs / Testing / Examples / Etc.</h4>
   <ul>
   <li>Initialize SocketDataPort directly <a href="https://redirect.github.com/nats-io/nats.java/issues/1022">#1022</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Add dockerfile for compatibility tests <a href="https://redirect.github.com/nats-io/nats.java/issues/1024">#1024</a> <a href="https://github.com/piotrpio"><code>@​piotrpio</code></a></li>
   <li>Update jnats-server-runner to 1.2.6 <a href="https://redirect.github.com/nats-io/nats.java/issues/1027">#1027</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Auth Test Improvement <a href="https://redirect.github.com/nats-io/nats.java/issues/1028">#1028</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Test Base Tuning <a href="https://redirect.github.com/nats-io/nats.java/issues/1030">#1030</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Publish Expectations Test for JetStream API Code <a href="https://redirect.github.com/nats-io/nats.java/issues/1032">#1032</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>More Tests for recent NatsRequestCompletableFuture enhancement <a href="https://redirect.github.com/nats-io/nats.java/issues/1035">#1035</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Add nats by example link <a href="https://redirect.github.com/nats-io/nats.java/issues/1037">#1037</a> <a href="https://github.com/Jarema"><code>@​Jarema</code></a></li>
   <li>Improve test for real user authentication expired <a href="https://redirect.github.com/nats-io/nats.java/issues/1040">#1040</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Update readme / better subject validation notes <a href="https://redirect.github.com/nats-io/nats.java/issues/1047">#1047</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Fetch Resilient Example <a href="https://redirect.github.com/nats-io/nats.java/issues/1048">#1048</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Refactoring and improving example code. <a href="https://redirect.github.com/nats-io/nats.java/issues/1049">#1049</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.17.2</h2>
   <p>Robustness and recovery</p>
   <h4>Core</h4>
   <ul>
   <li>Support StreamConfiguration creation from JSON <a href="https://redirect.github.com/nats-io/nats.java/issues/1023">#1023</a> <a href="https://github.com/senior"><code>@​senior</code></a></li>
   <li>TimeoutException instead of CancellationException on timeout <a href="https://redirect.github.com/nats-io/nats.java/issues/1031">#1031</a> <a href="https://github.com/maximbreitman"><code>@​maximbreitman</code></a></li>
   <li>Message Headers Improvement <a href="https://redirect.github.com/nats-io/nats.java/issues/1054">#1054</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   </ul>
   <h4>JetStream</h4>
   <ul>
   <li>Pull Request Validate Idle Heartbeat Against Expiration <a href="https://redirect.github.com/nats-io/nats.java/issues/1036">#1036</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Client side consumer recovery <a href="https://redirect.github.com/nats-io/nats.java/issues/1043">#1043</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Ensure robustness b/w compatible with server 2.8.4 <a href="https://redirect.github.com/nats-io/nats.java/issues/1046">#1046</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Chaos Testing Tuning <a href="https://redirect.github.com/nats-io/nats.java/issues/1055">#1055</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   </ul>
   <h4>Extensions (KV / OS / Service)</h4>
   <ul>
   <li>KV and OS Compression and Metadata <a href="https://redirect.github.com/nats-io/nats.java/issues/1034">#1034</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   </ul>
   <h4>Docs / Testing / Examples / Etc.</h4>
   <ul>
   <li>Initialize SocketDataPort directly <a href="https://redirect.github.com/nats-io/nats.java/issues/1022">#1022</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Add dockerfile for compatibility tests <a href="https://redirect.github.com/nats-io/nats.java/issues/1024">#1024</a> <a href="https://github.com/piotrpio"><code>@​piotrpio</code></a></li>
   <li>Update jnats-server-runner to 1.2.6 <a href="https://redirect.github.com/nats-io/nats.java/issues/1027">#1027</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Auth Test Improvement <a href="https://redirect.github.com/nats-io/nats.java/issues/1028">#1028</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Test Base Tuning <a href="https://redirect.github.com/nats-io/nats.java/issues/1030">#1030</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Publish Expectations Test for JetStream API Code <a href="https://redirect.github.com/nats-io/nats.java/issues/1032">#1032</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>More Tests for recent NatsRequestCompletableFuture enhancement <a href="https://redirect.github.com/nats-io/nats.java/issues/1035">#1035</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Add nats by example link <a href="https://redirect.github.com/nats-io/nats.java/issues/1037">#1037</a> <a href="https://github.com/Jarema"><code>@​Jarema</code></a></li>
   <li>Improve test for real user authentication expired <a href="https://redirect.github.com/nats-io/nats.java/issues/1040">#1040</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Update readme / better subject validation notes <a href="https://redirect.github.com/nats-io/nats.java/issues/1047">#1047</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Fetch Resilient Example <a href="https://redirect.github.com/nats-io/nats.java/issues/1048">#1048</a> <a href="https://github.com/scottf"><code>@​scottf</code></a></li>
   <li>Refactoring and improving example code. <a href="https://redirect.github.com/nats-io/nats.java/issues/1049">#1049</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/b05b87ec9c146330e3bf6a6cbdbc8296935aa138"><code>b05b87e</code></a> Chaos Testing Tuning (<a href="https://redirect.github.com/nats-io/nats.java/issues/1055">#1055</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/4d7b99df223511f09393baee0fda21cdc8f47b8e"><code>4d7b99d</code></a> Message Headers Improvement (<a href="https://redirect.github.com/nats-io/nats.java/issues/1054">#1054</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/7c75122e59c1ca8344932a20fe0b46ad8a0b7687"><code>7c75122</code></a> Refactoring and improving example code. (<a href="https://redirect.github.com/nats-io/nats.java/issues/1049">#1049</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/24402c8124f2ca9f1bbc54d8f378b99474ffc322"><code>24402c8</code></a> Fetch Resilient Example (<a href="https://redirect.github.com/nats-io/nats.java/issues/1048">#1048</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/7546a2c5d76aacbd0fadc6d699959e71dd07e019"><code>7546a2c</code></a> Update readme / better subject validation notes (<a href="https://redirect.github.com/nats-io/nats.java/issues/1047">#1047</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/3e5dae5222d992c8931dbde8454dc7b927d68076"><code>3e5dae5</code></a> Ensure robustness b/w compatible with server 2.8.4 (<a href="https://redirect.github.com/nats-io/nats.java/issues/1046">#1046</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/c18de0cdc3006648ee67195edbc7fa5bfdcb2400"><code>c18de0c</code></a> Ordered Push don't cancel sub if trying to recover (<a href="https://redirect.github.com/nats-io/nats.java/issues/1045">#1045</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/a4b50a9791a1be718ea0ce760fbf6fc09380b0aa"><code>a4b50a9</code></a> Client side consumer recovery (<a href="https://redirect.github.com/nats-io/nats.java/issues/1043">#1043</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/ca263420849f001b1405088309b2e2515b2a8892"><code>ca26342</code></a> Improve test for real user authentication expired (<a href="https://redirect.github.com/nats-io/nats.java/issues/1040">#1040</a>)</li>
   <li><a href="https://github.com/nats-io/nats.java/commit/4ab3e28584c0a07979efa379db79ff9710a26707"><code>4ab3e28</code></a> KV and OS Compression and Metadata (<a href="https://redirect.github.com/nats-io/nats.java/issues/1034">#1034</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.java/compare/2.17.1...2.17.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.nats:jnats&package-manager=maven&previous-version=2.17.1&new-version=2.17.2)](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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.nats:jnats from 2.17.1 to 2.17.2 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12665:
URL: https://github.com/apache/camel/pull/12665#issuecomment-1877422969

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.nats:jnats from 2.17.1 to 2.17.2 [camel]

Posted by "apupier (via GitHub)" <gi...@apache.org>.
apupier commented on PR #12665:
URL: https://github.com/apache/camel/pull/12665#issuecomment-1877421716

   /component-test nats


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.nats:jnats from 2.17.1 to 2.17.2 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12665:
URL: https://github.com/apache/camel/pull/12665#issuecomment-1877412869

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.nats:jnats from 2.17.1 to 2.17.2 [camel]

Posted by "apupier (via GitHub)" <gi...@apache.org>.
apupier merged PR #12665:
URL: https://github.com/apache/camel/pull/12665


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org