Spring Integration 2.1.0 RC1 includes many new components that provide support for:
- JSR-223 Scripting
- GemFire
- AMQP
- MongoDB
- Redis
- Stored Procedures and Stored Functions
Furthermore, we provide the new XPath and XML Validating Filter, Payload Enricher, FTP and SFTP Outbound Gateways and we also added support for FTP Session Caching. We also refactored and standardized the Router Configuration. Additionally the XSD Schema was updated to version 2.1.
For more information, please have a look at the updated reference documentation at:
http://static.springsource.org/sprin...ce/htmlsingle/
and please see the following news announcement as well: http://www.springsource.org/node/3315
The artifacts are available in the S2 Milestone Maven repository (http://shrub.appspot.com/maven.sprin...integration/):
Code:
<repository>
<id>repository.springframework.maven.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.1.0.RC1</version>
</dependency>
Alternatively, the full distribution, including docs and samples, is available at the SpringSource community download site:
http://www.springsource.com/download...%20Integration
We are looking forward to your feedback and please report any issues you find!
Cheers,
Gunnar