Spring Integration 2.2.3 is henceforth available.



For those who unfamiliar, Spring is a Framework that provides a programming and configuration model for modern Java-based enterprise applications.
It includes features like:
  • Flexible dependency injection with XML and annotation-based configuration styles
  • Advanced support for aspect-oriented programming with proxy-based and AspectJ-based variants
  • Support for declarative transactions, declarative caching, declarative validation, and declarative formatting
  • Powerful abstractions for working with common Java EE specifications such as JDBC, JPA, JTA and JMS
  • First-class support for common open source frameworks such as Hibernate and Quartz
  • A flexible web framework for building RESTful MVC applications and service endpoints
  • Rich testing facilities for unit tests as well as for integration tests
This release corrects an issue with the conversion of some complex message payloads when being mapped to method arguments.
You can see the project home page or Release Notes.

Popular Posts