eclipse-ee4j / glassfish-hk2

Dynamic dependency injection framework
https://eclipse-ee4j.github.io/glassfish-hk2
Other
84 stars 55 forks source link

Dropped Java 8 support in a 3.0.x patch release #1084

Closed jonatan-ivanov closed 1 month ago

jonatan-ivanov commented 1 month ago

Upgrading from org.glassfish.hk2:hk2-api:3.0.3 to 3.0.6 causes UnsupportedClassVersionError, it seems the Java baseline was elevated from Java 8 to eleven between those patch versions:

java.lang.UnsupportedClassVersionError: org/glassfish/hk2/api/ServiceLocatorFactory has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
pzygielo commented 1 month ago
jonatan-ivanov commented 1 month ago

Thank you. Sorry for the dupe, I did not see that issue. Could you please consider commenting it? It seems rather serious.