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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 72d092283 Fix Apache RAT plugin console warnings
72d092283 is described below
commit 72d092283a5cd110d83215e6698765fc0bcf0f6e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 09:22:05 2025 -0500
Fix Apache RAT plugin console warnings
---
pom.xml | 18 +++++++++---------
src/changes/changes.xml | 1 +
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0f9c50dd2..b37b1f064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,15 +195,15 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
- <exclude>site-content/**</exclude>
- <exclude>src/site/resources/.htaccess</exclude>
- <exclude>src/site/resources/download_lang.cgi</exclude>
-
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
- <exclude>src/test/resources/lang-708-input.txt</exclude>
- <exclude>**/*.svg</exclude>
- <exclude>**/*.xcf</exclude>
- </excludes>
+ <inputExcludes>
+ <inputExclude>site-content/**</inputExclude>
+ <inputExclude>src/site/resources/.htaccess</inputExclude>
+ <inputExclude>src/site/resources/download_lang.cgi</inputExclude>
+
<inputExclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</inputExclude>
+
<inputExclude>src/test/resources/lang-708-input.txt</inputExclude>
+ <inputExclude>**/*.svg</inputExclude>
+ <inputExclude>**/*.xcf</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
</plugins>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 326ff27a3..2d04c9625 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
ClassUtils.getClass(String).</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: TypeUtils.java:[361,33] non-varargs call
of varargs method with inexact argument type for last parameter.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: ReflectionDiffBuilderTest.java:[172,52]
non-varargs call of varargs method with inexact argument type for last
parameter.</action>
+ <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 92 to 93
#1498.</action>