Spring Integration Java DSL 1.0 RC1 Released
Dear Spring community,
We are pleased to announce that soon after the Spring Integration 4.1 Release Candidate the Spring Integration Java DSL 1.0 Release Candidate is now available. Please use the Milestone Repository with Maven or Gradle, or download a distribution archive, to give it a spin.
See the project home page for more information.
The release includes many new features and improvements, as well as a number of bug fixes. The GA release is planned for the middle of November.
Here is a summary of major changes since the last milestone:
Refactoring and Breaking Changes
While still supporting earlier Java versions, the Spring Integration Java DSL is primarily positioned for Java 8 and its Lambda support.
We have removed several
functional interfaces
in favor of similar interfaces from Java 8: Consumer<T>
, Function<T, R>
etc. Of course, to support
backward…