You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/17 16:44:42 UTC

[jira] [Commented] (KAFKA-5076) Remove usage of java.xml.bind.* classes hidden by default in JDK9

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

ASF GitHub Bot commented on KAFKA-5076:
---------------------------------------

GitHub user xvrl opened a pull request:

    https://github.com/apache/kafka/pull/2862

    KAFKA-5076: remove usage of java.xml.bind.* classes

    * replaces base64 from DatatypeConverter with Base64 introduced in JDK 8
    
    Given that we plan to stop supporting Java 7 in 0.11 this should be fine, but merging this would depend on when we are comfortable introducing backwards-incompatible changes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xvrl/kafka KAFKA-5076

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2862.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2862
    
----
commit b610071924ea46a1792a03fcbe4d4871e518ecdc
Author: Xavier Léauté <xa...@confluent.io>
Date:   2017-04-14T23:20:42Z

    KAFKA-5076: remove usage of java.xml.bind.* classes
    
    * replaces base64 from DatatypeConverter with Base64 introduced in jdk 8

----


> Remove usage of java.xml.bind.* classes hidden by default in JDK9
> -----------------------------------------------------------------
>
>                 Key: KAFKA-5076
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5076
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Xavier Léauté
>            Assignee: Xavier Léauté
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)