]
Ondrej Kotek updated ELY-1653:
------------------------------
Labels: Java11 (was: )
JDK 11 Support
--------------
Key: ELY-1653
URL:
https://issues.jboss.org/browse/ELY-1653
Project: WildFly Elytron
Issue Type: Task
Components: Build
Reporter: Darran Lofthouse
Assignee: Justin Cook
Labels: Java11
Fix For: 1.7.0.CR3
I suspect this will likely take three / four steps: -
# Convert he project to a multi-release built using Java 9
# Eliminate the use of APIs in sun.misc and sun.reflect in the Java 9 variant
# Ensure the project can be build on JDK 11
This final step may not be achievable in the short term until we can drop support for JDK
8 but by moving to the Java 9 MR jar our jar should be compatible on Java 10 and 11 as
well. We may want to define a PR run that builds on Java 9 but tests in Java 11, this
would mean the testsuite at least needs to be buildable on Java 11.