Spring Integration 7.1.0-M1 Available
On behalf of the team and everyone who contributed, I am pleased to announce Spring Integration 7.1.0-M2 version.
In addition, the 7.0.3 and 6.5.7 versions with bug fixes and dependency upgrades have been released.
Some notable changes in 7.1.0-M2:
- The new
spring-integration-cloudeventsmodule has been improved with aFromCloudEventTransformerandCloudEventsDSL API; - The new
spring-integration-grpcmodule has been improved for Java DSL API; - The
TestUtils.getPropertyValue()is now generic arguement based for easier adoption in the tests code; - Resolved more deprecations from Spring AMQP in
spring-integration-amqpmodule and made bytecode compatible with previous version; - The
RedisMessageStorenow supportsGETDELcommand from Redis 6.2.+. …