Releases: robtimus/connect-sdk-java-spring-boot-starter
Releases · robtimus/connect-sdk-java-spring-boot-starter
3.6.1
Updated to the latest version of Spring Boot which comes with up-to-date versions of Log4J 2 and Jackson.
3.6
Updated to the latest versions of connect-sdk-java and Spring Boot.
Even though the targeted Spring Boot version is now 2.6.x, this starter is still compatible with Spring Boot 2.2.x.
3.5
Updated to the latest versions of connect-sdk-java, Spring Boot and Gson.
The auto-configured connection manager now actually closes expired connections from its scheduled closeIdleAndExpiredConnections
method.
3.4
Updated to the latest versions of all dependencies:
- connect-sdk-java
- Spring Boot
- Apache Commons Codec
- Gson
- HttpClient
Even though the targeted Spring Boot version is now 2.5.x, this starter is still compatible with Spring Boot 2.2.x.
3.3
Updated to the latest versions of connect-sdk-java and Spring Boot.
3.2
Updated to the latest version of connect-sdk-java.
3.1
Updated to the latest versions of connect-sdk-java and Spring Boot. Even though the targeted Spring Boot version is now 2.3.x, this starter is still compatible with Spring Boot 2.2.x.
3.0
Updated to the latest versions of connect-sdk-java and Spring Boot. Included the latest version of httpmime as an explicit dependency.
connect-sdk-java-spring-boot-starter-2.8
Updated to the latest version of connect-sdk-java.
Note: this is the last release that target Spring Boot 2.1.x. The next release will target Spring Boot 2.2.x instead.
connect-sdk-java-spring-boot-starter-2.7
Updated to the latest versions of connect-sdk-java, Spring Boot (2.1.x) and httpclient.