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 15 does not contain javax.annotations #141

Open
collinsmith opened this issue Jul 24, 2021 · 2 comments
Open

Java 15 does not contain javax.annotations #141

collinsmith opened this issue Jul 24, 2021 · 2 comments
Assignees
Labels

Comments

@collinsmith
Copy link
Owner

Need to add https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api/1.3.2 as a dependency for riiablo:core in order for builds to work. I'm pretty sure this worked before with <13, so maybe this is a newer change. Java 16 is incompatible with current version of gradle so cannot test.

@collinsmith
Copy link
Owner Author

collinsmith commented Jul 31, 2021

Added dependency and was able to compile, need to validate that the dependency propagates across projects correctly (in correct place in the build scripts).

See 508f08d

@collinsmith
Copy link
Owner Author

Was apart of Java EE, removed in JDK 11, resolution is to use javax.annotation:javax.annotation-api as I've been
https://www.oracle.com/java/technologies/javase/11-relnote-issues.html#JDK-8190378

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

No branches or pull requests

1 participant