omkreddy commented on PR #17546:
URL: https://github.com/apache/kafka/pull/17546#issuecomment-2423546312
> @omkreddy thanks for this fix. How to reproduce the error? I build kafka
by JDK 21 and check the class file:
>
> ```
> chia7712@fedora:~/download/kafka/admin$ javap -v ./AclCommand.class |
grep major
> major version: 55
> ```
>
> It works well ... right?
Ok, looks error is occurring for java classes in core module.
$ javap -v
core/build/classes/scala/main/kafka/server/logger/RuntimeLoggerManager.class |
grep major
major version: 65
--
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]