v3.0.0
Spring Boot 3 + Java 17 support!
Finally, the wait is over, include java-cfenv
into your Spring Boot 3 project and bind CF services to your app transparently!
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>3.0.0</version>
</dependency>
What's Changed
- Prepare next development version 2.4.3-SNAPSHOT by @abelsromero in #211
- Spring Boot 3 support, no support to 2.x by @anthonydahanne in #214
- Bump springBootVersion from 3.1.0 to 3.1.2 by @dependabot in #219
Thanks
To @pivotal-david-osullivan , @abelsromero and all the users patiently waiting for Spring Boot 3!
Full Changelog: v2.4.0...v3.0.0