This is an automated email from the ASF dual-hosted git repository.
Claudenw pushed a change to branch RAT-541_create-testhelper_data-package
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
omit 62d36867 Fixed issues with DocumentName and DocumentNameBuilder.
omit d1530ace created TempDir replacement to support Windows
omit 8cf19d33 fix spotbugs issues
omit ebfa372d fix spotbugs issues
omit f1ca3c40 fix spotbugs issues
omit 5935c74c fix case statement
omit 80e69747 Specify encoding
omit aac54d3c Use MutableInt in ClaimValidator
omit bab464eb Switch to UnmodifiableSets for licences
omit 9475f5fb Switch to UnmodifiableSets for licences
omit d6c39bd5 Change ArgumentContext to build from Options and arguments
rather than CommandLine
omit cc626cbe Remove ArchiveEntryDocument and clean up ArchiveWalker.
omit 4901f8b4 updated UI strategy
omit 79ee7acc Merge branch 'master' into
RAT-541_create-testhelper_data-package
omit 12fe353c updated javadoc
omit ac8abe12 Change to Reporter.Output usage Change to
ReportConfiguration.IODescriptor usage
omit 79dc5603 fixed tests
omit 2a8c2f71 created testhelper and updated tests
omit f77c0a53 initial changes
add 11b83445 Bump org.apache.maven.plugins:maven-dependency-plugin
add 6b75a2cd Merge pull request #670 from
apache/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.11.0
add 08226a80 RAT-482: Re-enable version 3.0.0-M2 of changelog plugin (#661)
add 7adcdd7d Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15
add 7585c361 Merge pull request #672 from
apache/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.15
add 5ab152d3 Bump com.github.spotbugs:spotbugs-annotations from 4.9.8 to
4.10.1
add 6846df4f Merge pull request #673 from
apache/dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.10.1
add 748f4bae fix DocumentName issues
add e32f6406 added windows debug
add 9814d8ff checkpoint
add 4b6e8809 RAT-558: Add proposals for AGENTS and SECURITY configuration
- to be discussed (#671)
add 83d19e1d RAT-532: Update spotbugs and use UTF-8 encoding in
LicenseAppender and XmlWriter (#678)
add 1f86951a Bump com.github.spotbugs:spotbugs-annotations from 4.10.1 to
4.10.2
add c32500de Merge pull request #676 from
apache/dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.10.2
add 7bddd043 changes to reduce XXE exposure
add 8346f51f added tests
add b1cadc73 RAT-560: Add changelog entry and add test to verify no
external entities can be defined in xml input in RAT
add 3f2d82ea RAT-560: Raise test coverage and verify listLicenses in
Reporter.
add 0379d9ac RAT-560: Fix sonar warnings
add 159550b9 Merge remote-tracking branch 'origin/fix-xxe-issues' into
fix-xxe-issues
add 8f6cca1e Fixed test, Migrated to assertj Fixed missing license header
add 65695c07 RAT-560: Fix missing license
add b66211f5 RAT-560: Fix missing license
add 74ddb7c4 Revert "RAT-560: Fix missing license"
add 5940a0a1 Merge remote-tracking branch 'origin/fix-xxe-issues' into
fix-xxe-issues
add 2e0909fd removed test against translated messages
add 1a6431ef Changes as per Sonar review
add 4552426c Merge pull request #679 from apache/fix-xxe-issues
add bac48e9e Merge branch 'master' into fix-DocumentName-issues
add 00f30796 Fixed several parsing errors in DocumentName.Builder Add
testing Expanded testing to include multiple file system types Fix recursion
issue in DocumentName equals and compareTo Additional migration to assertj
Changed File options to return DocumentName instances. Cleaned up Sonar review
issues
add ccb5dc32 initial changes
add 2ad16289 created testhelper and updated tests
add a58833ae fixed tests
add d415abca Change to Reporter.Output usage Change to
ReportConfiguration.IODescriptor usage
add ad28b621 updated javadoc
add edce05ea updated UI strategy
add 68ff9de1 Remove ArchiveEntryDocument and clean up ArchiveWalker.
add 15c55511 Change ArgumentContext to build from Options and arguments
rather than CommandLine
add d3d2f08c Switch to UnmodifiableSets for licences
add 02fc4838 Switch to UnmodifiableSets for licences
add 1b2550aa Use MutableInt in ClaimValidator
add 1cddb4ee fix case statement
add 82778fa2 fix spotbugs issues
add 0602490a fix spotbugs issues
add d7955a92 fix spotbugs issues
add b9556eb0 created TempDir replacement to support Windows
add d0813e22 Fixed issues with DocumentName and DocumentNameBuilder.
add ba99b101 fixes for DocumentName errors
add 4b28e990 fixed rebasing issues
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 (62d36867)
\
N -- N -- N refs/heads/RAT-541_create-testhelper_data-package
(4b28e990)
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:
AGENTS.md | 33 ++++
SECURITY.md | 11 ++
.../main/java/org/apache/rat/OptionCollection.java | 4 +-
.../src/main/java/org/apache/rat/Reporter.java | 3 +-
.../main/java/org/apache/rat/commandline/Arg.java | 61 ++++----
.../org/apache/rat/commandline/Converters.java | 39 ++---
.../rat/configuration/XMLConfigurationReader.java | 30 +---
.../org/apache/rat/document/ArchiveEntryName.java | 20 ++-
.../java/org/apache/rat/document/DocumentName.java | 166 +++++++++++++++------
.../apache/rat/report/xml/writer/XmlWriter.java | 3 +-
.../org/apache/rat/utils/StandardXmlFactory.java | 30 ++++
.../java/org/apache/rat/OptionCollectionTest.java | 13 +-
.../org/apache/rat/ReporterOptionsProvider.java | 92 ++++++++----
.../src/test/java/org/apache/rat/ReporterTest.java | 22 ++-
.../java/org/apache/rat/commandline/ArgTests.java | 28 ++--
.../apache/rat/commandline/FileConverterTest.java | 87 +++++++++++
.../config/exclusion/ExclusionProcessorTest.java | 45 ++----
.../configuration/XMLConfigurationReaderTest.java | 103 +++++++------
.../rat/document/DocumentNameBuilderTest.java | 101 ++++++++-----
.../rat/document/DocumentNameMatcherTest.java | 35 +++--
.../org/apache/rat/document/DocumentNameTest.java | 146 +++++++++++++++---
.../java/org/apache/rat/document/FSInfoTest.java | 114 ++++++++++++--
.../test/AbstractConfigurationOptionsProvider.java | 68 ++++++++-
.../java/org/apache/rat/testhelpers/XmlUtils.java | 20 +--
.../apache/rat/utils/StandardXmlFactoryTests.java | 96 ++++++++++++
.../java/org/apache/rat/anttasks/ReportTest.java | 4 +-
.../documentation/options/AntOptionCollection.java | 2 +
pom.xml | 15 +-
src/changes/changes.xml | 12 ++
29 files changed, 1048 insertions(+), 355 deletions(-)
create mode 100644 AGENTS.md
create mode 100644 SECURITY.md
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/commandline/FileConverterTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/utils/StandardXmlFactoryTests.java