apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.93k stars 979 forks source link

Add threadSafe annotation to fmpp Maven Plugin #2926

Closed bdemers closed 2 months ago

bdemers commented 2 months ago

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

Fixes: #2928

bdemers commented 2 months ago

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 commented 2 months ago

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

cgivre commented 2 months ago

@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.