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/05/28 06:39:29 UTC

[GitHub] sijie opened a new pull request #1849: Shade jars included in java instance uber jar

sijie opened a new pull request #1849: Shade jars included in java instance uber jar
URL: https://github.com/apache/incubator-pulsar/pull/1849
 
 
   *Motivation*
   
   dependencies are packaged into a java uber jar for running functions in process mode.
   however we don't shade those dependencies, it can potentially conflict with user' function
   dependencies
   
   *Solution*
   
   Shade the dependencies included in the java instance uber jar.
   

----------------------------------------------------------------
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