You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/20 09:08:57 UTC

[GitHub] [pulsar] lhotari opened a new pull request, #15234: [Build] Use grpc-bom to align grpc library versions

lhotari opened a new pull request, #15234:
URL: https://github.com/apache/pulsar/pull/15234

   ### Motivation
   
   There are multiple grpc libraries where the versions should be aligned. It's better to use grpc-bom to achieve this.
   
   An additional motivation is to workaround Maven issues where the Maven build locks up in dependency resolution. The bug is https://issues.apache.org/jira/browse/MNG-5592 ,but that isn't fixed even in Maven 3.8.5 version. The workaround for it was to use BOM for grpc dependencies. I noticed this problem when cherry-picking #15212 to a fork based on branch-2.7 .
   
   ### Modifications
   
   Use grpc-bom for the dependency management of grpc libraries.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] nicoloboschi commented on pull request #15234: [Build] Use grpc-bom to align grpc library versions

Posted by GitBox <gi...@apache.org>.
nicoloboschi commented on PR #15234:
URL: https://github.com/apache/pulsar/pull/15234#issuecomment-1112121482

   this pull has not been cherry-picked to 2.10 @gaoran10 


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Jason918 commented on pull request #15234: [Build] Use grpc-bom to align grpc library versions

Posted by GitBox <gi...@apache.org>.
Jason918 commented on PR #15234:
URL: https://github.com/apache/pulsar/pull/15234#issuecomment-1204833562

   This PR depends on https://github.com/apache/pulsar/pull/15212, which is not applied to branch 2.7, See #16896. So remove `release/2.7.5` label.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] lhotari merged pull request #15234: [Build] Use grpc-bom to align grpc library versions

Posted by GitBox <gi...@apache.org>.
lhotari merged PR #15234:
URL: https://github.com/apache/pulsar/pull/15234


-- 
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: commits-unsubscribe@pulsar.apache.org

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