This is an automated email from the ASF dual-hosted git repository.
Claudenw pushed a change to branch UIOption_update
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
omit 4bad3a98 fixed javadoc
omit 6f29248d fixed tests
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
add 04b752f6 RAT-573, RAT-553: Merge pull request #704 from
gnodet/quick-fix/thread-safe-default-log
add 4b1cf812 fixed tests
add b3c812aa fixed javadoc
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 (4bad3a98)
\
N -- N -- N refs/heads/UIOption_update (b3c812aa)
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:
.../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%)