This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new c0c2605eec [MINOR UPDATE]: Add threadSafe annotation to fmpp Maven 
Plugin (#2926)
c0c2605eec is described below

commit c0c2605eec8f2b097de32f6ad8987d881d7a295d
Author: Brian Demers <[email protected]>
AuthorDate: Wed Jul 24 09:57:50 2024 -0400

    [MINOR UPDATE]: Add threadSafe annotation to fmpp Maven Plugin (#2926)
---
 tools/fmpp/src/main/java/org/apache/drill/fmpp/mojo/FMPPMojo.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/fmpp/src/main/java/org/apache/drill/fmpp/mojo/FMPPMojo.java 
b/tools/fmpp/src/main/java/org/apache/drill/fmpp/mojo/FMPPMojo.java
index 92247bddd9..58428cd4c2 100644
--- a/tools/fmpp/src/main/java/org/apache/drill/fmpp/mojo/FMPPMojo.java
+++ b/tools/fmpp/src/main/java/org/apache/drill/fmpp/mojo/FMPPMojo.java
@@ -42,6 +42,7 @@ import fmpp.util.MiscUtil;
 /**
  * a maven plugin to run the freemarker generation incrementally
  * (if output has not changed, the files are not touched)
+ * @threadSafe
  * @goal generate
  * @phase generate-sources
  */

Reply via email to