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 2018/01/18 01:15:01 UTC

[GitHub] merlimat opened a new pull request #1079: Fix shading for Kafka wrapper lib

merlimat opened a new pull request #1079: Fix shading for Kafka wrapper lib
URL: https://github.com/apache/incubator-pulsar/pull/1079
 
 
   ### Motivation
   
   Currently the `pulsar-client-kafka` is pulling in all the `pulsar-client-original` unshaded dependencies unlike expected. This is due to some weird behavior of the maven shading plugin that, even though the module is depending on the shaded pulsar client, it is still pulling up the unshaded module.
   
   ### Modifications
   
   Apply to `pulsar-client-kafka` the same shading configuration rules as `pulsar-client` artifact.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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