Java DSL for Spring Integration 1.2 M1 and 1.1.3 are available
I’m pleased to announce that the Java DSL for Spring Integration 1.2 M1
is available now!
First of I’d like to thank everyone who created issues, raised Pull Requests, provided feedback or just asked questions on StackOverflow. Without the community we couldn’t be the successful project we are today!
The artifact org.springframework.integration:spring-integration-java-dsl:1.2.0.M1
is available in the Milestone repo. So, give it a shot and don’t hesitate to raise a GH issue for any feedback!
Some highlights of the current iteration:
Apache Kafka 0.9 support
Based on the recently released Spring for Apache Kafka project, a new Kafka09
factory has been introduced. This is straightforward Java DSL factory for producing IntegrationComponentSpec
fluent API builders for adapters based on the a Spring for Apache Kafka foundation. An existing Kafka
factory for Apache Kafka 0.8
…