chrismiller opened a new issue #6484: pulsar-client-admin-2.5.0.jar contains an 
unshaded protobuf dependency
URL: https://github.com/apache/pulsar/issues/6484
 
 
   **Describe the bug**
   The pulsar-client-admin-2.5.0.jar available on Maven Central incorrectly 
contains an unshaded protobuf dependency.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Unzip 
https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client-admin/2.5.0/pulsar-client-admin-2.5.0.jar
 and observe that there are protobuf classes are under the 
com.google.protobuf.* package.
   
   **Expected behavior**
   The protobuf classes should be shaded, under 
org.apache.pulsar.shade.come.google.protobuf.*
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/328751/76007625-3dd47e00-5f06-11ea-8927-95950e419be0.png)
   
   **Additional context**
   This causes a collsiion with the (newer, v3.7.0) version we already depend 
on in our project, resulting in NoSuchMethodError failures at runtime.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to