clojure-java-9 icon indicating copy to clipboard operation
clojure-java-9 copied to clipboard

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

Open tirkarthi opened this issue 6 years ago • 0 comments

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 https://github.com/dotemacs/pdfboxing/issues/41

tirkarthi avatar Mar 17 '18 05:03 tirkarthi