You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (JIRA)" <ji...@apache.org> on 2018/01/17 19:27:01 UTC

[jira] [Updated] (ISIS-1830) Eliminate dependence on any JDK internal APIs (jdeps JDK 9)

     [ https://issues.apache.org/jira/browse/ISIS-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber updated ISIS-1830:
-----------------------------
    Issue Type: Improvement  (was: Task)

> 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: Improvement
>          Components: Core
>            Reporter: Andi Huber
>            Priority: Minor
>             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)