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
ObservationPropagationChannelInterceptorhas been deprecated in favor of enabling observation on the specific channel. - The
spring-integration-securitymodule is completely removed in favor of API fromspring-security-messagingmodule. - The
MockIntegrationContext.substituteTriggerFor()API has been introduced. - The
MessageHistoryheader is now mutable, append-only container. This provides some performance optimization when we don't create a newMessageon every history track. …