eolivelli opened a new pull request #9580: URL: https://github.com/apache/pulsar/pull/9580
Master Issue: #9578 ### Motivation If you try to build Pulsar on JDK11 and add the --release flag to javac (that is -Dmaven.compiler.release=8 in Maven terms) you see errors due to some internal APIs that have been hidden to the user at build time. ### Modifications - Fix usages of internal JRE APIs that are still accessible at runtime even on JDK11 but they are not visible at build time in JDK8 - add tests ---------------------------------------------------------------- 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: [email protected]
