nicoloboschi opened a new pull request, #17855:
URL: https://github.com/apache/pulsar/pull/17855

   ### Motivation
   
   https://github.com/apache/pulsar/pull/17198 added the `pulsar-broker-common` 
dependency to the `pulsar-client` module. This is very bad because in this way 
user applications will download the pulsar broker internals dependency and they 
may start using unsupported API. 
   Also this breaks the JDK 8 compatibility for the client. This looks like is 
no more covered by the CI and I will address it in another pull. 
   
   ### Modifications
   
   * Moved BaseGenerateDocumentation to the pulsar-common module
   * Moved source code compatibility to JDK8
   * Replaced FieldContext usage with reflections because it's no more 
accessible
   
   - [x] `doc-not-needed` 
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to