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

Do not depend on sun packages #22

Open
theangrydev opened this issue Feb 10, 2016 · 3 comments
Open

Do not depend on sun packages #22

theangrydev opened this issue Feb 10, 2016 · 3 comments
Milestone

Comments

@theangrydev
Copy link

There are some references to sun packages (e.g. sun.reflect) in totallylazy.

These references should be removed, since you should not be depending on them, as explained here:
http://www.oracle.com/technetwork/java/faq-sun-packages-142232.html

@danielbodart
Copy link
Member

Was there a feature you needed on a non Oracle JVM? Maybe Android?

@theangrydev
Copy link
Author

Nope, I don't have a particular use case. Someone at work pointed this out today and they were quite startled by it, so I thought I'd raise an issue for it

@danielbodart
Copy link
Member

Okay well I'm planning to remove them for the Java 9 version (no choice with the new modules system) but then a fair amount of sun stuff become official then so it's easy in newer versions.

I won't be back porting to Java 7 as there is just way to much stuff missing.

@danielbodart danielbodart added this to the Java 9 milestone Feb 10, 2016
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