takari / io.takari.incrementalbuild

Eclipse Public License 1.0
16 stars 12 forks source link

Update for Java 11 #35

Closed guw closed 4 years ago

guw commented 4 years ago

In order to build successfully with JDK 11 Maven and all its dependencies must be updated to a Maven version which supports JDK 11.

This also drops support for older Maven versions (<3.6.3).

Compilation with JDK 8 still works.

There is a behavioral change in JDK 11 which potentially breaks Takari's Security Manager (#36).

jvanzyl commented 4 years ago

Superceded by #37