I am pleased to announce that Spring Integration 4.3.0.M2 is now available from the Spring milestone repository. This release closes about 50 JIRAs and includes almost a 100 commits. Thanks to everyone who has contributed. Especially to the Spring Cloud Stream team, whose comprehensive Spring Integration usage influences the project direction. Some key feature since the First Milestone: The Spring Integration runtime object model, together with Component Metrics, now can be exposed as a graph, which may be used to visualize the current state of the integration application. When running in a…
Dear Spring Community, On behalf of Spring Integration Team, I'm glad to announce that Spring Integration AWS 1.0.0.M1 is available now for download from the Spring milestone repository. Since the 0.5.0 pre-release version we have fully reworked the core bits for simpler programming model and introduced new components.
Currently the Spring Integration AWS is based on the Spring Cloud AWS project at its foundation. Thank you to all who have contributed to this milestone! Highlights of this Milestone include: Amazon Simple Storage Service (S3) Adapters Amazon Simple Queue Service (SQS…
I am pleased to announce that the spring-kafka (Spring for Apache Kafka) Second Milestone for version 1.0 is now available. The artifacts org.springframework.kafka:spring-kafka:1.0.0.M2 and org.springframework.kafka:spring-kafka-test:1.0.0.M2 are available in the Milestone repository. Changes since the First Milestone include: KafkaTemplate.send() methods now return ListenableFuture> to track publishing to the Kafka topic asynchronously. The MessagingMessageListenerAdapter (for @KafkaListener method) can now infer the type for payload conversion from the method arguments. A…
I am pleased to announce that the spring-integration-kafka (Spring Integration Kafka Support) First Milestone for version 2.0 is now available. The Spring Integration Kafka extension project provides inbound and outbound channel adapters for Apache Kafka. Starting with this version 2.0 the project is a complete rewrite based on the new spring-kafka project which uses the pure java Producer and Consumer clients provided by Kafka 0.9.x.x. The artifact org.springframework.integration:spring-integration-kafka:2.0.0.M1
is available in the Milestone repository. Key Features The Kafka Consumer…
On behalf of the Spring Integration team I’m happy to announce the First Milestone of the Spring Integration 4.3 release. 4.3 is planned to be only a minor release with a few new features and improvements over 4.2 and will close out the 4.x line. Meanwhile we are looking forward to embrace the Reactive Foundation for the JVM in Spring Integration 5.0. We have yet to determine exactly what that means, so stay tuned! In addition, 5.0 (2017) will include the (currently separate) Spring Integration Java DSL. We plan on finalizing 4.3 over the next few months before switching our attention full…
Dear Spring Community, The Spring Integration Java DSL 1.1.2 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes several fixes and 3rd party dependency updates. Thank you everyone for contribution and any kind of feedback! We don't have particular plans for version 1.2, because we are looking into the absorption of Java DSL project by the Spring Integration 5.0, where Java 8 is minimal, but feel free to ask us for more features and share any concerns which can be considered to be included in the next maintenance release. Project Page…
Dear Spring Community, The Spring Integration team wants to wish you a Happy New Year! We have been super-busy working on new features and improvements. Here is an overview of our recent activities around Spring Integration and Spring AMQP: We made several maintenance releases of Spring Integration 4.2.x, the most recent being Spring Integration 4.2.4. All other maintenance versions will be released only on demand. Spring Integration 4.3 is planned for this summer. Furthermore, for version 5.0, we started looking more closely at incorporating Reactive Streams into the Framework. Similarly…
Dear Spring Community! On behalf of Spring Integration team I'm pleased to announce that the 1.1 GA of Spring Integration Java DSL is now available from the Release Repository and Maven Central: For Gradle use this dependency: For Maven this: First of all a big thanks to everyone who visited my talk at the SpringOne 2GX 2015 last week. An additional thanks for all the feedback we have received. Thanks to that we were able to add some minor fixes between GA and previous Milestone. And as I promised on my talk we added the DSL definition for simple adapters from the Spring Integration Core…
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: For Maven this: 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. The 1.1 version of the Java DSL is no longer compatible with Spring Integration 4.1.x. Spring Integration Kafka 1.2.x upgrade We now provide the Kafka Namespace…
Dear Spring community, We are pleased to announce the Milestone 1 for the Spring Integration Hazelcast Support project. Use the Milestone Repository with Maven or Gradle to try it in early access. First of all, special thanks to Eren Avşaroğulları, who initiated the project and is a responsive and energetic contributor. Please, don't miss his talk with us on SpringOne this year! Overview Spring Integration implements well-known Enterprise Integration Patterns and provides lightweight messaging within Spring-based applications and supports integration with external systems via declarative…