nodece commented on code in PR #15414:
URL: https://github.com/apache/pulsar/pull/15414#discussion_r865517342


##########
pulsar-common/src/main/java/org/apache/pulsar/common/util/SecurityUtility.java:
##########
@@ -110,8 +110,8 @@ public static Provider getProvider() {
             return getBCProviderFromClassPath();
         } catch (Exception e) {
             log.warn("Not able to get Bouncy Castle provider for both FIPS and 
Non-FIPS from class path:", e);
-            throw new RuntimeException(e);
         }
+        return null;

Review Comment:
   We don't use this TLS provider, the purpose of this is to add a BC provider 
to the JDK.
   
   



-- 
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]

Reply via email to