lhotari opened a new pull request #12938: URL: https://github.com/apache/pulsar/pull/12938
Fixes #12907 ### Motivation - fixes issue with ARM64 platform where Conscrypt isn't available. ### Modifications Call `org.conscrypt.Conscrypt.checkAvailability()` method using reflection to verify that Conscrypt can be loaded successfully. In a failure case, log the error and fallback to JDK default security provider. -- 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]
