Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2025

Bumps org.springframework.amqp:spring-rabbit from 3.2.8 to 4.0.1.

Release notes

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

v4.0.1

🐞 Bug Fixes

  • Error handler for async RabbitListeners (Mono, Future, suspend) not acking message when ErrorHandler returns null #3247
  • NullPointerException in SimpleAmqpHeaderMapper when message priority is null #3246

📔 Documentation

  • Update anchor id and add JUnit section #3249

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 #3257
  • Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 #3256
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 #3255
  • Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 #3254
  • Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 #3253
  • Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 #3252
  • Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 #3250
  • Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 #3243

❤️ Contributors

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

@​ngocnhan-tran1996

v4.0.0

⭐ New Features

  • Optimize ArrayList allocations #3233
  • Start building against Spring Framework 7.0.0 snapshots #3232

📔 Documentation

  • Update examples based on the latest java class #3220

🔨 Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2025.1.0-SNAPSHOT to 2025.1.0 #3237
  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #3236
  • Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.2 #3235
  • Bump tools.jackson:jackson-bom from 3.0.1 to 3.0.2 #3225
  • Bump com.rabbitmq:amqp-client from 5.27.0 to 5.27.1 #3224
  • Bump org.junit:junit-bom from 6.0.0 to 6.0.1 #3218
  • Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 #3217
  • Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 #3215
  • Bump kotlinVersion from 2.2.20 to 2.2.21 #3213

❤️ Contributors

... (truncated)

Commits
  • 0821230 [artifactory-release] Release version 4.0.1
  • 37194d7 Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 (#3256)
  • 5df1284 Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 (#3254)
  • b1d9aae Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 (#3255)
  • 0150e1d Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 (#3257)
  • 01ca773 Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 (#3252)
  • f5a60bd Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 (#3253)
  • bb25685 Update anchor id and add JUnit section into history docs
  • 84ddc0f Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 (#3250)
  • c6519b2 GH-3247: Fix MANUAL ack for null from error handler
  • 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.2.8 to 4.0.1.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases)
- [Commits](spring-projects/spring-amqp@v3.2.8...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 17, 2025
@github-actions
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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2025

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.springframework.amqp-spring-rabbit-4.0.1 branch December 17, 2025 06:58
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.

1 participant