mingyen066 opened a new pull request, #21562: URL: https://github.com/apache/kafka/pull/21562
Jetty 12.0.30+ introduced SLF4J 2.x fluent API usage (`Logger.atDebug()`) which causes `NoSuchMethodError` at runtime since Kafka still uses SLF4J 1.7.x. Downgrade to 12.0.25 which includes the CVE-2025-5115 fix without the SLF4J 2.x incompatibility. The issue was discovered and discussed in https://github.com/apache/kafka/pull/21452#issuecomment-3943544053. trunk: https://github.com/apache/kafka/pull/21559 -- 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]
