Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Java 1.9+
Description
Based on the functional nature of this API, supporting it may require compiling at least one class using javac 1.9 and reflectively loading it in ReflectionUtil similar to how Spring supports newer JDK APIs.
Without support for StackWalker, ReflectionUtil will fall back to using a slower API in Java 1.9. This is because the Reflection class is a sun-internal class which are no longer exported to non-JDK code without setting special command line flags.
Attachments
Issue Links
- relates to
-
LOG4J2-1745 Add support for multi-release jars for JDK9+
- Resolved
-
LOG4J2-1746 Add JDK9 build to Jenkins
- Closed