Copilot commented on code in PR #13859: URL: https://github.com/apache/skywalking/pull/13859#discussion_r3177343206
########## docs/en/changes/changes.md: ########## @@ -2,6 +2,7 @@ #### Project +* Bump `kafka-clients` from 3.4.0 to 3.9.1 to fix SASL authentication failure on JDK 24+ (JEP 486 removed `Subject.getSubject`; fix included in kafka-clients 3.9.1 via KAFKA-17078). Review Comment: The changelog says JEP 486 "removed" `Subject.getSubject`, but the JDK 24+ behavior is that the method is still present and now throws `UnsupportedOperationException` (i.e., it’s disabled). Consider rewording to avoid implying the API was deleted. -- 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]
