This is an automated email from the ASF dual-hosted git repository.
claude pushed a change to branch
RAT-524_Fix_DocumentName.isCaseSensitive_detection_time
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
discard 6f7d15b8 Moved FSInfo data into separate object and cached it in a
REGISTRY map
add 5a930a80 Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.0.2
add 81d0b3bc Merge pull request #590 from
apache/dependabot/maven/org.codehaus.plexus-plexus-testing-2.0.2
add d78a3209 Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0
to 3.3.0
add b848aaac Merge pull request #591 from
apache/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.0
add 4be57497 Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0
add 5293cac1 Merge pull request #592 from
apache/dependabot/maven/org.apache.commons-commons-text-1.15.0
add 7c525d6e Bump org.apache.maven.plugins:maven-resources-plugin from
3.3.1 to 3.4.0
add e0226c5f added addDefaultExcludes option to maven-resource-plugin
add 2df202de RAT-526: Add changelog
add 73a9280d Merge pull request #589 from
apache/dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.4.0
add 8b60d2d2 Bump actions/cache from 4 to 5
add f2a07787 Merge pull request #594 from
apache/dependabot/github_actions/actions/cache-5
add ab2281b7 Bump com.gradle:develocity-maven-extension from 2.2.1 to 2.3
add 87843b26 Merge pull request #593 from
apache/dependabot/maven/com.gradle-develocity-maven-extension-2.3
add 1f7eb6d2 Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0
to 3.3.1
add a784d934 Merge pull request #596 from
apache/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.1
add 415be915 Bump actions/upload-artifact from 5 to 6
add 9d9e5c87 Merge pull request #595 from
apache/dependabot/github_actions/actions/upload-artifact-6
add edf38b82 Bump mavenVersion from 3.9.11 to 3.9.12
add fe4c3368 Merge pull request #597 from
apache/dependabot/maven/mavenVersion-3.9.12
add 1764c950 RAT-498: Update maven wrapper
add cc55d24b Fix RAT-508: too much output on level INFO during maven runs
(#563)
new 16be1ba7 Moved FSInfo data into separate object and cached it in a
REGISTRY map
new 55e7dfb7 added skipping of MAVEN files when running under Maven
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6f7d15b8)
\
N -- N -- N
refs/heads/RAT-524_Fix_DocumentName.isCaseSensitive_detection_time (55e7dfb7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/maven.yml | 6 +--
.mvn/extensions.xml | 2 +-
.mvn/wrapper/maven-wrapper.properties | 20 +-------
.../resources/ReportTest/RAT_246/commandLine.txt | 3 +-
.../it/resources/ReportTest/RAT_246/verify.groovy | 4 +-
.../java/org/apache/rat/ReportConfiguration.java | 12 +++++
.../rat/config/exclusion/ExclusionProcessor.java | 34 ++++++++++---
.../AbstractFileProcessorBuilder.java | 2 +
.../apache/rat/config/results/ClaimValidator.java | 2 +-
.../java/org/apache/rat/utils/ReportingSet.java | 7 ++-
apache-rat-plugin/pom.xml | 4 +-
.../src/it/RAT-469-default/invoker.properties | 2 +-
apache-rat-plugin/src/it/RAT-469-default/pom.xml | 1 +
.../src/it/RAT-469-default/verify.groovy | 5 +-
apache-rat-plugin/src/it/RAT-469/pom.xml | 1 +
apache-rat-plugin/src/it/RAT-469/verify.groovy | 2 -
.../{CustomLicense => RAT-508}/invoker.properties | 2 +-
.../src/it/{RAT-168 => RAT-508}/pom.xml | 27 ++++++++--
.../src/it/{RAT-469 => RAT-508}/verify.groovy | 11 +++--
.../src/it/{RAT-168 => RAT-524}/invoker.properties | 0
.../src/it/{RAT-168 => RAT-524}/pom.xml | 24 +++++++--
.../src/it/{RAT-168 => RAT-524}/verify.groovy | 9 +++-
.../java/org/apache/rat/mp/AbstractRatMojo.java | 16 ++++--
.../main/java/org/apache/rat/mp/RatCheckMojo.java | 57 +++++++++++++++++-----
.../main/java/org/apache/rat/mp/RatReportMojo.java | 39 +++++++++------
.../src/templates/apt/mvn_options.apt.vm | 4 ++
.../src/site/markdown/migrationguide/0.18.md | 4 +-
mvnw | 50 ++++++++++++++++---
mvnw.cmd | 56 ++++++++++++++++++---
pom.xml | 9 ++--
src/changes/changes.xml | 9 ++++
31 files changed, 314 insertions(+), 110 deletions(-)
copy apache-rat-plugin/src/it/{CustomLicense => RAT-508}/invoker.properties
(95%)
copy apache-rat-plugin/src/it/{RAT-168 => RAT-508}/pom.xml (73%)
copy apache-rat-plugin/src/it/{RAT-469 => RAT-508}/verify.groovy (82%)
copy apache-rat-plugin/src/it/{RAT-168 => RAT-524}/invoker.properties (100%)
copy apache-rat-plugin/src/it/{RAT-168 => RAT-524}/pom.xml (76%)
copy apache-rat-plugin/src/it/{RAT-168 => RAT-524}/verify.groovy (76%)