Christopher BROWN
2015-07-29 11:27:45 UTC
Hello,
I just ran the "jdeps" tool against FreeMarker 2.3.23 and it identified the
following incompatible package usage as of JDK9 :
jdeps freemarker.jar | grep 'JDK internal'
-> com.sun.org.apache.xml.internal.utils JDK internal
API (rt.jar)
-> com.sun.org.apache.xpath.internal JDK internal
API (rt.jar)
-> com.sun.org.apache.xpath.internal.objects JDK internal
API (rt.jar)
Refer to:
https://wiki.openjdk.java.net/display/Adoption/JDK+9+Outreach#JDK9Outreach-Runjdepsonyourcode
Any plans to fix this?
Thanks,
Christopher
I just ran the "jdeps" tool against FreeMarker 2.3.23 and it identified the
following incompatible package usage as of JDK9 :
jdeps freemarker.jar | grep 'JDK internal'
-> com.sun.org.apache.xml.internal.utils JDK internal
API (rt.jar)
-> com.sun.org.apache.xpath.internal JDK internal
API (rt.jar)
-> com.sun.org.apache.xpath.internal.objects JDK internal
API (rt.jar)
Refer to:
https://wiki.openjdk.java.net/display/Adoption/JDK+9+Outreach#JDK9Outreach-Runjdepsonyourcode
Any plans to fix this?
Thanks,
Christopher