Skip to content

Cloud Foundry Java Client 4.17.0.RELEASE

Compare
Choose a tag to compare
@dmikusa dmikusa released this 19 Apr 14:55
· 162 commits to main since this release

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.17.0.RELEASE. This release includes various bug fixes, some relating to issues caused by client-side validation. The supported CC API version is also bumped, and changes to handle the removal of the Deployment 'state' field are incorporated.

  • Allow empty query params for V3 filtering & Fix build for Windows #1124 (with thanks to @radito3)
  • Avoid NPE in DefaultApplications.java #1126 (with thanks to @marc-schaefers)
  • Fixed issue with PR#1126 where compilation+unit tests failed with UnsupportedOperation #1129
  • Fix for comparison of unauthorised check #1136
  • Fix parse of ProcessStatisticsResource with nullable fields #1134 (with thanks to @theghost5800)
  • Marks a Deployment Resource's 'app' relationship property as Nullable #1137
  • Bumps Supported API version, handles removal of Deployment 'state' in 2_11+
  • Set supported-api-version to 164 #1139

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