Skip to content

Spring Cloud Bindings 2.0.1: Spring Boot 3 support

Choose a tag to compare

@anthonydahanne anthonydahanne released this 22 Jul 00:30
· 12 commits to main since this release

After several failed attempts, a lot of discussion and help from the community, finally, here is it, the first Spring Cloud Bindings release compatible with Spring Boot 3 support.

Said differently, Spring Cloud Bindings 2 now translate Kubernetes Service Binding Specification into proper Spring Boot 3 application configuration properties

It also includes default activation now; you no longer need to to provide the JAVA_TOOL_OPTIONS=-Dorg.springframework.cloud.bindings.boot.enable=true; just drop the jar in your classpath, and Spring will autocofigure to connect to your services!

Start using it now!

		<dependency>
			<groupId>org.springframework.cloud</groupId>
			<artifactId>spring-cloud-bindings</artifactId>
			<version>2.0.1</version>
		</dependency>

Thanks to @abelsromero , @Kehrlann @pivotal-david-osullivan , @scottfrederick and all the others who participated in the discussions and testing!