You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/08/06 15:53:02 UTC

svn commit: r1616234 - in /logging/log4j/log4j2/trunk: log4j-jcl/src/site/xdoc/index.xml src/changes/changes.xml

Author: rpopma
Date: Wed Aug  6 13:53:02 2014
New Revision: 1616234

URL: http://svn.apache.org/r1616234
Log:
LOG4J2-722 Clarified docs that Commons Logging API jar is required when using log4j-jcl.

Modified:
    logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml?rev=1616234&r1=1616233&r2=1616234&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml Wed Aug  6 13:53:02 2014
@@ -34,14 +34,16 @@
 
         <section name="Requirements">
            <p>
-             The Commons Logging Bridge requires at least Java 6 and is dependent on the Log4j 2 API.
+             The Commons Logging Bridge requires at least Java 6 and is dependent on the Log4j 2 API
+             and the Commons Logging API.
           </p>
         </section>
 
       <section name="Usage">
         <p>
           Using the Commons Logging Bridge is straightforward. Simply add the bridge jar along with
-          the other Log4j 2 jars and all logging done using the Commons Logging API will be routed to Log4j.
+          the other Log4j 2 jars and the Commons Logging API jar, and all logging done using the
+          Commons Logging API will be routed to Log4j.
         </p>
       </section>
 

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1616234&r1=1616233&r2=1616234&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Wed Aug  6 13:53:02 2014
@@ -22,7 +22,10 @@
   </properties>
   <body>
     <release version="2.0.2" date="2014-0?-??" description="Bug fixes and enhancements">
-      <action issue="LOG4J2-723" dev="rpopma" type="update">
+      <action issue="LOG4J2-722" dev="rpopma" type="fix">
+        Clarified in documentation that Commons Logging API jar is required when using log4j-jcl.
+      </action>      
+      <action issue="LOG4J2-723" dev="rpopma" type="fix">
         Clarified in documentation that SLF4J API jar is required when using log4j-slf4j-impl.
       </action>      
       <action issue="LOG4J2-730" dev="rpopma" type="update">