jonathan-albrecht-ibm commented on code in PR #12343:
URL: https://github.com/apache/kafka/pull/12343#discussion_r1039745728

##########
clients/src/main/java/org/apache/kafka/common/utils/Java.java:
##########
@@ -44,6 +44,10 @@ public static boolean isIbmJdk() {
         return System.getProperty("java.vendor").contains("IBM");
     }
 
+    public static boolean isIbmJdkSemeru() {

Review Comment:
   I don't know if we can treat the IBM Semeru JDK as openjdk in all places 
where `isIbmJdk()` is being used. The changes here fix the places where the IBM 
security classes were being incorrectly specified for Semeru. I could look at 
the other places but since there aren't tests that are failing or obvious 
regression, I would need to investigate more.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to