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

Add threadSafe annotation to fmpp Maven Plugin #2926

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

bdemers
Copy link
Member

@bdemers bdemers commented Jul 19, 2024

Without this annotation Maven assumes the plugin is NOT threadsafe, and any parallel builds spews log warnings

Fixes: #2928

Without this annotation Maven assumes the plugin is NOT threadsafe, and any parallel builds spews log warnings
@bdemers
Copy link
Member Author

bdemers commented Jul 19, 2024

I wasn't able to run the tests locally, (they just hung before getting to the fmpp module)
Assuming CI passes, and this is a valid change, I can create an issue

@cgivre
Copy link
Contributor

cgivre commented Jul 24, 2024

@bdemers It looks like CI has passed. Could you please create an issue and we will merge this.

@cgivre cgivre self-requested a review July 24, 2024 12:24
@cgivre cgivre added minor-update backport-to-stable This bug fix is applicable to the latest stable release and should be considered for inclusion there labels Jul 24, 2024
Copy link
Contributor

@cgivre cgivre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@cgivre
Copy link
Contributor

cgivre commented Jul 24, 2024

@bdemers It looks like CI has passed. Could you please create an issue and we will merge this.

Sorry... I should have been more clear. I meant a JIRA issue, but don't bother.. This is a minor update.

@cgivre cgivre merged commit c0c2605 into apache:master Jul 24, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-stable This bug fix is applicable to the latest stable release and should be considered for inclusion there minor-update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove threadsafe warnings in fmpp Maven plugin
2 participants