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
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
The text was updated successfully, but these errors were encountered:
Upgrading from
org.glassfish.hk2:hk2-api:3.0.3
to3.0.6
causesUnsupportedClassVersionError
, it seems the Java baseline was elevated from Java 8 to eleven between those patch versions:The text was updated successfully, but these errors were encountered: