Artem Bilan

Artem Bilan

Recent Blog posts by Artem Bilan

Spring AMQP 2.2.17.RELEAE & 2.3.7 available

Releases | May 17, 2021 | ...

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

Spring for Apache Kafka 2.5.13.RELEASE, 2.6.8 & 2.7.1 available

Releases | May 17, 2021 | ...

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…

Spring Integration 5.5 RC1, 5.4.6 & 5.3.7 Available

Releases | April 15, 2021 | ...

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.cupchino.shop/milestone/ repository:

compile 'org.springframework.integration:spring-integration-core:5.5.0-RC1'

Here is a highlight of changes made to Spring Integration 5.5 RC1 since previously announced Milestone 3

Spring Integration 5.5 M3 & 5.4.5 Available

Releases | March 18, 2021 | ...

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:

compile 'org.springframework.integration:spring-integration-core:5.4.5'

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.cupchino.shop/milestone/ repository:

compile 'org.springframework.integration:spring-integration-core:5.5.0-M3'

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. For example we have reworked some warning messages in logs to the fail-fast errors during configuration phase. Plus some API was deprecated with possible removal in the next major version. So, be sure check the Migration Guide

Spring Integration Zip 1.0.4 & CVE-2021-22114

Releases | March 01, 2021 | ...

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…

Spring Integration AWS 2.3.5.RELEASE & 2.4.0, and Spring Cloud Stream Kinesis Binder 2.0.4.RELEASE & 2.1.0 Available

Releases | February 01, 2021 | ...

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:

compile "org.springframework.integration:spring-integration-aws:2.3.5.RELEASE"

If you don’t use Kinesis Binder. Or via Binder dependency:

compile "org.springframework.cloud:spring-cloud-stream-binder-kinesis:2.0.4.RELEASE"

Mostly these versions have bug fixes and some community feedback refinements…

Spring Integration 5.4 goes GA; some other Integration releases

Releases | November 02, 2020 | ...

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:

compile 'org.springframework.integration:spring-integration-core:5.4.0'

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 improvements;

  • The RenewableLockRegistry is implemented for the JdbcLockRegistry.

Case Study: Aggregator Function and Processor

Engineering | October 26, 2020 | ...

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.

Spring Integration 5.4 Release Candidate 1 Available

Releases | October 14, 2020 | ...

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:

compile 'org.springframework.integration:spring-integration-core:5.4.0-RC1'

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 ZeroMq;

  • The ReactiveRedisStreamMessageProducer now provides an error handling logic via sending an ErrorMessage to the errorChannel;

  • The AbstractMailReceiver now has an option to not fetch a MimeMessage content eagerly and lets the downstream flow to decide what and how to do with such a mail message.

Spring Integration 5.4 Milestone 3 Available

Releases | September 16, 2020 | ...

Dear Spring community,

please, meet the third (and the last) milestone for Spring Integration 5.4 generation.

It can be downloaded from our milestone repository:

compile 'org.springframework.integration:spring-integration-core:5.4.0-M3'

Since the previous milestone 2 this release brings number of bug fixes and some internal improvement, including alignment with new Sink API from project Reactor in the FluxMessageChannel and IntegrationReactiveUtils.

See What’s New in documentation for more information.

This version is going to be pulled in the upcoming Spring Boot 2.4.0-M3 release tomorrow.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all