Spring Integration 6.4.0-M3 Available
On behalf of the team and everyone who contributed, I am pleased to announce the third Milestone for Spring Integration 6.4.0 generation.
In addition the regular bug fixes and dependency upgrades were release as Spring Integration 6.3.4 and 6.2.9.
Here are some notable improvements and new features in Spring Integration 6.4:
- First class support for
IndexAccessorfrom SpEL andJsonIndexAccessorimplementation (shout out to Sam Brannen for contribution); - Performance and memory improvements for dynamic integration flow registrations;
- Control Bus Management via
ControlBusCommandRegistryand deprecation for SpEL-based (and Groovy) Control Bus components; - The
ControlBusControllerat/control-busto expose an endpoint for Control Bus Management via REST API; - Fix
JdbcMetadataStorefor PostgreSQL and MySQL (and cover with respective tests); - Introduce an
MqttMessageNotDeliveredEventto be emitted from theMqttActionListener.onFailure()…