-
Notifications
You must be signed in to change notification settings - Fork 594
Conversation
You might need to update the JDK version in the travis file too. https://github.com/apache/incubator-heron/blob/master/.travis.yml |
The change should work for Java8 and above |
7c0eadf
to
b52d478
Compare
Some unit test libraries are not Jdk11 compatible and need to be updated. :( |
It might be better to move this branch from your forked repo into the main heron repo. This way people can help us complete this task by opening up PR's directly to this branch. |
Ah, interesting. That is a great idea~ Pushed to java_11_support branch.
|
From 1.9 and above, it should change as follows.
|
Compiles ok with Java 11