skitching 2004/04/22 04:06:02
Modified: digester RELEASE-NOTES.txt
Log:
Finished release notes (as far as I know :-)
Revision Changes Path
1.12 +27 -13 jakarta-commons/digester/RELEASE-NOTES.txt
Index: RELEASE-NOTES.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/digester/RELEASE-NOTES.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- RELEASE-NOTES.txt 19 Apr 2004 09:18:39 -0000 1.11
+++ RELEASE-NOTES.txt 22 Apr 2004 11:06:02 -0000 1.12
@@ -84,7 +84,9 @@
WithDefaultsRulesWrapper
------------------------
-????
+A Rules class which wraps any other Rules implementation and enhances it
+so that if no rules are matched for an element in the input then a default
+set of Rule instances are returned.
CallMethodRule target offset
----------------------------
@@ -139,7 +141,11 @@
SAXLogger access
-----------------
-?? getSAXLogger and setSAXLogger have been added. They do ????????
+Since Digester 1.2, messages have been logged about SAX events handled by
+the Digester during parsing via a "saxLog" logging object which is different
+from the Log object that is used for "higher-level" digester messages.
+The new methods getSAXLogger and setSAXLogger on the Digester class allow
+access to this separate Log instance.
Matched rules stack
-------------------
@@ -173,8 +179,8 @@
New License
-----------
-This release is done under the Apache License version 2.0.
-Please see the LICENSE.TXT and NOTICE.TXT files in the distribution.
+This release is done under version 2.0 of the Apache License.
+Please see the LICENSE.txt and NOTICE.txt files in the distribution.
RSS Support
-----------
@@ -202,22 +208,30 @@
Commons Collections dependency
==============================
-The commons-collections library has recently undergone a major release.
-While Digester is "officially" released with a declared dependency of
-commons-collections 2.1, the code has been tested with version 3.0 of
-this library and there are no known issues.
+The commons-collections library has recently undergone a major release (3.0).
+Digester has been tested with both commons-collections 2.1 and 3.0 and
+there are no known issues with using either version of this library.
-BUG REPORTS ADDRESSED:
-======================
+BUGS FROM PREVIOUS RELEASE
+==========================
-NoteCreateRule: end method was not popping digester stack
-ExtendedBaseRules: ??? (see Robert)
+Reports Addressed
+------------------
#22131 SetPropertiesRule: Avoid NPE when debugging enabled and no top object
+#24613 xmlrules DTD does not provide SetRootRule
+#25112 Cannot find digester-rules.dtd [DOCTYPE incorrect]
+#28486 ExtendedBaseRules: Match can compute "longest match" incorrectly.
Outstanding Reports:
--------------------
#20903 ENH New rule for the digester (CallFactoryMethodRule)
#21903 ENH Include filename or uri if Digester.parse throws an exception
+
+Bugs fixed with no bugzilla entry
+----------------------------------
+NodeCreateRule: r1.3 end method was not popping digester stack
+ExtendedBaseRules: r.11 (patternStart)
+ExtendedBaseRules: r.9 (findExactAncesterMatch(parentPattern))
DEPRECATION:
============
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|