Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump org.springframework.amqp:spring-rabbit from 3.1.7 to 3.2.0 #16338

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps org.springframework.amqp:spring-rabbit from 3.1.7 to 3.2.0.

Release notes

Sourced from org.springframework.amqp:spring-rabbit's releases.

v3.2.0

⭐ New Features

  • Is AbstractConnectionFactory need to register itself as an AMQConnection's ShutdownListener when a new connection was created? #2891

🐞 Bug Fixes

  • Unexpected TIMEOUT WAITING FOR ACK with CachingConnectionFactory and correlated publisher-confirms #2907
  • byte[] received when using @RabbitListener with Batching #2890

📔 Documentation

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 #2888
  • Bump org.testcontainers:testcontainers-bom from 1.20.2 to 1.20.3 #2883
  • Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 #2882

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​axldev and @​ngocnhan-tran1996

v3.2.0-RC1

⭐ New Features

  • Simplify the expression in equals method #2855
  • Add RabbitTemplate getBeforePublishPostProcessors method #2839
  • OpenTelemetry with RabbitMQ add messaging.rabbitmq.destination.routing_key from the semantic convention #2814
  • Fix RabbitMQ x-death header documentation #2688

📔 Documentation

  • Fix typo in sending-messages.adoc #2857
  • Update Document #2832

🔨 Dependency Upgrades

  • Bump org.junit:junit-bom from 5.11.2 to 5.11.3 #2875
  • Bump org.springframework.retry:spring-retry from 2.0.9 to 2.0.10 #2866
  • Bump mockitoVersion from 5.14.1 to 5.14.2 #2865
  • Bump ch.qos.logback:logback-classic from 1.5.9 to 1.5.11 #2864
  • Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.9 #2856
  • Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #2850
  • Bump log4jVersion from 2.24.0 to 2.24.1 #2849

... (truncated)

Commits
  • 1661ee9 [artifactory-release] Release version 3.2.0
  • 363be06 Remove 3.1.x branch from Dependabot updates
  • da7da60 Bump spring-io/spring-github-workflows (#2910)
  • 562bc77 GH-2907: Use CF.closeTimeout for confirms wait
  • d910a8b Upgrade Spring deps to GAs; prepare for release
  • 0325836 Revert commits for Dependabot updates to SNAPSHOTs
  • ac875c8 Fix typo in reference document
  • 287a5f9 Bump org.springframework:spring-framework-bom (#2899)
  • 282fef8 Bump io.projectreactor:reactor-bom (#2897)
  • 9eb857c Bump io.micrometer:micrometer-bom (#2901)
  • 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 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)

Bumps [org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) from 3.1.7 to 3.2.0.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases)
- [Commits](spring-projects/spring-amqp@v3.1.7...v3.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.amqp:spring-rabbit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 21, 2024
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 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 have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@oscerd
Copy link
Contributor

oscerd commented Nov 21, 2024

/component-tests spring-rabbitmq

Result ✅ The tests passed successfully

Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@apupier apupier merged commit 723abed into main Nov 21, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.amqp-spring-rabbit-3.2.0 branch November 21, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants