Spring Integration 6.3 Available, also 6.2.5 & 6.1.9
On behalf of the team and everyone who contributed, I am pleased to announce Spring Integration 6.3.0
.
In addition to regular bug fixes, dependency upgrade, there were some deprecation refactoring. The Migration Guide includes some of them.
Here are some notable improvements and new features:
- The
ObservationPropagationChannelInterceptor
has been deprecated in favor of enabling observation on the specific channel. - The
spring-integration-security
module is completely removed in favor of API fromspring-security-messaging
module. - The
MockIntegrationContext.substituteTriggerFor()
API has been introduced. - The
MessageHistory
header is now mutable, append-only container. This provides some performance optimization when we don't create a newMessage
on every history track. …