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
RedisLockRegistrycan now be configured with aTaskSchedulerfor automatic locks renewal in the store; - The
SourcePollingChannelAdapterSpecnow can be configured with a customTaskScheduler, e.g. for someTaskDecoratoruse-case; - The
@SpringIntegrationTestcan now be used for test classes hierarchy, including@Nestedconfiguration; - Plus a lot of dependency upgrades to their latest versions. …