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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new d7aa31936 Bump org.apache.commons:commons-parent from 92 to 93
d7aa31936 is described below
commit d7aa319365e44fdb54de93b05b39d254756f782e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 08:55:31 2025 -0500
Bump org.apache.commons:commons-parent from 92 to 93
Fix Apache RAT plugin console warnings
---
pom.xml | 30 +++++++++++++++---------------
src/changes/changes.xml | 7 +++++++
2 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 04aad3f1b..b6e904807 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>92</version>
+ <version>93</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
@@ -474,13 +474,13 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
-
<exclude>src/java/org/apache/commons/configuration2/plist/*.java</exclude>
- <exclude>velocity.log</exclude>
- <exclude>src/test/resources/test.json</exclude>
- <exclude>src/test/resources/test.yaml</exclude>
- <exclude>src/conf/cpd-exclusions.txt</exclude>
- </excludes>
+ <inputExcludes>
+
<inputExclude>src/java/org/apache/commons/configuration2/plist/*.java</inputExclude>
+ <inputExclude>velocity.log</inputExclude>
+ <inputExclude>src/test/resources/test.json</inputExclude>
+ <inputExclude>src/test/resources/test.yaml</inputExclude>
+ <inputExclude>src/conf/cpd-exclusions.txt</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
@@ -558,13 +558,13 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
-
<exclude>src/java/org/apache/commons/configuration2/plist/*.java</exclude>
- <exclude>velocity.log</exclude>
- <exclude>src/test/resources/test.json</exclude>
- <exclude>src/test/resources/test.yaml</exclude>
- <exclude>src/conf/cpd-exclusions.txt</exclude>
- </excludes>
+ <inputExcludes>
+
<inputExclude>src/java/org/apache/commons/configuration2/plist/*.java</inputExclude>
+ <inputExclude>velocity.log</inputExclude>
+ <inputExclude>src/test/resources/test.json</inputExclude>
+ <inputExclude>src/test/resources/test.yaml</inputExclude>
+ <inputExclude>src/conf/cpd-exclusions.txt</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4db0dfcc2..f91f5d90d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,13 @@
<author email="[email protected]">Apache Commons Community</author>
</properties>
<body>
+ <release version="2.13.1" date="2025-11-21" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
+ <!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
+ <!-- ADD -->
+ <!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 92 to 93.</action>
+ </release>
<release version="2.13.0" date="2025-11-21" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared
primitive variable "throwExceptionOnMissing" in one thread may not yield the
value of the most recent write from another thread
[org.apache.commons.configuration2.AbstractConfiguration] At
AbstractConfiguration.java:[line 1493]
AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>