]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Move platform to only work with JDK's >= 11 52/4152/8
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 20 Apr 2020 10:27:48 +0000 (13:27 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 21 Apr 2020 05:25:28 +0000 (08:25 +0300)
* Several javax-prefixed packages are being removed from JDK (such as
javax.xml.bind) and one has to provide javax.packages via new
jakarta-bundles. See: http://openjdk.java.net/jeps/320#Java-EE-modules

Java 11 is LTS and we don't want to require anything beyond that at this
point. Next LTS will be 17 which will be the next target.

Classes are also now compiled for Java 11.

gitlab #486
gitlab #524

Change-Id: Ib2edf9401ada203412569fadef4f092344b1c553


No differences found