Skip to content

Java-cf-env v3.1.1: The Cloud Profile

Compare
Choose a tag to compare
@anthonydahanne anthonydahanne released this 14 Sep 14:29
· 39 commits to main since this release

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!