Description
For some reason we use sun.misc.BASE64Encoder in several places:
1) jiraslurp.groovy
2) Several REST-related classes in ignite-clients module.
Need to remove this usages and use Base64. Note that this class is available since Java 8. Hopefully we will move to Java 8 in the same release. Otherwise we will have to apply some reflection-based hacks, I think.
Attachments
Issue Links
- Is contained by
-
IGNITE-6728 Support Java 9
- Resolved
- relates to
-
IGNITE-7312 Make use of plain java.util.Base64 instead of reflective alternatives
- Resolved
- links to