IDEAPractice
IDEAPractice copied to clipboard
Bump amqp-client from 5.0.0 to 5.4.0
Bumps amqp-client from 5.0.0 to 5.4.0.
Release notes
Sourced from amqp-client's releases.
5.4.0
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.
Note that as of this release, default DNS resolution on the server hostname is disabled when using TLS (#400). This avoids interfering with hostname verification (#394). DNS resolution can be easily re-enabled by passing in a
DnsRecordIpAddressResolverinstance to one theConnectionFactory#newConnectionmethods.Thanks to @vikinghawk for his contribution on this release.
Changes between 5.3.0 and 5.4.0
Make it easier to enable hostname verification when TLS is enabled
GitHub issue: #394
Disable DNS resolution when using TLS
GitHub issue: #400
Add filter to skip some entities on topology recovery
GitHub issue: #383
Add optional retry logic to topology recovery
GitHub issue: #387
Address parser is incapable of handling IPv6 address literals
GitHub issue: #385
Add option for connection recovery triggering
GitHub issue: #379
Continuations (requests) are not discarded on timeouts
GitHub issue: #375
Backport publishing metrics
GitHub issue: #374
Add equals and hashCode to generated classes
GitHub issue: #377
Improve JSON RPC support by using Jackson
GitHub issue: #378
Add dedicated executor to close connections in NIO mode
... (truncated)
Commits
7f527b5[maven-release-plugin] prepare release v5.4.0b18bcabUpdate snapshot version in release fileb8f0440Set release version to 5.4.0714c878Set release version to 5.4.0.RC46e51a37[maven-release-plugin] prepare for next development iterationde58023[maven-release-plugin] prepare release v5.4.0.RC3b24a9beMerge pull request #403 from vikinghawk/5.x.x-stableb88f7f5was logging the wrong exception9b5adbetweaks to recovery retry helper8b8c58aSet release version to 5.4.0.RC3- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.