chia7712 commented on PR #18182: URL: https://github.com/apache/kafka/pull/18182#issuecomment-2543023947
I tested the Java 19+ features on the core module, and IntelliJ now displays accurate error messages.  Additionally, the version of java code in core module is "17" ``` chia7712@fedora:~/project/kafka/core/build/libs$ jar xf kafka_2.13-4.0.0-SNAPSHOT.jar chia7712@fedora:~/project/kafka/core/build/libs$ javap -verbose kafka/server/QuotaFactory | grep major major version: 61 ``` -- 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]
