Re: Bump build requirement to JDK 11+

2023-08-04 Thread Piotr P. Karwasz
Hi Gary, On Fri, 4 Aug 2023 at 12:43, Gary Gregory 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

Re: Bump build requirement to JDK 11+

2023-08-04 Thread Gary Gregory
Hi Piotr, If Java 11 is the minimum requirement, the why is 8 still listed in .github/workflows/log4j-kafka-test.yml in the PR? Gary On Fri, Aug 4, 2023, 3:35 AM Piotr P. Karwasz wrote: > Hi all, > > I have merged PR#1369[1] and bumped the requirement for the JDK used > to build `2.x` to JDK 1

Bump build requirement to JDK 11+

2023-08-04 Thread Piotr P. Karwasz
Hi all, I have merged PR#1369[1] and bumped the requirement for the JDK used to build `2.x` to JDK 11+, which is able to compile all our modules. If your JAVA_HOME points to a JDK 8 installation, you'll get a build failure. On the other hand Maven Toolchains are no longer required, unless you wan