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/06/06 14:01:28 UTC

[GitHub] [pulsar] kimcs commented on issue #4445: Include pulsar-client-api in shaded client artifacts

kimcs commented on issue #4445: Include pulsar-client-api in shaded client artifacts
URL: https://github.com/apache/pulsar/pull/4445#issuecomment-499506469
 
 
   I have now made the following changes to the pulsar-common module:
   - Classes in package org.apache.pulsar.common.api are moved to org.apache.pulsar.common.protocol
   - Classes in package org.apache.pulsar.common.schema are moved to org.apache.pulsar.common.protocol.schema
   
   All other changes are reference updates in places that depend on any of these classes performed automatically by IntelliJ.
   
   This is just a suggestion, please provide feedback of what name to use for the the packages, or on whether moving all these classes is a viable option.

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