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
IndexAccessor
from SpEL andJsonIndexAccessor
implementation (shout out to Sam Brannen for contribution); - Performance and memory improvements for dynamic integration flow registrations;
- Control Bus Management via
ControlBusCommandRegistry
and deprecation for SpEL-based (and Groovy) Control Bus components; - The
ControlBusController
at/control-bus
to expose an endpoint for Control Bus Management via REST API; - Fix
JdbcMetadataStore
for PostgreSQL and MySQL (and cover with respective tests); - Introduce an
MqttMessageNotDeliveredEvent
to be emitted from theMqttActionListener.onFailure()
…