Spring Integration 4.3.1, 4.2.9, 4.1.9, 4.0.9 are available
Dear Spring community,
I’m pleased to announce that a number of Spring Integration 4.x.x
(4.3.1, 4.2.9, 4.1.9, 4.0.9) maintenance versions have been released. It’s strongly recommended for everyone to upgrade because these releases contain some important bug fixes and improvements.
We do not anticipate releasing more versions of the for 4.1.x
and 4.0.x
branches. If you use these in your projects, consider upgrading to 4.3.x
as soon as possible.
While you can find all the changes for 4.3.1
in its Release Notes, here are some highlights:
-
It is a foundation for upcoming Spring Boot 1.4 GA;
-
Routers can now resolve
channelKey
as aClass<?>
correctly. Previously such a configuration produced the following exception: …