lhotari opened a new pull request #10345: URL: https://github.com/apache/pulsar/pull/10345
### Motivation KeyStoreTlsTest hangs on JDK11 currently. It seems that the internal state engine is different than what SSLContextValidatorEngine expects. ### Modifications - This fix requires #10336 as prerequisite. - Remove duplicate SSLEngine configuration from SSLContextValidatorEngine. Refactor the classes to support this. - adjust the state machine such that when the handshake completes, store the result in a field. This fixes the issue that caused the execution to go in an infinite loop. -- 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]
