Re: Transitioning from Java 10 to Java 11 in Jenkins

2018-10-11 Thread Ismael Juma
Updated PR jobs, they are now configured in the following way: https://builds.apache.org/job/kafka-pr-jdk7-scala2.10: Only enabled for 0.10.0, 0.10.1, 0.10.2 branches as Scala 2.10 support was dropped in 0.11.0. https://builds.apache.org/job/kafka-pr-jdk7-scala2.11: Only enabled for 0.11.0, 1.0, 1

Transitioning from Java 10 to Java 11 in Jenkins

2018-10-10 Thread Ismael Juma
Hi all, Java 11 was released recently and Java 10 is no longer supported. Java 11 is the first LTS release since the new Java release cadence was announced. As of today, all of our tests pass with Java 11 so it's time to transition Jenkins builds to use Java 11 instead of Java 10. I have updated t