dlr 2003/10/21 18:45:44
Modified: docs changes.html
xdocs changes.xml
Log:
* xdocs/changes.xml
* docs/changes.html
Noted replacement of Log4J's deprecated Category class with Logger.
Issue: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19133
Revision Changes Path
1.102 +8 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -u -r1.101 -r1.102
--- changes.html 21 Oct 2003 12:05:36 -0000 1.101
+++ changes.html 22 Oct 2003 01:45:43 -0000 1.102
@@ -161,6 +161,14 @@
This section describes changes to the main branch
after the 1.4 release.
</p>
+ <ul>
+<li>
+Removed use of <a href="http://jakarta.apache.org/log4j/">Log4J's</a>
+deprecated Category and Priority classes in favor of the corresponding
+and supported Logger and Level. To update, replace necessary
+references, and Category.getInstance() with Logger.getLogger(). (#19133) (dlr)
+</li>
+</ul>
</blockquote>
</td></tr>
<tr><td><br/></td></tr>
1.94 +11 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -u -r1.93 -r1.94
--- changes.xml 10 Oct 2003 20:56:21 -0000 1.93
+++ changes.xml 22 Oct 2003 01:45:44 -0000 1.94
@@ -21,7 +21,18 @@
after the 1.4 release.
</p>
+<ul>
+<li>
+Removed use of <a href="http://jakarta.apache.org/log4j/">Log4J's</a>
+deprecated Category and Priority classes in favor of the corresponding
+and supported Logger and Level. To update, replace necessary
+references, and Category.getInstance() with Logger.getLogger(). (#19133) (dlr)
+</li>
+</ul>
+
</subsection>
+
+
<subsection name="1.4-dev">
<p>
This section describes changes to the main branch after the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]