This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.codehaus.mojo-animal-sniffer-maven-plugin-1.26
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
discard e6895d4c Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24
to 1.26
add 5535e870 RAT-496: Fix FileNotFound if test resource path contains
spaces
add 205f5b5c RAT-496: Fix FileNotFound if test resource path contains
spaces
add 71b83f26 RAT-496: Fix more resource creation problems under Windows
add 9be668f9 RAT-475: Try to add GC run under windows to enforce resource
cleanup
add f8933e30 fixed test url -> file conversion
add d63dbf25 RAT-475: Temporarily enable flaky test to see if GC helps
add 20f6e4df RAT-494: Fix NPE on unsupported character set (#546)
add 31df72d8 Merge branch 'master' into fix/RAT-496
add 592ba980 Merge pull request #547 from apache/fix/RAT-496
add a45ea14c Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24
to 1.26
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 (e6895d4c)
\
N -- N -- N
refs/heads/dependabot/maven/org.codehaus.mojo-animal-sniffer-maven-plugin-1.26
(a45ea14c)
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.
No new revisions were added by this update.
Summary of changes:
.../src/it/java/org/apache/rat/ReportTest.java | 12 ++++++----
.../java/org/apache/rat/DeprecationReporter.java | 2 +-
.../org/apache/rat/analysis/TikaProcessor.java | 20 +++++++++++------
.../src/main/java/org/apache/rat/api/Document.java | 7 +++++-
.../src/test/java/org/apache/rat/ReporterTest.java | 5 +++--
.../apache/rat/analysis/AnalyserFactoryTest.java | 3 ++-
.../fileProcessors/GitIgnoreBuilderTest.java | 26 +++++++++++++---------
.../java/org/apache/rat/test/utils/Resources.java | 7 ++++--
.../org/apache/rat/anttasks/ReportOptionTest.java | 19 ++++++++++++++--
src/changes/changes.xml | 6 +++++
10 files changed, 77 insertions(+), 30 deletions(-)