Skip to content

Mark the plugin as thread-safe#700

Merged
SentryMan merged 1 commit intoavaje:masterfrom
cbarlin:issue-699
Jan 3, 2026
Merged

Mark the plugin as thread-safe#700
SentryMan merged 1 commit intoavaje:masterfrom
cbarlin:issue-699

Conversation

@cbarlin
Copy link
Copy Markdown
Contributor

@cbarlin cbarlin commented Jan 3, 2026

Resolves #699. This is safe because, according to the maven wiki (source: https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) we only need to worry about:

  • Static fields/variables
  • Dependencies
  • Singletons

Which this plugin has none of.

Resolves avaje#699. This is safe because, according to the maven wiki (source: https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) we only need to worry about:
 * Static fields/variables
 * Dependencies
 * Singletons

Which this plugin has none of.
@SentryMan SentryMan enabled auto-merge (squash) January 3, 2026 01:02
@SentryMan SentryMan merged commit 139edd8 into avaje:master Jan 3, 2026
5 checks passed
@cbarlin cbarlin deleted the issue-699 branch January 3, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maven plugin warns on parallel builds

2 participants