Cf Java Client Versions Save

Java Client Library for Cloud Foundry

v5.12.1.RELEASE

2 months ago

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.12.1.RELEASE.

What's Changed

  • Bumped Apache Commons Compress to 1.26.1 (#1226)

Full Changelog: https://github.com/cloudfoundry/cf-java-client/compare/v5.12.0.RELEASE...v5.12.1.RELEASE

v5.12.0.RELEASE

2 months ago

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.12.0.RELEASE.

What's Changed

  • Implemented the CAPI limit on resources to match per request - these are now split into chunks of 5000 resources (#1223)
  • Bumped Apache Commons Compress to 1.26.0 (#1224)

Full Changelog: https://github.com/cloudfoundry/cf-java-client/compare/v5.11.1.RELEASE...v5.12.0.RELEASE

v5.11.1.RELEASE

2 months ago

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.11.1.RELEASE. This release should be used in place of 5.11.0.RELEASE.

This release includes enhancements to the V3 API support, including Security Groups, Routes, Manifest improvements. Additionally the test have been upgraded to use JUnit 5 and the Spotless plugin has been introduced to support easier contribution.

What's Changed

Contributors

Full Changelog: https://github.com/cloudfoundry/cf-java-client/compare/v5.10.0.RELEASE...v5.11.1.RELEASE

v5.11.0.RELEASE

2 months ago

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.11.0.RELEASE. This release includes enhancements to the V3 API support, including Security Groups, Routes, Manifest improvements. Additionally the test have been upgraded to use JUnit 5 and the Spotless plugin has been introduced to support easier contribution.

What's Changed

Contributors

Full Changelog: https://github.com/cloudfoundry/cf-java-client/compare/v5.10.0.RELEASE...v5.11.0.RELEASE

v5.10.0.RELEASE

1 year ago

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.10.0.RELEASE. This release includes a large contribution by Hans Schulz providing support for V3 manifests and deployment. This is a huge contribution. Thank you Hans Schulz for the hard work.

This release also includes:

  • Public modifier for ServiceInstance class (thanks @IvanBorislavovDimitrov #1172)
  • Fix waitForCompletion polling (thanks @theghost5800 #1171)

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

v5.9.0.RELEASE

1 year ago

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.9.0.RELEASE. This release includes support for some new parts of the v3 CloudController API as well as the ability to have variable substitution in manifest files processed by the library.

  • Add variable substitution in ApplicationManifestUtils (#1153 - thanks @luschmar)
  • Allow null values in map of service parameters (#1159 - thanks @theghost5800)
  • Implement service instances and plans creation and update (#1157 - thanks @IvanBorislavovDimitrov)
  • Re-implement V3 Service Bindings (#1158 - thanks @radito3)
  • Add LifecycleType for KPACK (#1162)

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

v5.8.0.RELEASE

2 years ago

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.8.0.RELEASE. This release includes a compatibility fix for using Spring Boot 2.5 dependencies and a fix that ensures the wiretap and proxy settings are consistently applied.

  • Changes to SSLContext setup to handle deprecations in reactor-netty & boot 2.5 (#1140)
  • Ensure that HTTP client is always configured (#1147)

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

v4.17.0.RELEASE

2 years ago

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.

v5.7.0.RELEASE

2 years ago

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.7.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.

  • Bumps supported CC API version to 2.164
  • Handles server-side removal of the Deployment 'state' property & tests
  • #1124 Allow empty query params for V3 filtering & Fix build for Windows (with thanks to @radito3)
  • #1126 Avoid NPE in DefaultApplications.java (thanks to @marc-schaefers)
  • #1136 Fix for comparison of Unauthorised check
  • #1134 Fix parse of ProcessStatisticsResource with nullable fields (thanks to @theghost5800)
  • #1137 Marks a Deployment Resource's 'app' relationship property as Nullable

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

v4.16.0.RELEASE

2 years ago

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.16.0.RELEASE. This release has some improvements for v3 API compatibility (stacks & service brokers), and bug fixes. In particular, #1118 is important as this could cause long-running processes that use the cf-java-client to eventually run out of connections and possibly crash.

  • CI changes for deploying with JFrog
  • Updates to the README that include troubleshooting instructions, instructions for wire logging & tips for running CF locally for integration tests
  • #1085 Use long instead of integer (with thanks to @IvanBorislavovDimitrov)
  • #1064 Makes ProcessStatisticsResource validations aware of the state. (with thanks to @keviningvalson)
  • #1088 Add support for V3 Stacks (with thanks to @radito3)
  • #1080 Add Service Brokers Endpoints & service instance credentials/parameters (with thanks to @theghost5800)
  • #1118 Ensure connections are closed in the event of a 401 & retry

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