You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/08/30 19:27:00 UTC

[jira] [Commented] (THRIFT-4229) Make thrift-maven-plugin threadSafe

    [ https://issues.apache.org/jira/browse/THRIFT-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147883#comment-16147883 ] 

James E. King, III commented on THRIFT-4229:
--------------------------------------------

[~jfarrell] can you add a "Third Party" component to Jira for issues like this?

> Make thrift-maven-plugin threadSafe
> -----------------------------------
>
>                 Key: THRIFT-4229
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4229
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.9.3, 0.10.0, 0.11.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
>             Fix For: 0.11.0
>
>
> 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
(v6.4.14#64029)