You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/11/20 06:21:58 UTC

[GitHub] [skywalking-java] dependabot[bot] opened a new pull request, #390: Bump amqp-client from 5.2.0 to 5.4.0 in /apm-sniffer/apm-sdk-plugin/rabbitmq-plugin

dependabot[bot] opened a new pull request, #390:
URL: https://github.com/apache/skywalking-java/pull/390

   Bumps [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.2.0 to 5.4.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/rabbitmq/rabbitmq-java-client/releases">amqp-client's releases</a>.</em></p>
   <blockquote>
   <h2>5.4.0</h2>
   <p>This is a maintenance release with new features and bug fixes. All users of the 5.x.x series are encouraged to use this version.</p>
   <p>Note that as of this release, default DNS resolution on the server hostname is disabled when using TLS (<a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/400">#400</a>). This avoids interfering with hostname verification (<a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/394">#394</a>). DNS resolution can be easily re-enabled by passing in a <code>DnsRecordIpAddressResolver</code> instance to one the <code>ConnectionFactory#newConnection</code> methods.</p>
   <p>Thanks to <a href="https://github.com/vikinghawk"><code>@​vikinghawk</code></a> for his contribution on this release.</p>
   <h1>Changes between 5.3.0 and 5.4.0</h1>
   <h2>Make it easier to enable hostname verification when TLS is enabled</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/394">#394</a></p>
   <h2>Disable DNS resolution when using TLS</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/400">#400</a></p>
   <h2>Add filter to skip some entities on topology recovery</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/383">#383</a></p>
   <h2>Add optional retry logic to topology recovery</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/387">#387</a></p>
   <h2>Address parser is incapable of handling IPv6 address literals</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/385">#385</a></p>
   <h2>Add option for connection recovery triggering</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/379">#379</a></p>
   <h2>Continuations (requests) are not discarded on timeouts</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/375">#375</a></p>
   <h2>Backport publishing metrics</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/374">#374</a></p>
   <h2>Add equals and hashCode to generated classes</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/377">#377</a></p>
   <h2>Improve JSON RPC support by using Jackson</h2>
   <p>GitHub issue: <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/378">#378</a></p>
   <h2>Add dedicated executor to close connections in NIO mode</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/7f527b51a12f7905215a6be008ba9baca660ede2"><code>7f527b5</code></a> [maven-release-plugin] prepare release v5.4.0</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/b18bcab2b743d002465e2fa709a3787ac8dce767"><code>b18bcab</code></a> Update snapshot version in release file</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/b8f04408e71f4a9007f254719ef984170175ffa8"><code>b8f0440</code></a> Set release version to 5.4.0</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/714c8781872cc3f3cc271e826d059542e9fce7b9"><code>714c878</code></a> Set release version to 5.4.0.RC4</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/6e51a3775a0dc404f8808bea4ecabdd58b76e4f9"><code>6e51a37</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/de58023986e4b0cd3d66159b5f6835b7f518d6f6"><code>de58023</code></a> [maven-release-plugin] prepare release v5.4.0.RC3</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/b24a9be4bbaf7a66fe3f46ea04d6b08bcf649a2c"><code>b24a9be</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/403">#403</a> from vikinghawk/5.x.x-stable</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/b88f7f587b5e15a7d20a8bf0d695440b1bcfae80"><code>b88f7f5</code></a> was logging the wrong exception</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/9b5adbe3c2ae68e99defb3fc50199a5ce8bc474b"><code>9b5adbe</code></a> tweaks to recovery retry helper</li>
   <li><a href="https://github.com/rabbitmq/rabbitmq-java-client/commit/8b8c58ae1bdb88027f6bdf37757fdadeeb245b24"><code>8b8c58a</code></a> Set release version to 5.4.0.RC3</li>
   <li>Additional commits viewable in <a href="https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.2.0...v5.4.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.rabbitmq:amqp-client&package-manager=maven&previous-version=5.2.0&new-version=5.4.0)](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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/skywalking-java/network/alerts).
   
   </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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-java] dependabot[bot] commented on pull request #390: Bump amqp-client from 5.2.0 to 5.4.0 in /apm-sniffer/apm-sdk-plugin/rabbitmq-plugin

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #390:
URL: https://github.com/apache/skywalking-java/pull/390#issuecomment-1321050452

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-java] wu-sheng closed pull request #390: Bump amqp-client from 5.2.0 to 5.4.0 in /apm-sniffer/apm-sdk-plugin/rabbitmq-plugin

Posted by GitBox <gi...@apache.org>.
wu-sheng closed pull request #390: Bump amqp-client from 5.2.0 to 5.4.0 in /apm-sniffer/apm-sdk-plugin/rabbitmq-plugin
URL: https://github.com/apache/skywalking-java/pull/390


-- 
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: notifications-unsubscribe@skywalking.apache.org

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