[
https://issues.apache.org/jira/browse/IGNITE-7312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304575#comment-16304575
]
ASF GitHub Bot commented on IGNITE-7312:
----------------------------------------
GitHub user andrey-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/3302
IGNITE-7312: Made use of java.util.Base64 for base64 encoding.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrey-kuznetsov/ignite ignite-7312
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3302.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 #3302
----
commit 870c6e6b6b76e9b3a15bb8ea006361b18b537edf
Author: Andrey Kuznetsov <stkuzma@...>
Date: 2017-12-27T14:54:01Z
IGNITE-7312: Made use of java.util.Base64 for base64 encoding.
----
> Make use of plain java.util.Base64 instead of reflective alternatives
> ---------------------------------------------------------------------
>
> Key: IGNITE-7312
> URL: https://issues.apache.org/jira/browse/IGNITE-7312
> Project: Ignite
> Issue Type: Task
> Components: general
> Reporter: Andrey Kuznetsov
> Assignee: Andrey Kuznetsov
>
> Reflective Base64 encoding should be changed to {{java.util.Base64$Encoder}}
> as soon as language level becomes equal to 8.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)