Andi Huber created ISIS-1830:
--------------------------------
Summary: Eliminate dependence on any JDK internal APIs (jdeps JDK
9)
Key: ISIS-1830
URL: https://issues.apache.org/jira/browse/ISIS-1830
Project: Isis
Issue Type: Task
Components: Core
Reporter: Andi Huber
Fix For: 2.0.0
Running a
{noformat}
jdeps -jdkinternals
{noformat}
against these 4 classes
*
org.apache.isis.schema.utils.jaxbadapters.JodaLocalDateTimeXMLGregorianCalendarAdapter
*
org.apache.isis.schema.utils.jaxbadapters.JodaLocalDateXMLGregorianCalendarAdapter
*
org.apache.isis.schema.utils.jaxbadapters.JodaDateTimeXMLGregorianCalendarAdapter
*
org.apache.isis.schema.utils.jaxbadapters.JodaLocalTimeXMLGregorianCalendarAdapter
results with warning
{noformat}
JDK internal API (java.xml)Warning: JDK internal APIs are unsupported and
private to JDK implementation that aresubject to be removed or changed
incompatibly and could break your application.Please modify your code to
eliminate dependence on any JDK internal APIs.For the most recent update on JDK
internal API replacements, please
check:https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)