Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.18.0
-
None
-
None
Description
ARTEMIS-3296 enabled the build to run on Java 16 and got the PR build passing there. It disabled running the tests for the artemis-cdi-client module to achieve this though.
In its current state the tests fail due to an exception from Weld seemingly failing in attempt to make a protected method in java.lang.ClassLoader accessible, with the JVM now preventing such behaviours by default rather than just warning on them.
If may be possible to get this going with specific module exports, or upgrading dependencies (though these seem to have changed)
Attachments
Issue Links
- is part of
-
ARTEMIS-5202 Require Java 17+ (i.e drop support for Java 11)
- Closed
- relates to
-
ARTEMIS-3296 enable building on Java 16
- Closed