spring-guice icon indicating copy to clipboard operation
spring-guice copied to clipboard

Java 21 support

Open optodent opened this issue 1 year ago • 0 comments

Migrating from Java 17 to Java 21, I have experienced guice modules compiled with java 21 incompatible with spring-guice:2.0.4 getting the following error during compile time: Unsupported class file major version 65. Going back to java 17 for the specific modules the compilation was successful.

Raising this as 21 is the latest LTS release.

optodent avatar Mar 01 '24 10:03 optodent