Skip to content

Cloud Foundry Java Client 5.0.0.RELEASE

Compare
Choose a tag to compare
@twoseat twoseat released this 15 Jan 10:48
· 222 commits to main since this release
v5.0.0.RELEASE
6f4df97

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

Note: This is the first version in the 5.x line. Many of its dependencies are now managed by Spring Boot 2.4, which means a non-trivial update in the underlying versions of Project Reactor dependencies we rely on. This may mean some refactoring is required from you. In addition the V3 Service Instances package has been renamed, which will require a straightforward refactor if you use that.

  • Added support for Automatic Module Names (with thanks to Alexander Tsvetkov)
  • Added support for Log Cache Client (with thanks to Mike Heath)
  • Added support for V3 Buildpacks
  • Added support for V3 Service Offerings
  • Rename the serviceInstances package to serviceinstances for consistency.
  • Dependency updates.

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