bdemers opened a new issue, #2928: URL: https://github.com/apache/drill/issues/2928
When using the fmpp Maven plugin on a multi-threaded build (e.g. `--threads=#` or via `mvnd`) a thread safe warning is printed to the console. This is caused by a missing threadsafe annotation. From a quick look through the code, it doesn't look like the plugin would have any issues with multi-threaded builds, so simply adding the missing annotation should resolve this issue. Fixed in: #2926 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org