lgxbslgx opened a new pull request, #15964: URL: https://github.com/apache/pulsar/pull/15964
Fixes #15349 ### Motivation When using the JDK17, pulsar-client throws exception `module java.base does not export sun.net to unnamed module`, it is good to fix it. ### Modifications Add `--add-opens java.base/sun.net=ALL-UNNAMED` to java option when using JDK17. ### Verifying this change - [ ] Make sure that the change passes the CI checks. ### Documentation Check the box below or label this PR directly. Need to update docs? - [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]
