nicoloboschi opened a new pull request, #17857: URL: https://github.com/apache/pulsar/pull/17857
### Motivation https://github.com/apache/pulsar/pull/17198 breaks inadvertently the jdk8 compatibility for the client and the CI didn't failed. We already have the maven rule but it's not enough because you can still add dependency to pulsar-client that are not source compatible with JDK8. The CI currently only verify binary compatibility. ### Modifications * Add a simple clean install in the jdk8 and jdk11 tests to verify all the dependent modules of `pulsar-client-all` are source compatible with JDK8 and JDK11 - [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]
