crossoverJie opened a new pull request, #1037: URL: https://github.com/apache/pulsar-client-go/pull/1037
### Motivation The master branch is broken: ``` head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory Exception in thread "main" java.lang.InternalError: Error loading java.security file ``` See https://github.com/apache/pulsar-client-go/actions/runs/5274623023/jobs/9543594971?pr=1029 ### Modifications Use `openjdk-17-jre` to replace `openjdk-17-jre-headless`. ### Verifying this change - [x] Make sure that the change passes the CI checks. https://github.com/crossoverJie/pulsar-client-go/pull/4 -- 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]
