]
James Perkins commented on LOGMGR-106:
--------------------------------------
Actual commit was different the original PR,
Fix possible Level leak for OpenJDK
-----------------------------------
Key: LOGMGR-106
URL:
https://issues.jboss.org/browse/LOGMGR-106
Project: JBoss Log Manager
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: James Perkins
Assignee: James Perkins
Fix For: 1.5.3.Final, 2.0.0.Beta1
Currently {{org.jboss.logmanager.LogManager}} has a hack to get around the
{{java.util.logging.Level}} storing levels in a static map. OpenJDK uses an inner-class to
do the same thing. A hack is needed to also check the OpenJDK static level mapping.