You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/08/27 13:20:00 UTC

[jira] [Created] (FLINK-10227) Remove usage of javax.xml.bind.DatatypeConverter

Chesnay Schepler created FLINK-10227:
----------------------------------------

             Summary: Remove usage of javax.xml.bind.DatatypeConverter
                 Key: FLINK-10227
                 URL: https://issues.apache.org/jira/browse/FLINK-10227
             Project: Flink
          Issue Type: Sub-task
          Components: Core
    Affects Versions: 1.7.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.7.0


In java 9 {{javax.xml.bind.DatatypeConverter}} is no longer accessible by default. Since this calss is only used in 3 instances (and only the single method {{parseHexBinary}}) we should replace it with another implementation.



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