Spring Integration 6.2 Milestone 1 Available
Dear Spring community,
On behalf of Spring Integration team, it is my pleasure to announce 6.2.0-M1
version which is available from Spring Milestone repository.
In addition, bug fixes version 6.1.2
has been released as well into Maven Central.
The Spring Integration 6.2
version is based on the Spring Framework 6.1.0-M2
(can be upgraded to the latest 6.1.0-M3
) and includes many internal improvements and refactoring to support JVM virtual thread and project CRaC effort.
Some highlights of this new version include:
-
Upgrades to the latest dependencies, some of they are release candidates and milestones
-
We now use
org.eclipse.angus:jakarta.mail
as Java Mail API implementation which replacescom.sun.mail.imap
package with theorg.eclipse.angus.mail.imap
. Therefore this some kind of breaking change -
A
spring-integration-debezium
module has been introduced with aDebeziumMessageProducer
implementation and respective infrastructure, including Java DSL (shout out to Christian Tzolov) -
Pollers now can be configured with an ISO 8601 duration format for delays
-
Components which logic is based on thread executors now expose a proper
…AsyncTaskExecutor
option to let end-user to opt-in for a newVirtualThreadTaskExecutor
from Spring Framework.