cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

Support all JDK versions

Open Lokowandtg opened this issue 3 months ago • 2 comments

At the moment, only a limited number of JDKs is covered in pom.xml. Especially new JDK versions like 24 and 25 are not covered and fail the build / unit tests.

Lokowandtg avatar Nov 18 '25 17:11 Lokowandtg

Supporting JDK 25 with spottles formatter requires a switch of googleJavaFormat from current value 1.19.1 to at least version 1.27.0. I would like to do this in a different pull request. Discussion is here:

Lokowandtg avatar Nov 18 '25 18:11 Lokowandtg

Implemented in #1315

Lokowandtg avatar Nov 19 '25 11:11 Lokowandtg