| Repository |
Revision |
Date |
User |
Message |
| ASF |
#729242 |
Wed Dec 24 06:10:07 UTC 2008 |
rahul |
Eliminate [collections] package dependencies -- ArrayStack, and therefore Buffer and BufferUnderflowException:
- Replace ArrayStack usage with java.util.Stack<E>
- This will allow BeanUtils to drop these classes in future releases if desired and end a rather painful tangle we got into with v1.x in this regard
- Allows usage of generics (unlike ArrayStack)
DIGESTER-115
|
| Files Changed |
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallParamRule.java
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/DigesterRuleParser.java
MODIFY
/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/DigesterPatternStackTest.java
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
MODIFY
/commons/proper/digester/trunk/RELEASE-NOTES.txt
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#728882 |
Tue Dec 23 06:27:54 UTC 2008 |
rahul |
ObjectCreationFactory#createObject() retuning null, NPE when log debug is enabled.
DIGESTER-126
|
| Files Changed |
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java
MODIFY
/commons/proper/digester/trunk/RELEASE-NOTES.txt
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#728881 |
Tue Dec 23 06:16:55 UTC 2008 |
rahul |
Potential NPE when debug is enabled
DIGESTER-122
|
| Files Changed |
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
MODIFY
/commons/proper/digester/trunk/RELEASE-NOTES.txt
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#728879 |
Tue Dec 23 05:44:07 UTC 2008 |
rahul |
Null InputStream leads to MalformedURLExceptions under JDK 1.5
(All parse methods now consistently throw IllegalArgumentException)
DIGESTER-111
|
| Files Changed |
MODIFY
/commons/proper/digester/trunk/src/test/org/apache/commons/digester/DigesterTestCase.java
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
MODIFY
/commons/proper/digester/trunk/RELEASE-NOTES.txt
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#665710 |
Mon Jun 09 15:01:34 UTC 2008 |
skitching |
Fix DIGESTER-125; clear inputSources list in method Digester.clear(). Thanks to Andrey Polyakov for pointing this out.
|
| Files Changed |
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#637421 |
Sat Mar 15 14:45:04 UTC 2008 |
skitching |
Fix DIGESTER-120: NodeCreateRule loses whitespace when node text includes xml entities.
Thanks to Nguyen Thanh Son Daniel for reporting and diagnosing the problem.
|
| Files Changed |
MODIFY
/commons/proper/digester/trunk/src/test/org/apache/commons/digester/NodeCreateRuleTestCase.java
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#568192 |
Tue Aug 21 16:41:16 UTC 2007 |
bayard |
Applying the patch from DIGESTER-114 - stopping an IllegalArgumentException when the element has no attributes. After reviewing test and fix, it all looks good to me.
|
| Files Changed |
MODIFY
/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetPropertyRule.java
MODIFY
/commons/proper/digester/trunk/src/test/org/apache/commons/digester/SetPropertyRuleTestCase.java
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#557404 |
Wed Jul 18 21:37:11 UTC 2007 |
bayard |
Applying Petteri Ra:ty's build.xml improvement from DIGESTER-89 so you can build the jar without the javadoc. I did modify it so you are forced to run the tests when building the jar
|
| Files Changed |
MODIFY
/jakarta/commons/proper/digester/trunk/build.xml
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#557397 |
Wed Jul 18 21:11:26 UTC 2007 |
bayard |
The build.xml is simplified, using an include/exclude approach with the <junit> task rather than defining a task per test package. The build.properties.sample is updated to look in the local .maven by default, making it easier for the average committer to test the ant build out. See: DIGESTER-117
|
| Files Changed |
MODIFY
/jakarta/commons/proper/digester/trunk/build.properties.sample
MODIFY
/jakarta/commons/proper/digester/trunk/build.xml
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#483039 |
Wed Dec 06 11:34:28 UTC 2006 |
niallp |
Upgrade to Commons Digester 1.8 (see DIGESTER-29 / DIGESTER-110) and change the Validator PlugIn to use ValidatorResource's new URL constructor.
|
| Files Changed |
MODIFY
/struts/struts1/trunk/mailreader-dao/pom.xml
MODIFY
/struts/struts1/trunk/core/pom.xml
MODIFY
/struts/struts1/trunk/core/src/main/java/org/apache/struts/validator/ValidatorPlugIn.java
MODIFY
/struts/struts1/trunk/src/site/xdoc/userGuide/release-notes.xml
MODIFY
/struts/struts1/trunk/core/src/main/java/org/apache/struts/action/ActionServlet.java
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#479257 |
Sun Nov 26 01:54:32 UTC 2006 |
craigmcc |
Add the new test case (forgot to "svn add" before). DIGESTER-110.
|
| Files Changed |
ADD
/jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/URLTestCase.java
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#479207 |
Sat Nov 25 21:53:07 UTC 2006 |
craigmcc |
Add public APIs that allow Digester users to parse and register URL
instances directly, to avoid potential information loss on conversion
from a URL (such as one returned by ServletContext.getResource()) to
String, and then back again. Also, close any input streams we opened
when creating internal InputSource instances.
DIGESTER-110
|
| Files Changed |
MODIFY
/jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/DigesterTestCase.java
MODIFY
/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
MODIFY
/jakarta/commons/proper/digester/trunk/build.xml
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#465050 |
Tue Oct 17 20:57:30 UTC 2006 |
rahul |
Broken links. Patch by Kris Nuttycombe <kris DOT nuttycombe AT gmail DOT com>. Thanks for the patch.
DIGESTER-108
|
| Files Changed |
MODIFY
/jakarta/commons/proper/digester/trunk/xdocs/index.xml
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#449882 |
Tue Sep 26 02:05:24 UTC 2006 |
rahul |
Provide ability to capture namespace snapshots. Useful if, for example, the document contains XPath expressions to be evaluated at some later point.
Reviewed by: Simon Kitching
DIGESTER-107
|
| Files Changed |
ADD
/jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test11.xml
ADD
/jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/NamespacedBox.java
ADD
/jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/NamespaceSnapshotTestCase.java
MODIFY
/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
|