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 2019/05/10 08:54:45 UTC

[GitHub] [pulsar] kimcs opened a new pull request #4256: Use same activation dependency in pulsar-client-admin and pulsar-client

kimcs opened a new pull request #4256: Use same activation dependency in pulsar-client-admin and pulsar-client
URL: https://github.com/apache/pulsar/pull/4256
 
 
   Maven module pulsar-client-admin module have been changed to use the dependency com.sun.activation:javax.activation:1.2.0 instead of other activation apis. This is the same activation dependency that is used by the pulsar-client module making them compatible with regards to the java-module-system. The change should also be beneficial when shading jars by avoiding conflicting classes from activation dependencies.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services