Guozhang Wang created KAFKA-2806: ------------------------------------ Summary: Allow Kafka System Tests under different JDK versions Key: KAFKA-2806 URL: https://issues.apache.org/jira/browse/KAFKA-2806 Project: Kafka Issue Type: Bug Reporter: Guozhang Wang Fix For: 0.9.0.1
Currently the Kafka system tests (using ducktape) uses JDK7 as the runtime inside vagrant processes. However, there are some known issues with executing Java8 builds with JDK7 under Scala: https://gist.github.com/AlainODea/1375759b8720a3f9f094 http://stackoverflow.com/questions/24448723/java-error-java-util-concurrent-concurrenthashmap-keyset We need to be able to config the system tests to execute different JDK versions in the virtual machines. -- This message was sent by Atlassian JIRA (v6.3.4#6332)