Spring Integration 6.4 RC1 Available
On behalf of the team and everyone who contributed, I am pleased to announce the first Release Candidate for Spring Integration 6.4.0
generation.
In addition the regular bug fixes and dependency upgrades were release as Spring Integration 6.3.5
and 6.2.10
.
Here are some notable improvements and new features in Spring Integration 6.4 since previously announced Milestone 3:
- The Python scripting support has been migrate to GraalVM Polyglot. Now Python 3 language version can be used in your scripts. Plus all the benefits from third-party libraries;
- The
RedisLockRegistry
can now be configured with aTaskScheduler
for automatic locks renewal in the store; - The
SourcePollingChannelAdapterSpec
now can be configured with a customTaskScheduler
, e.g. for someTaskDecorator
use-case; - The
@SpringIntegrationTest
can now be used for test classes hierarchy, including@Nested
configuration; - Plus a lot of dependency upgrades to their latest versions. …