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/01/06 03:23:37 UTC

[GitHub] merlimat opened a new pull request #3309: Separate pulsar client API interfaces in different module

merlimat opened a new pull request #3309: Separate pulsar client API interfaces in different module
URL: https://github.com/apache/pulsar/pull/3309
 
 
   ### Motivation
   
   Isolating the API into a separate module will achieve:
    * Clear separation from implementation. No referencing by mistake impl classes from public API
    * Avoid shading issue. API module has no dependencies
    * Attached Javadoc and Sources. Artifacts published in Maven central will include Javadoc and sources jar, so that from IDE user can access the API documentation. This is currently not working because of the shading plugin. Fixes #2622 
   

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