Spring AMQP 2.0.0 Milestone 5 is Available
I am pleased to announce that the Milestone 5 of Spring AMQP 2.0 is now available in the Spring milestone repository.
Features and fixes since the last milestone:
-
Log4j2
AmqpAppender
is now thread-safe; -
DefaultMessagePropertiesConverter
now correctly passes arrays for the header values to the AMQP Client library; -
Jackson2JsonMessageConverter
can now be configured for thetrustedPackages
to fix violation for Jackson Serialization Gadgets; -
RabbitAdmin
operations can now be performed on the same AMQP channel as a unit of work viaRabbitTemplate.invoke()
; -
PossibleAuthenticationFailureException
can now be treated as a non-fatal via particular option on theAbstractMessageListenerContainer
; -
RepublishMessageRecoverer
can now be configured for thedeliveryMode
for messages to republish.
Thanks to all the community member for their feedback and contributions!
The release candidate is expected to be released in the end of August with the GA shortly after the Spring Framework 5.0 GA release in the September.
For a complete list of changes in 2.0, see What’s New in the reference manual.
Project Page | JIRA | Contributing | Help | Chat