This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch feature/RAT-478
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from f0dd62e8 RAT-498: Update dependencies during ANT Unit test runs
add 9d5adad8 RAT-478: Apply language features up to JDK17
No new revisions were added by this update.
Summary of changes:
.../org/apache/rat/analysis/AnalyserFactory.java | 13 +-
.../rat/config/exclusion/StandardCollection.java | 6 +-
.../apache/rat/config/parameters/Description.java | 17 +-
.../rat/config/parameters/DescriptionBuilder.java | 3 +-
.../rat/configuration/XMLConfigurationWriter.java | 13 +-
.../apache/rat/document/DocumentNameMatcher.java | 2 +-
.../main/java/org/apache/rat/license/ILicense.java | 3 +-
.../java/org/apache/rat/utils/CasedString.java | 4 +-
.../src/main/java/org/apache/rat/utils/Log.java | 2 +-
.../java/org/apache/rat/utils/ReportingSet.java | 17 +-
.../org/apache/rat/ReporterOptionsProvider.java | 62 +++---
.../src/test/java/org/apache/rat/ReporterTest.java | 25 +--
.../apache/rat/analysis/HeaderCheckWorkerTest.java | 2 +-
.../license/ApacheSoftwareLicenseTest.java | 46 +++--
.../rat/analysis/license/GPLLicenseTest.java | 30 +--
.../rat/analysis/license/W3CLicenseTest.java | 6 +-
.../rat/config/results/ClaimValidatorTest.java | 2 +-
.../configuration/XMLConfigurationReaderTest.java | 8 +-
.../org/apache/rat/testhelpers/TestingLog.java | 2 +-
.../org/apache/rat/walker/DirectoryWalkerTest.java | 2 +-
.../main/java/org/apache/rat/anttasks/Report.java | 40 ++--
.../apache/rat/anttasks/GeneratedReportTest.java | 217 ++++++++++-----------
.../org/apache/rat/anttasks/ReportOptionTest.java | 55 +++---
.../org/apache/rat/documentation/Exporter.java | 55 +++---
.../apache/rat/documentation/velocity/Matcher.java | 3 +-
.../java/org/apache/rat/tools/AntGenerator.java | 39 ++--
.../java/org/apache/rat/tools/MavenGenerator.java | 8 +-
apache-rat-tools/src/main/resources/Args.tpl | 4 +-
28 files changed, 328 insertions(+), 358 deletions(-)