The jboss-logging-jdk module has three different implementations of
java.util.logging.LogManager in it. Rather than adding a fourth, is it OK if I just
replace org.jboss.logging.jdk.JBossJDKLogManager? In addition to disabling the reset()
method, my implementation completely disables configuration, and fixes about half a dozen
bugs.
Since it disables the configuration API, it might be considered a compatibility change.
In any case it will likely mean a 2.1.0 release. Alternately I could put it in a separate
class, or even a separate module - either way it needs to be on the boot classpath.
Thoughts?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211600#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...