[
https://issues.apache.org/jira/browse/RAT-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18100216#comment-18100216
]
ASF subversion and git services commented on RAT-573:
-----------------------------------------------------
Commit 2235051458496755e65e646bb0ebe1c78c94809a in creadur-rat's branch
refs/heads/master from Guillaume Nodet
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=22350514 ]
fix: revert RAT-268 change, add dedicated RAT-573 parallel build integration
test
Restore RAT-268 to its original single-threaded form as requested by
maintainer (integration tests named RAT-XXX are tied to specific Jira
tickets and should not be modified for unrelated purposes).
Add a new RAT-573 integration test that exercises the rat plugin under
parallel Maven builds (-T4) with a multi-module project containing
excluded files (src.apt). This directly tests the thread-safety fixes
in DefaultLog, DeprecationReporter, and OptionCollection.parseCommands.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
> Allow parallel Maven builds of RAT
> ----------------------------------
>
> Key: RAT-573
> URL: https://issues.apache.org/jira/browse/RAT-573
> Project: Apache RAT
> Issue Type: Sub-task
> Affects Versions: 1.0.0
> Reporter: Philipp Ottlinger
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 1.0.0
>
>
> [~gnodet] added a contribution to improve multi-threading of RAT.
> * Make DefaultLog, DeprecationReporter thread-safe: ThreadLocal
> * OptionCollection.parseCommands() - synchronized
> * SPDXMatcherFactory and SPDXBuilder adapted - ThreadLocal factory method
> * RAT-553: enum uses supplier to handle creation of SCMIgnoreBuilders
> * MatcherBuilderTracker - ConcurrentHashMap
--
This message was sent by Atlassian Jira
(v8.20.10#820010)