Skip to content

Cloud Foundry Java Client 3.17.1.RELEASE

Compare
Choose a tag to compare
@twoseat twoseat released this 07 Nov 20:56
v3.17.1.RELEASE
3c4144f

I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.17.1.RELEASE. This release is the first to make use of Spring Boot 2.1.x to define our dependencies, the most significant result of which is that we now use the Reactor Netty 0.8.x line.

Despite the small change in numbering from 0.7.x to 0.8.x this was actually a major update to Netty's public interface. All credit for tackling that goes to Alexander Tsvetkov, who produced probably the biggest PR in the project's history.

  • Upgrade to Reactor Netty 0.8.x (with thanks to Alexander Tsvetkov)
  • Fix Reactor Netty version incompatibility with Spring WebFlux 5.1 WebClient (via Scott Frederick, thanks to Alexander's fix)
  • Fix Netty memory leaks (via David O'Sullivan, thanks to Alexander's fix)
  • General dependency updates.

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