Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark maven plugin goal as thread safe #715

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

SentryMan
Copy link
Collaborator

@SentryMan SentryMan commented Oct 30, 2024

We have no mutable state that is shared across different instances.

Resolves this warning for parallel builds.

[WARNING] *****************************************************************
[WARNING] The following plugins are not marked as thread-safe in blackbox-test-inject:
[WARNING]   io.avaje:avaje-inject-maven-plugin:10.5-RC3
[WARNING]
[WARNING] Enable debug to see precisely which goals are not marked as thread-safe.
[WARNING] *****************************************************************

@SentryMan SentryMan self-assigned this Oct 30, 2024
@SentryMan SentryMan added the enhancement New feature or request label Oct 30, 2024
@SentryMan SentryMan enabled auto-merge October 30, 2024 04:49
@SentryMan SentryMan added this to the 10.5 milestone Oct 30, 2024
@SentryMan SentryMan merged commit 700d4e1 into avaje:master Oct 30, 2024
7 checks passed
@SentryMan SentryMan deleted the thread-safe branch October 30, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants