Skip to content

Cloud Foundry Java Client 4.0.1.RELEASE

Compare
Choose a tag to compare
@twoseat twoseat released this 07 Nov 21:25
v4.0.1.RELEASE
5982f31

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.0.1.RELEASE. This release is the first to make use of Spring Boot 2.2.x to define our dependencies, the most significant result of which is that we now use the Reactor Netty 0.9.x line and the corresponding Reactor Core 3.3.x line

Despite the relatively small change in numbering from 0.7.x to 0.9.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.9.x (with thanks to Alexander Tsvetkov)
  • Upgrade to Reactor Core 3.3.x (via Michael Minella, thanks to Alexander's fix)
  • 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 4.0.1.RELEASE, please take a look at the issue tracker and commit log.