Releases: spring-cloud/spring-cloud-connectors
Releases · spring-cloud/spring-cloud-connectors
2.0.9.RELEASE
This release is identical to 2.0.8.RELEASE, but is published to the Spring Release repository and to Maven Central.
2.0.8.RELEASE
- Upgrade version of shaded Jackson library
NOTE: This release is published the Spring Release repository (https://repo.spring.io/release) but is not published to Maven Central.
2.0.7.RELEASE
- Upgrade version of shaded Jackson library
2.0.6.RELEASE
- Upgrade version of shaded Jackson library
- Allow usernames without passwords in URLs (via csabakos)
1.2.9.RELEASE
- Upgrade version of shaded Jackson library
2.0.5.RELEASE
Cloud Foundry Connector
- Upgrade version of shaded Jackson library (via ashleystendel).
1.2.8.RELEASE
Cloud Foundry Connector
- Upgrade version of shaded Jackson library (via azizsonawalla).
2.0.4.RELEASE
Spring Connector
- Decode JDBC URLs when they are rejected by a JDBC driver (via spikymonkey).
- Verify that Apache Commons DBCP2 is on the classpath before trying to use it for connection pooling.
See the full list of resolved issues in GitHub.
1.2.7.RELEASE
Spring Connector
- Decode JDBC URLs when they are rejected by a JDBC driver (via spikymonkey).
See the full list of resolved issues in GitHub.
2.0.3.RELEASE
Core
- Don't encode usernames and password for Oracle database connections.
Cloud Foundry Connector
- Upgrade version of shaded Jackson library (via axhm3a).
Spring Connector
- Default the
AutomaticRecoveryEnabled
feature tofalse
on RabbitMQ connections (via xyloman and garyrussell). - Recognize
rediss://
as a valid scheme for Redis connections, and configure Redis connections to use SSL when the scheme isrediss://
.
See the full list of resolved issues in GitHub.