-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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 11 support: Get rid of JavaEE, Corba and JavaFX #954
Milestone
Comments
jarpit96
added a commit
to jarpit96/java-design-patterns
that referenced
this issue
Oct 5, 2019
Add javax.annotation and java.xml.bind as external maven dependencies Verified with jdk-11
Hi, I have created a pull request for this issue. |
A lot of this stuff has just been migrated to community projects... Shouldn't J-EE move to Jakarta? I didn't think J-EE was truly deprecated. |
@ryantheleach yes, I agree that stuff should be moved and not totally removed. Maybe an inaccurate term there in the issue subject.. |
iluwatar
pushed a commit
that referenced
this issue
Oct 6, 2019
* Fix for issue #954 Add javax.annotation and java.xml.bind as external maven dependencies Verified with jdk-11 * Move dependency versions to main pom.xml's dependencyManagement section
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This task is part of the Java 11 transition plan https://github.com/iluwatar/java-design-patterns/wiki/16.-Java-11-Transition
Java EE, Corba and JavaFX have been deprecated in newer JDK versions. Are there any dependencies to those in this project? If there is, we should get rid of them. (see https://blog.codefx.org/java/java-9-migration-guide/)
The text was updated successfully, but these errors were encountered: