Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JDK 11 LTS #267

Open
deinhofer opened this issue Nov 16, 2018 · 1 comment
Open

Add support for JDK 11 LTS #267

deinhofer opened this issue Nov 16, 2018 · 1 comment
Labels
Priority 1 That issue is highly essential and must be fixed/implemented

Comments

@deinhofer
Copy link
Contributor

deinhofer commented Nov 16, 2018

Oracle has changed release cycles according to other vendors having short term releases and LTS.
JDK 11 is the new LTS version.

According to the release notes some things have been removed which could have an impact on Asterics.

  • Removal of JavaFX (including javafx packaging): JavaFX packaging is used by APE to create customized installer for an AT solution. JavaFX is still maintained as open source library and can optionally be added again: https://openjfx.io/. jlink also looks interesting, maybe this can be used instead. Here is the white paper of Oracle about it.
  • Removal of deprecated APIs and Classes
  • Removal of 32bit support: So some plugins will be not usable any more
@deinhofer deinhofer added the Priority 1 That issue is highly essential and must be fixed/implemented label Nov 16, 2018
@deinhofer
Copy link
Contributor Author

There is a branch for JDK 11 support, which already provides a runnable version with some restrictions: https://github.com/asterics/AsTeRICS/tree/fixes4java11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 1 That issue is highly essential and must be fixed/implemented
Projects
None yet
Development

No branches or pull requests

1 participant