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:04:00 UTC

[jira] [Commented] (ISIS-1828) Jdeps analysis of core code-base In preparation for Java 9+

    [ https://issues.apache.org/jira/browse/ISIS-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329213#comment-16329213 ] 

Andi Huber commented on ISIS-1828:
----------------------------------

running jdeps -jdkinternals against 3801 class files, these 4 are showing issues ...

File: org\apache\isis\schema\utils\jaxbadapters\JodaLocalDateTimeXMLGregorianCalendarAdapter.class
Output: JodaLocalDateTimeXMLGregorianCalendarAdapter.class -> java.xmlorg.apache.isis.schema.utils.jaxbadapters.JodaLocalDateTimeXMLGregorianCalendarAdapter -> com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl 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

File: org\apache\isis\schema\utils\jaxbadapters\JodaLocalDateXMLGregorianCalendarAdapter.class
Output: JodaLocalDateXMLGregorianCalendarAdapter.class -> java.xmlorg.apache.isis.schema.utils.jaxbadapters.JodaLocalDateXMLGregorianCalendarAdapter -> com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl 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

File: org\apache\isis\schema\utils\jaxbadapters\JodaDateTimeXMLGregorianCalendarAdapter.class
Output: JodaDateTimeXMLGregorianCalendarAdapter.class -> java.xmlorg.apache.isis.schema.utils.jaxbadapters.JodaDateTimeXMLGregorianCalendarAdapter -> com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl 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

File: org\apache\isis\schema\utils\jaxbadapters\JodaLocalTimeXMLGregorianCalendarAdapter.class
Output: JodaLocalTimeXMLGregorianCalendarAdapter.class -> java.xmlorg.apache.isis.schema.utils.jaxbadapters.JodaLocalTimeXMLGregorianCalendarAdapter -> com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl 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

> Jdeps analysis of core code-base In preparation for Java 9+
> -----------------------------------------------------------
>
>                 Key: ISIS-1828
>                 URL: https://issues.apache.org/jira/browse/ISIS-1828
>             Project: Isis
>          Issue Type: Task
>          Components: Core
>            Reporter: Andi Huber
>            Priority: Minor
>             Fix For: 2.0.0-M1
>
>
> Let's do a jdeps analysis [1][2] of Isis' code-base and check for uses of deprecated language features.
> From that derive Tasks or Issues if any.
> [1][https://www.oracle.com/corporate/features/migrating-from-java-8-to-java-9.html]
> [2][https://docs.oracle.com/javase/9/migrate/toc.htm#GUID-BA521187-60FD-4CA5-B998-58A1D05587BC]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)