Spring Integration Java DSL 1.1 M2 is Available
We are pleased to announce that the Milestone 2 of Spring Integration Java DSL is now available from the Milestone Repository:
For Gradle use this:
compile "org.springframework.integration:spring-integration-java-dsl:1.1.0.M2"
For Maven this:
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-java-dsl</artifactId>
<version>1.1.0.M2</version>
</dependency>
There are not many new features since Milestone 1, but here are the most important things to which to pay attention:
Spring Integration 4.2 foundation
The Spring Integration Java DSL 1.1 is now based on Spring Integration 4.2 to become part of the upcoming Spring IO 2.0…