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é <[email protected]>
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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---