Java-cf-env v3.1.1: The Cloud Profile
Get it while it's hot!
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>3.1.1</version>
</dependency>
What's Changed
This new release fixes an issue that prevented the dependency resolution to work properly a4a30e2
Also, the uberjar named java-cf-all
now will add a cloud
profile when injected into a Spring Boot 3 app via the Java Buildpack (see cloudfoundry/java-buildpack#1031)
Enjoy!