Dear Spring community, On behalf of the team and all the contributors, it’s my pleasure to announce a General Availability for Spring Integration 5.5, plus Spring Integration 5.4.7 patch release. Both versions can be obtained from Maven Central and it is recommended to upgrade your projects or just pull them transitively from respective latest Spring Boot patch versions! Spring Integration 5.4.7 version contains mostly critical bug fixes and here is a highlight of notable changes made to Spring Integration 5.5, which, in general, is based on the community feedback to make the framework useful…
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring AMQP 2.3.7 and 2.2.17.RELEASE are available now. Both versions have some number of bug fixes and minor improvements together with upgrades to the latest minor dependencies.
See their release notes for more information: https://github.com/spring-projects/spring-amqp/releases/tag/v2.2.17.RELEASE
https://github.com/spring-projects/spring-amqp/releases/tag/v2.3.7 Stay tuned for follow-up Spring Boot releases later this week. Project Page | GitHub | Issues | Documentation
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring for Apache Kafka 2.5.13.RELEASE, 2.6.8 and 2.7.1 are available now. All versions have some number of bug fixes and minor improvements, especially additions to recently introduced Topic Delayed Non-Blocking Retry.
Big thanks to Tomaz Fernandes for amazing contributions in this area! See their release notes for more information: https://github.com/spring-projects/spring-kafka/releases/tag/v2.5.13.RELEASE
https://github.com/spring-projects/spring-kafka/releases/tag/v2.6.8
https://github.com/spring…
Dear Spring community, On behalf of the team and all the contributors, it’s my pleasure to announce a Release Candidate 1 for Spring Integration 5.5, plus Spring Integration 5.4.6 & 5.3.7 patch versions. The latest two can be downloaded from Maven Central and it is recommended to upgrade your projects or just pull them transitively from respective latest Spring Boot patch versions! The Release Candidate is available from the https://repo.spring.io/milestone/ repository: Here is a highlight of changes made to Spring Integration 5.5 RC1 since previously announced Milestone 3: A basic support for…
Dear Spring community, On behalf the team and external contributors, it’s my pleasure to announce a Milestone 3 release for Spring Integration 5.5, plus Spring Integration 5.4.5 patch version. The latest one can be downloaded from Maven Central: and it is recommended to upgrade your projects or just pull it transitively from just released Spring Boot 2.4.4! The Milestone is available from the https://repo.spring.io/milestone/ repository: The 5.5 generation of Spring Integration is the last one in the line before we start 6.0 and it is mostly based on the community feedback and usability needs…
Dear Spring community, On behalf of the team and everyone who contributed, it is my pleasure to announce 1.0.4.RELEASE version for Spring Integration Zip extension. CVE-2021-22114 The UnZipTransformer doesn’t cover all the cases for Zip Slip Vulnerability and some particular zip entry names may still end up outside of working directory. The updated fix has been released in the spring-integration-zip-1.0.4.RELEASE version together with some other bug fixes and improvements. We also have published a new advisory for CVE-2021-22114. Credit: Trung Pham, Viettel Cyber Security. Everybody who’s…
Dear Spring Community, Today it’s my pleasure to announce releases of Spring Integration for Amazon Web Services extension versions 2.3.5.RELEASE & 2.4.0, and Spring Cloud Stream Binder for AWS Kinesis versions 2.0.4.RELEASE & 2.1.0. These releases can be downloaded from Maven Central, JCenter: If you don’t use Kinesis Binder. Or via Binder dependency: Mostly these versions have bug fixes and some community feedback refinements. So, it is highly recommended to bump your projects to this latest versions. The new minor versions (spring-integration-aws:2.4.0 & spring-cloud-stream-binder-kinesis:…
Dear Spring community, On behalf the team and everybody contributed, it’s my pleasure to announce that last week we released general availability for Spring Integration 5.4. It can be downloaded from Maven Central: Here is a summary of features and improvements for this Spring Integration generation: R2DBC channel adapters; ZeroMQ proxy, message channel and channel adapters; Redis Streams channel adapters (which are reactive); The spring-integration-kafka extension has been moved to the core project and, alongside with an upgrade to the latest Spring for Apache Kafka 2.6.2, includes some…
This article is part of a blog series that explores the newly redesigned Spring Cloud Stream applications based on Java Functions. In this episode, we are investigating the Aggregator function and its relationship with the Splitter function. We will see how we can customize the default behavior. We will also take a look at the importance of configuring a shared message store for the aggregator. Here are all the previous parts of this blog series. Introducing Function Based Streaming Applications Function Composition with Streaming Applications How to Build a Supplier and Source Application How…
Dear Spring community, it’s my pleasure to announce the first (and the last) release candidate for Spring Integration 5.4 generation. It can be downloaded from our milestone repository: Since the previous milestone 3 this release brings more into bug fixes and some internal improvements according Project Reactor changes with processors. The most notable features in this release are: The LogAccessor abstraction from Spring Framework is now used internally for better code readability; The ZeroMqMessageHandler and ZeroMqMessageProducer components are now available for one-way interaction with…