Spring Integration 4.3 M2 is Available
I am pleased to announce that Spring Integration 4.3.0.M2
is now available from the Spring milestone repository. This release closes about 50 JIRAs and includes almost a 100 commits.
Thanks to everyone who has contributed. Especially to the Spring Cloud Stream team, whose comprehensive Spring Integration usage influences the project direction.
Some key feature since the First Milestone:
- The Spring Integration runtime object model, together with Component Metrics, now can be exposed as a
graph
, which may be used to visualize the current state of the integration application. When running in a web container, the@EnableIntegrationGraphController
annotation, together with anIntegrationGraphServer
bean, creates a service to retrieve the model and state over the REST protocol, e.g. in JSON notation: …