]
James Perkins commented on JBLOGGING-121:
-----------------------------------------
The {{log4j-jboss-logmanager}} is a fork of log4j 1.x that delegates to the JBoss Log
Manager. That download is for log4j2. This would be our concern with log4j 1.x
.
It's about a 3 line change really. If I get some time I'll submit a PR for it.
Static initializer of class org.apache.log4j.helpers.Loader relies on
obsolete java versioning scheme
-----------------------------------------------------------------------------------------------------
Key: JBLOGGING-121
URL:
https://issues.jboss.org/browse/JBLOGGING-121
Project: JBoss Logging
Issue Type: Bug
Components: jboss-logging-log4j
Reporter: Richard Opalka
Assignee: James Perkins
JDK9 will introduce new java versioning scheme, see JEP-223
http://openjdk.java.net/jeps/223
Please update static initializer of class org.apache.log4j.helpers.Loader accordingly
to ensure smooth JDK9 migration. ATM the initializer will not handle Java 9 properly.