danishnawab commented on PR #16522: URL: https://github.com/apache/kafka/pull/16522#issuecomment-2377279603
Is there a plan on how/when this change will be integrated? This issue currently prevents us from upgrading to JDK 23 (which is GA for more than a week now). Using kafka-clients:3.7.1 with JDK 23 we get the following exception: ```java java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed at javax.security.auth.Subject.getSubject(Subject.java:347) at org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClientCallbackHandler.handleCallback(OAuthBearerSaslClientCallbackHandler.java:99) at org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClientCallbackHandler.handle(OAuthBearerSaslClientCallbackHandler.java:83) at org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClient.evaluateChallenge(OAuthBearerSaslClient.java:92) at org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.lambda$createSaslToken$1(SaslClientAuthenticator.java:535) ``` -- 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