You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2018/02/05 22:09:00 UTC

[jira] [Comment Edited] (JENA-1476) Stop using javax.xml.bind.DatatypeConverter

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

Andy Seaborne edited comment on JENA-1476 at 2/5/18 10:08 PM:
--------------------------------------------------------------

The package {{javax.xml.bind}} is considered part of JavaEE and is not available by default as a module for JavaSE in Java9. It will be removed from JavaSE in Java11 ([JEP 320| http://openjdk.java.net/jeps/320]).


was (Author: andy.seaborne):
The package `javax.xml.bind` is considered part of JavaEE and is not available by default as a module for JavaSE in Java9. It will be removed from JavaSE in Java11 ([JEP 320](http://openjdk.java.net/jeps/320).

> Stop using javax.xml.bind.DatatypeConverter
> -------------------------------------------
>
>                 Key: JENA-1476
>                 URL: https://issues.apache.org/jira/browse/JENA-1476
>             Project: Apache Jena
>          Issue Type: Task
>    Affects Versions: Jena 3.6.0
>            Reporter: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 3.7.0
>
>
> {{javax.xml.bind}} is not available by default in Java9.
> Jena's use is only hex/base64 translation.
> commons-codec has the necessary code.



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