Hi Gary, On Fri, 4 Aug 2023 at 12:43, Gary Gregory <garydgreg...@gmail.com> wrote: > If Java 11 is the minimum requirement, the why is 8 still listed > in .github/workflows/log4j-kafka-test.yml in the PR?
I'll check for comments referring to JDK 8 tonight. JDK 8 is still used by the build system to run tests: there are at least a couple of tests that only run on JRE 8. Piotr