TaiJuWu commented on code in PR #18683: URL: https://github.com/apache/kafka/pull/18683#discussion_r1944890059
########## clients/src/main/java/org/apache/kafka/common/security/JaasUtils.java: ########## @@ -16,13 +16,17 @@ */ package org.apache.kafka.common.security; + public final class JaasUtils { public static final String JAVA_LOGIN_CONFIG_PARAM = "java.security.auth.login.config"; + @Deprecated public static final String DISALLOWED_LOGIN_MODULES_CONFIG = "org.apache.kafka.disallowed.login.modules"; + public static final String ALLOWED_LOGIN_MODULES_CONFIG = "org.apache.kafka.allowed.login.modules"; public static final String DISALLOWED_LOGIN_MODULES_DEFAULT = "com.sun.security.auth.module.JndiLoginModule,com.sun.security.auth.module.LdapLoginModule"; public static final String SERVICE_NAME = "serviceName"; - private JaasUtils() {} + private JaasUtils() { + } Review Comment: Please revert unrelated this change. ########## clients/src/main/java/org/apache/kafka/common/security/JaasUtils.java: ########## @@ -16,13 +16,17 @@ */ package org.apache.kafka.common.security; + Review Comment: Please revet this too. -- 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