-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Trivial
-
Component/s: core
sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release. There are several instances of using BASE64Encoder in the core which generates a compiler warning. Apache commons-codec has a Base64 encoder which is a near drop in replacement for the sun.misc.BASE64Encoder.