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 11 support: Runtime layout #961

Closed
iluwatar opened this issue Oct 6, 2019 · 2 comments
Closed

Java 11 support: Runtime layout #961

iluwatar opened this issue Oct 6, 2019 · 2 comments

Comments

@iluwatar
Copy link
Owner

iluwatar commented Oct 6, 2019

This task is part of the Java 11 transition plan https://github.com/iluwatar/java-design-patterns/wiki/16.-Java-11-Transition

Java runtime layout has drastically changed in JDK9. Do we have dependencies to old runtime such as rt.jar tools.jar or dt.jar? Report the findings under this issue.

Links:
https://blog.codefx.org/java/java-9-migration-guide/

@jarpit96
Copy link
Contributor

jarpit96 commented Oct 7, 2019

I just checked the project, there are no usages for such old runtime jar.

@iluwatar iluwatar added this to the 1.22.0 milestone Oct 8, 2019
@iluwatar
Copy link
Owner Author

iluwatar commented Oct 8, 2019

Thanks @jarpit96, we can then check this completed ✔️

@iluwatar iluwatar closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants