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
synchronizedblocks 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 anObjectMapperused in the framework; - The CI/CD has been migrated to GitHub Actions. …