[ https://issues.apache.org/jira/browse/THRIFT-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James E. King III updated THRIFT-4229: -------------------------------------- Component/s: (was: Build Process) Contributed > Make thrift-maven-plugin threadSafe > ----------------------------------- > > Key: THRIFT-4229 > URL: https://issues.apache.org/jira/browse/THRIFT-4229 > Project: Thrift > Issue Type: Bug > Components: Contributed > Affects Versions: 0.9.3, 0.10.0 > Environment: Maven 3.5 > org.apache.thrift:thrift-maven-plugin:0.9.3 > <groupId>org.apache.thrift</groupId> > <artifactId>thrift-maven-plugin</artifactId> > <version>0.9.3</version> > Reporter: Ahmet Bolac > Priority: Major > Labels: contrib > Attachments: screenshot-1.png > > > We are seeing a warning in our build using Maven 3.5 as following: > {noformat} > [WARNING] ***************************************************************** > [WARNING] * Your build is requesting parallel execution, but project * > [WARNING] * contains the following plugin(s) that have goals not marked * > [WARNING] * as @threadSafe to support parallel building. * > [WARNING] * While this /may/ work fine, please look for plugin updates * > [WARNING] * and/or request plugins be made thread-safe. * > [WARNING] * If reporting an issue, report it against the plugin in * > [WARNING] * question, not against maven-core * > [WARNING] ***************************************************************** > [WARNING] The following plugins are not marked @threadSafe in drive-thrift: > [WARNING] org.apache.thrift.tools:maven-thrift-plugin:0.1.11 > [WARNING] Enable debug to see more precisely which goals are not marked > @threadSafe. > [WARNING] ***************************************************************** > {noformat} > which indicates the plugin is not thread-safe. > Is it possible to address this in the next version so it is thread-safe (and > marked as such) and does not trigger this warning anymore? > Thanks -- This message was sent by Atlassian JIRA (v7.6.3#76005)