This is an automated email from the ASF dual-hosted git repository. ottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 04b752f65f9e81265029e6a059579fcbe3ad9333 Merge: c23a563a be95b029 Author: P. Ottlinger <[email protected]> AuthorDate: Wed Jul 29 22:39:09 2026 +0200 RAT-573, RAT-553: Merge pull request #704 from gnodet/quick-fix/thread-safe-default-log RAT-573: Make RAT safe for parallel Maven builds .../java/org/apache/rat/DeprecationReporter.java | 17 +++++--- .../main/java/org/apache/rat/OptionCollection.java | 12 +++++- .../rat/analysis/matchers/SPDXMatcherFactory.java | 38 +++++++++++++----- .../rat/config/exclusion/StandardCollection.java | 28 ++++++++----- .../rat/configuration/MatcherBuilderTracker.java | 4 +- .../rat/configuration/builders/SpdxBuilder.java | 16 +++++++- .../main/java/org/apache/rat/utils/DefaultLog.java | 21 ++++++---- .../src/it/RAT-573/invoker.properties | 16 ++++++++ apache-rat-plugin/src/it/RAT-573/module1/pom.xml | 26 ++++++++++++ apache-rat-plugin/src/it/RAT-573/module1/src.apt | 11 ++++++ apache-rat-plugin/src/it/RAT-573/module2/pom.xml | 26 ++++++++++++ apache-rat-plugin/src/it/RAT-573/module2/src.apt | 11 ++++++ apache-rat-plugin/src/it/RAT-573/module3/pom.xml | 26 ++++++++++++ apache-rat-plugin/src/it/RAT-573/module3/src.apt | 11 ++++++ apache-rat-plugin/src/it/RAT-573/pom.xml | 46 ++++++++++++++++++++++ src/changes/changes.xml | 6 +++ 16 files changed, 277 insertions(+), 38 deletions(-)
