The latest version of Spring Integration 3.0 Release is available for download from its official website. You can also use the maven tool for using the library in your project.
The latest version of Spring Integration 3.0 Release is available for download from its official website. You can also use the maven tool for using the library in your project.The Spring Integration project supports the well known Enterprise Integration Patterns, which helps the developers to make the application which talks to the external system through adapters.
This version of Spring Integration 3.0 Release contains many bug fixes, defects fixing, improvements and refactoring.
Bug fixes
Defects
The defects related to the RedisQueueMessageDrivenEnpoint logs stacktrace on shutdown and TcpNioServerConnectionFactory is fixex
Improvement
The improvements made to this version are:
Refactoring are also done which includes removal of deprecated API from previous versions
Maven dependency
If you are using the Maven tool for your project you can use the following dependency code:
<dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> <version>3.0.0.RELEASE</version> </dependency> </dependencies>
Check more Spring framework tutorials.
Ads