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

Java modules require JDK 1.8 and an IDE to build #3

Open
HitScan opened this issue Apr 5, 2023 · 1 comment
Open

Java modules require JDK 1.8 and an IDE to build #3

HitScan opened this issue Apr 5, 2023 · 1 comment

Comments

@HitScan
Copy link

HitScan commented Apr 5, 2023

Currently IntelliJ IDEA and a ~1.8 SDK is required to build the Java modules. Ideally a JDK available on the server (such as openjdk-11-jdk-headless, or the newer -17-) would be used to (re-)build the modules during installation, upgrades, and for rapid local debugging. This will require finding an alternative for the internal com.sun.istack.internal.NotNull annotator and any features that may have been removed / significantly changed since JDK 8.

@gmcharlt
Copy link
Member

gmcharlt commented Apr 7, 2023

Looks like javax.validation.constraints.NotNull may be the supported alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants