-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 4.2.0
-
Fix Version/s: None
-
Component/s: Framework
-
Labels:None
From the manifest 4.2.0 jars are compiled with jdk11:
Build-Jdk: 11.0.2
Changes to covariant return types for ByteBuffer in JDK11 cause a java.lang.NoSuchMethodError at runtime when running on JDK 8. These calls paths are impacted:
This can be mitigated by setting the --release to 8.
http://openjdk.java.net/jeps/247
- links to