Skip to content

Cloud Foundry Java Client 2.0.0.M10

Pre-release
Pre-release
Compare
Choose a tag to compare
@nebhale nebhale released this 26 Jul 22:49
v2.0.0.M10
c2edb60

Following along quickly, I'm pleased to announce our tenth milestone release! This milestone fixes a horrible bug that made the client unusable after UAA tokens expired (typically five minutes).

Like last time, we expect the next milestone to be a release candidate (RC1) after which the API will be frozen for the release. This release makes some minor breaking API changes dealing with how applications and buildpacks are uploaded and as before we're still evaluating significantly wider usage of Optional in the API.

  • Additional UAA Client API implementations
  • Use of InputStreams in the Operations layer are now uses of Path
  • All provided TokenProviders now refresh the token shortly before it expires
  • All Resource Matching Client API implementations
  • Improved Integration Test coverage