This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git
The following commit(s) were added to refs/heads/master by this push:
new cce1eeec Add missing due-to contributors.
cce1eeec is described below
commit cce1eeecb1df31d3c781cd4499bf14da9a74edf0
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 19 21:10:12 2026 +0000
Add missing due-to contributors.
End a sentence in a period.
---
src/changes/changes.xml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 32826009..bcf89a1d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,43 +28,43 @@
<action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property
project.build.outputTimestamp for build reproducibility.</action>
<!-- FIX -->
<action dev="simonetripodi" type="fix" issue="DIGESTER-175">
- Regression: DigesterTestCase#testPopNamedStackNotPushed expects
EmptyStackException
+ Regression: DigesterTestCase#testPopNamedStackNotPushed expects
EmptyStackException.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-174"
due-to="Andreas Sahlbach">
- Inner List Annotation has wrong @Target for most of the predefined
annotation rules
+ Inner List Annotation has wrong @Target for most of the predefined
annotation rules.
</action>
- <action dev="simonetripodi" type="fix" issue="DIGESTER-173" due-to="Nick
Williams">
- No way to enable schema validation from DigesterLoader - patch provided
by Ivan Diana
+ <action dev="simonetripodi" type="fix" issue="DIGESTER-173" due-to="Nick
Williams, Ivan Diana">
+ No way to enable schema validation from DigesterLoader - patch provided
by Ivan Diana.
</action>
- <action dev="simonetripodi" type="fix" issue="DIGESTER-172" due-to="Nick
Williams">
- Even with custom ErrorHandler, SAX errors are still written to stderr -
patch provided by Ivan Diana
+ <action dev="simonetripodi" type="fix" issue="DIGESTER-172" due-to="Nick
Williams, Ivan Diana">
+ Even with custom ErrorHandler, SAX errors are still written to stderr -
patch provided by Ivan Diana.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-170" due-to="Dale
Wijnand">
- Digester.pop(String) throws EmptyStackException where API doc says it
returns null
+ Digester.pop(String) throws EmptyStackException where API doc says it
returns null.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-169" due-to="Eugene
Fedotov">
- Problem when including rules XML file with "classpath:" URL prefix
+ Problem when including rules XML file with "classpath:" URL prefix.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-167" due-to="Eugene
Fedotov">
- Groundless "Circular file inclusion detected" exception when including
rules XML file
+ Groundless "Circular file inclusion detected" exception when including
rules XML file.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-165" due-to="Dirk
Schaube">
- BinderClassLoader does not override getResource
+ BinderClassLoader does not override getResource.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-164" due-to="Frank
David Martinez">
RulesBase performance optimization.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-163"
due-to="Torsten Krah">
- ConcurrentModificationException creating a new Digester via
loaderInstance.newDigester()
+ ConcurrentModificationException creating a new Digester via
loaderInstance.newDigester().
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-162">
- ObjectCreateRule doesn't allow create objects which type is specified in
attributeName only
+ ObjectCreateRule doesn't allow create objects which type is specified in
attributeName only.
</action>
<action dev="simonetripodi" type="fix" issue="DIGESTER-161" due-to="Eduard
Papa">
- Document thread-safety in Javadoc of Rule class
+ Document thread-safety in Javadoc of Rule class.
</action>
<action dev="ebourg" type="update">
- ObjectCreationFactory is now a functional interface and can be used as a
lambda expression
+ ObjectCreationFactory is now a functional interface and can be used as a
lambda expression.
</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">