Spring AMQP 3.1.1 Available
On behalf of the team and everyone who contributed, I am pleased to announce that Spring AMQP 3.1.1
is generally available now from Maven Central.
This release will be included in the upcoming Spring Boot 3.2.1
release.
This patch release contains a few minor features, enhancements and bug fixes. Please see the release notes for more details.
Most notable changes are:
- The documentation has been migrated to Spring Antora site;
- All the
synchronized
blocks in the code have been replaced withLock
(andConditional
) instances to satisfy virtual threads requirements; - The
JacksonUtils.enhancedObjectMapper()
has been introduced to register well-known Jackson modules into anObjectMapper
used in the framework; - The CI/CD has been migrated to GitHub Actions. …