reinhapa / rabbitmq-cdi

Provides a JavaEE Event ←→ RabbitMQ bridge
MIT License
17 stars 11 forks source link

Bump amqp-client from 5.14.1 to 5.14.2 #293

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps amqp-client from 5.14.1 to 5.14.2.

Release notes

Sourced from amqp-client's releases.

v5.14.2

Changes between 5.14.1 and 5.14.2

This is a patch release with a bug fix in the ConnectionFactory file-based configuration. It is compatible with 5.14.2. All users are encouraged to upgrade.

Thanks to @​laurentperez for his contribution.

Fix topology recovery flag evaluation in file-based configuration

GitHub PR: #724

Commits
  • 62f2f30 [maven-release-plugin] prepare release v5.14.2
  • 17a9bbe Set release version to 5.14.2
  • 96023f4 topology : fix connection factory property evaluation
  • 22ddbdb Pump process inputs before checking completion
  • ff9bff2 Handle process better in Host
  • 7beb472 Add logging to topic permissions test
  • e0c389f Log test execution start and end
  • 7d3606e Retry until queue is fully purged
  • 69226ad Register publish ID before sending message
  • 3ff01cc Report unconfirmed messages in test
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)

This change is Reviewable