You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade dependencies and tools
* CI should run on Java 17, it's an LTS version
* use more recent gradle to support Java 17
* Upgrade Spring boot version to latest bug fix
* Close#204: Allow java-cfenv to work with Spring Boot 3
* Redis and Cassandra
* Close#204: Add integration tests
* Close#204 SpringBoot3-only support on main branch
* Fix after review by @abelsromero
* Close#204: re indent, remove unused method
* Close#204: remove Jacoco for now, incompatibility with JMockit and Java 17, see: jmockit/jmockit1#615 and https://github.com/jmockit/jmockit1
Java CFEnv is a library for easily accessing the environment variables set when deploying an application to Cloud Foundry.
4
4
It is modeled after the design of the node library https://github.com/cloudfoundry-community/node-cfenv/[node-cfenv] and other `-cfenv` libraries in the Cloud Foundry ecosystem.
@@ -9,6 +9,20 @@ CFEnv's Boot support sets https://docs.spring.io/spring-boot/docs/current/refere
9
9
10
10
The https://spring.io/blog/2019/02/15/introducing-java-cfenv-a-new-library-for-accessing-cloud-foundry-services[1.0 M1 blog] provides some additional background information.
0 commit comments