You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "timw (via GitHub)" <gi...@apache.org> on 2023/05/12 08:10:56 UTC

[GitHub] [incubator-pekko-grpc] timw opened a new pull request, #68: Mark Maven plugin mojos as threadsafe.

timw opened a new pull request, #68:
URL: https://github.com/apache/incubator-pekko-grpc/pull/68

   The mojos in the pekkp-grpc Maven plugin are both singleton instantiated, but do not modify any Class or instance state, so should be safe to use on multiple worker threads.
   
   This removes a warning when Maven is run with multiple worker threads (e.g. `mvn -T 4`):
   
   > 
   > [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 Indexing :: gRPC:
   > [WARNING] com.lightbend.akka.grpc:akka-grpc-maven-plugin:2.1.6
   > [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
   > [WARNING] *****************************************************************
   > 


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] pjfanning merged pull request #68: Mark Maven plugin mojos as threadsafe.

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning merged PR #68:
URL: https://github.com/apache/incubator-pekko-grpc/pull/68


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org