spring-guice
spring-guice copied to clipboard
Java 21 support
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.