This is an automated email from the ASF dual-hosted git repository.
ottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from c23a563a Revert "Changed file arg to DocumentName"
add 630e701d fix: make DefaultLog and DeprecationReporter thread-safe for
parallel Maven builds
add 891a2335 RAT-573: Make DefaultLog and DeprecationReporter threadsafe
add ed1bf127 RAT-573: Make one of the integration tests run with 4 threads
add fd0ab7da ci: retrigger CI (RAT-268 flaky test on second run)
add 242d7feb fix: synchronize parseCommands to prevent option corruption
in parallel builds
add 22350514 fix: revert RAT-268 change, add dedicated RAT-573 parallel
build integration test
add 23cfaa1e fix: make SPDXMatcherFactory thread-safe for parallel builds
add b6502f40 chore: remove uncalled ThreadLocal remove methods
add 18a41490 fix: make MatcherBuilderTracker and StandardCollection
thread-safe
add 3ac95276 fix: address review feedback on SPDXMatcherFactory and
changes.xml
add be95b029 RAT-553: Add changelog about bugfix in all SCM ignore parsers
new 04b752f6 RAT-573, RAT-553: Merge pull request #704 from
gnodet/quick-fix/thread-safe-default-log
The 1 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:
.../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 | 2 +-
.../src/it/{RAT-268 => RAT-573}/module1/pom.xml | 2 +-
.../src/it/{RAT-268 => RAT-573}/module1/src.apt | 3 +-
.../{RAT-268/module1 => RAT-573/module2}/pom.xml | 4 +--
.../{RAT-268/module1 => RAT-573/module2}/src.apt | 3 +-
.../src/it/{RAT-268 => RAT-573}/module3/pom.xml | 2 +-
.../{RAT-268/module1 => RAT-573/module3}/src.apt | 3 +-
.../src/it/{RAT-268 => RAT-573}/pom.xml | 6 ++--
src/changes/changes.xml | 6 ++++
16 files changed, 115 insertions(+), 52 deletions(-)
copy {apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src =>
apache-rat-plugin/src/it/RAT-573}/invoker.properties (94%)
copy apache-rat-plugin/src/it/{RAT-268 => RAT-573}/module1/pom.xml (97%)
copy apache-rat-plugin/src/it/{RAT-268 => RAT-573}/module1/src.apt (83%)
copy apache-rat-plugin/src/it/{RAT-268/module1 => RAT-573/module2}/pom.xml
(94%)
copy apache-rat-plugin/src/it/{RAT-268/module1 => RAT-573/module2}/src.apt
(83%)
copy apache-rat-plugin/src/it/{RAT-268 => RAT-573}/module3/pom.xml (97%)
copy apache-rat-plugin/src/it/{RAT-268/module1 => RAT-573/module3}/src.apt
(83%)
copy apache-rat-plugin/src/it/{RAT-268 => RAT-573}/pom.xml (93%)