Spring Integration 6.5 Milestone 2 Available
On behalf of the team and everyone who contributed, I am pleased to announce the second Milestone of Spring Integration 6.5.0
generation.
In addition, the 6.3.8
and 6.4.2
versions with bug fixes and dependency upgrades have been released.
Some notable changes in 6.5.0-M2
are:
- The
StreamTransformer
now removes anIntegrationMessageHeaderAccessor.CLOSEABLE_RESOURCE
header after closing it; - The inbound channel adapters for Apache Kafka now generate
ID
&TIMESTAMP
headers by default to be consistent with the rest of similar channel adapters in Spring Integration; - A custom
TaskScheduler
is now propagated viaDelayerEndpointSpec
; - The
SftpSession
now follows symlinks for itslist
operations viaSTAT
command; - The latest milestones for Micrometer, Spring Data and Spring Security dependencies. …