You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2008/08/06 06:49:54 UTC

svn commit: r683106 - in /logging/log4j/trunk/src: changes/changes.xml main/java/org/apache/log4j/jdbc/JDBCAppender.java

Author: carnold
Date: Tue Aug  5 21:49:54 2008
New Revision: 683106

URL: http://svn.apache.org/viewvc?rev=683106&view=rev
Log:
Bug 45299: javadoc for JDBCAppender corrupts class index

Modified:
    logging/log4j/trunk/src/changes/changes.xml
    logging/log4j/trunk/src/main/java/org/apache/log4j/jdbc/JDBCAppender.java

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=683106&r1=683105&r2=683106&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Tue Aug  5 21:49:54 2008
@@ -43,6 +43,7 @@
        <action action="fix" issue="45485">Agent.java is sole dependency on jmxtools.jar with Java 5+.</action>
        <action action="fix" issue="44517">Eliminate compile dependency on non-redistributable JMS reference implementation.</action> 
        <action action="fix" issue="37182">Exception in call to toString of message propagates to caller.</action>
+       <action action="fix" issue="45299">Javadoc class index corrupted by JDBCAppender deprecation warning.</action> 
     </release>
   
     <release version="1.2.15" date="2007-08-24" description="SyslogAppender enhancements, NTEventLogAppender and Maven build.">

Modified: logging/log4j/trunk/src/main/java/org/apache/log4j/jdbc/JDBCAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/java/org/apache/log4j/jdbc/JDBCAppender.java?rev=683106&r1=683105&r2=683106&view=diff
==============================================================================
--- logging/log4j/trunk/src/main/java/org/apache/log4j/jdbc/JDBCAppender.java (original)
+++ logging/log4j/trunk/src/main/java/org/apache/log4j/jdbc/JDBCAppender.java Tue Aug  5 21:49:54 2008
@@ -29,13 +29,12 @@
 
 
 /**
-  <p><b><font color="#FF2222">WARNING: This version of JDBCAppender
-  is very likely to be completely replaced in the future. Moreoever,
-  it does not log exceptions</font></b>.
-
   The JDBCAppender provides for sending log events to a database.
   
-  
+ <p><b><font color="#FF2222">WARNING: This version of JDBCAppender
+ is very likely to be completely replaced in the future. Moreoever,
+ it does not log exceptions</font></b>.
+
   <p>Each append call adds to an <code>ArrayList</code> buffer.  When
   the buffer is filled each log event is placed in a sql statement
   (configurable) and executed.



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org