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-io.git
The following commit(s) were added to refs/heads/master by this push:
new dcdbdf33b Fix Apache RAT plugin console warnings
dcdbdf33b is described below
commit dcdbdf33b2880156d4ca9b2f034b8de19df9ecac
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 09:16:03 2025 -0500
Fix Apache RAT plugin console warnings
---
pom.xml | 10 +++++-----
src/changes/changes.xml | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0da51551..7c09d7e3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,11 +156,11 @@ file comparators, endian transformation classes, and much
more.
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
- <exclude>src/test/resources/**/*.bin</exclude>
- <exclude>src/test/resources/dir-equals-tests/**</exclude>
- <exclude>test/**</exclude>
- </excludes>
+ <inputExcludes>
+ <inputExclude>src/test/resources/**/*.bin</inputExclude>
+
<inputExclude>src/test/resources/dir-equals-tests/**</inputExclude>
+ <inputExclude>test/**</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 78f66f43f..153d0c6f4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.21.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- 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,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #816.</action>