Skip to content

Releases: pivotal-cf/java-cfenv

v2.4.1

06 Sep 11:24
Compare
Choose a tag to compare

This release is focused on minor enhancements, bumping the Spring Boot version & a fix for SQLServer URIs.

Enhanacements:

  • Fix javaAPI links for javadocs in Java11 (#161)
  • Allow passing in values of VCAP_SERVICES & VCAP_APPLICATION (#186)
  • Restores support for user:pass@host/db style SQLServer URI (#190)
  • Bumps Spring Boot version to 2.6.6 (#182)

Thanks to all contributors

v2.4.0

12 Jul 18:23
Compare
Choose a tag to compare

This is a maintenance release focused on improvements in build tasks and alignment with latest Spring Boot version.

  • Migrated build from Maven to Gradle (#144)
  • Add CI Pipeline to test in Java 11 on top of Java 8 (#148)
  • Bump Spring Boot version to v2.5.2 (#145)
  • Documentation fixes (#136)

Thanks to all contributors

2.3.0

08 Mar 15:17
Compare
Choose a tag to compare
  • Upgrade to spring-boot 2.4
  • bug fix for postgresql

2.2.5.RELEASE

08 Mar 15:16
Compare
Choose a tag to compare
2.2.5.RELEASE Pre-release
Pre-release

This release is not recommended for use.

  • for spring-boot 2.3 support use the latest 2.2.x release (v2.2.4 as of this comment)
  • for spring-boot 2.4 support use the latest 2.3.x release (v2.3.0 as of this comment)

v2.2.4.RELEASE

02 Dec 19:02
Compare
Choose a tag to compare
  • Add first-class support for Hashicorp Vault service bindings
  • Upgrade spring-boot to 2.3.6.RELEASE

v2.2.3.RELEASE

12 Nov 21:07
Compare
Choose a tag to compare
  • Upgrade spring-boot to 2.3.5.RELEASE
  • Improve java 9 module names
  • Add dependabot and upgrade all the maven plugins

v2.2.2.RELEASE

12 Nov 20:35
Compare
Choose a tag to compare
  • #92 (Fixed bug in sqlserver processor)

v2.2.1.RELEASE

12 Nov 20:34
Compare
Choose a tag to compare
  • Upgrade to spring-boot 2.3.1.RELEASE

v2.2.0.RELEASE

12 Nov 20:28
Compare
Choose a tag to compare
  • Add first-class support for CredHub service bindings
  • Upgrade to spring-boot 2.2.8.RELEASE
  • #28
  • #35
  • #70
  • #93

2.1.2.RELEASE

01 Apr 11:33
Compare
Choose a tag to compare
  • Is enabled flag to disable processing of a given service instance (#87)
  • Upgrade to spring-boot v2.2.6.RELEASE