Skip to content

Cloud Foundry Java Client 3.28.0.RELEASE

Compare
Choose a tag to compare
@twoseat twoseat released this 06 Oct 11:46
· 314 commits to main since this release
v3.28.0.RELEASE
a6e5e9a

I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.28.0.RELEASE. This release's theme is updates.

Note: This version uses Spring Boot 2.1.x to manage most of its dependencies. That version of Spring Boot is expected to EOL before the end of the year. At that time we will stop making updates to the 3.x line of the Java Client. We urge you to update to the current 4.x line of the Java Client (based on Spring Boot 2.3.x), or the soon to be released 5.x line (based on the upcoming Spring Boot 2.4.).

  • Added Java 11 unit tests to the existing Java 8 tests (via Guillaume Berche and in part thanks to him). Note that Java 8 is still our default target.
  • Fixed Enabling of Public Visibility (via Arghya Sadhu, with thanks to Alexander Tsvetkov)
  • Support for the latest version of the Cloud Foundry API (2.150.0)
  • Dependency updates.

For a more detailed look at the changes in 3.28.0.RELEASE, please take a look at the issue tracker and commit log.