2.0.0.RELEASE
scottfrederick
released this
27 Oct 22:09
·
100 commits
to main
since this release
The 2.0.0 release includes support for the upcoming Spring Boot 2.0 release. It is feature-compatible with Spring Cloud Connectors 1.2.5, with the following changes to align with Spring Framework 5 and Spring Boot 2.
Core
- Require Java 8 as the minimum Java version.
- Change the Maven coordinates of the core library from
org.springframework.cloud:spring-cloud-core
toorg.springframework.cloud:spring-cloud-connectors-core
.
Spring Service Connector
- Remove support for the Apache DBCP pooling library.
- Upgrade all Spring Data dependencies to 2.0.0, and remove support for older Spring Data versions.
See the full list of resolved issues in GitHub.