Author: rpopma
Date: Fri Feb 7 18:04:49 2014
New Revision: 1565746
URL: http://svn.apache.org/r1565746
Log:
added (JMX) prefix to some items
Modified:
logging/log4j/log4j2/trunk/src/changes/changes.xml
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1565746&r1=1565745&r2=1565746&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Fri Feb 7 18:04:49 2014
@@ -22,10 +22,10 @@
<body>
<release version="2.0-RC1" date="2014-MM-DD" description="Bug fixes and
enhancements">
<action issue="LOG4J2-530" dev="rpopma" type="add">
- JMX Client GUI should dynamically update when LoggerContext MBeans are
registered/unregistered in MBean server.
+ (JMX) JMX Client GUI should dynamically update when LoggerContext
MBeans are registered/unregistered in MBean server.
</action>
<action issue="LOG4J2-500" dev="rpopma" type="fix">
- Unloading one webapp unloads JMX MBeans for all webapps.
+ (JMX) Unloading one webapp unloads JMX MBeans for all webapps.
</action>
<action issue="LOG4J2-511" dev="rpopma" type="fix" due-to="James
Pretorius">
Stop AsyncLoggerConfig Disruptor thread(s), then AsyncAppender
thread(s) first
@@ -75,7 +75,7 @@
Space Level numbers by 100 instead of 1.
</action>
<action issue="LOG4J2-406" dev="rpopma" type="fix" due-to="Kerrigan
Joseph">
- Unregister all log4j JMX MBeans when the LoggerContext is stopped
+ (JMX) Unregister all log4j JMX MBeans when the LoggerContext is stopped
to allow web application classes to be GC-ed on undeploy.
</action>
<action issue="LOG4J2-405" dev="rgoers" type="fix">