Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Blueriq depends heavily on the JDK for much of it's functionality. Oracle decided to deprecate several modules from the JDK in version 9 and 10 and removed them in version 11, e.g. the module java.xml.ws. These modules are needed to run Blueriq, e.g. java.xml.ws is needed for webserviceing purposes.  java.xml.wsOracle will provide these modules via third party dependencies for each matching JDK version for version 9 and up, compiled against that JDK version. We can not add third party dependencies compiled against a higher JDK version then we compile against. This means that it will be impossible for us to compile on JDK 8 and support version 11. Since we don't want to change the compile JDK version in a minor release, because the impact for projects, specially with custom code, is enormous. The Java support roadmap for Blueriq for the following versions will be like this:

eolJDKBQ 10 (04-2017 / 04-2020)BQ 11 (04-2018 / 04-2021)BQ 12 (04-2019 / 04-2022?)

03-2014 /

01-2019

JDK 8

(LTS)

CompileCompileX

09-2017 /

03-2018

JDK 9

Support

(--add-modules java.xml.ws)

Support

(–add-modules java.xml.ws)

X

03-2018 /

09-2018

JDK 10

Support?

(--add-modules java.xml.ws)

Support

(--add-modules java.xml.ws)

X

09-2019 /

TBA *

JDK 11

(LTS)

X

(java.xml.ws removed

oplossing terug vallen op RI compiled op 11)

X

(see BQ 10 reasons)

Compile

03-2019 /

09-2019

JDK 12?X

X

Support