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

javax.activation deprecation in JDK 9 and removal in JDK 10 #10

Open
tirkarthi opened this issue Mar 17, 2018 · 0 comments
Open

javax.activation deprecation in JDK 9 and removal in JDK 10 #10

tirkarthi opened this issue Mar 17, 2018 · 0 comments

Comments

@tirkarthi
Copy link

In JDK 9 the package javax.activation is not accessible by default and should be explicitly granted with --add-modules java.activation on compile time. Also, it is deprecated and marked for removal in JDK 10.

Reference : https://jira.spring.io/browse/SPR-16115

Affected libraries :

pdf-boxing - Fixed with dotemacs/pdfboxing#41

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

1 participant