-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Search before asking
- I searched the issues and found no similar issues.
Linkis Component
linkis-commons
What happened + What you expected to happen
[WARNING] /Users/pj.fanning/code/incubator-linkis/linkis-commons/linkis-common/src/main/java/org/apache/linkis/common/utils/DESUtil.java:29: warning: BASE64Decoder is internal proprietary API and may be removed in a future release
[WARNING] import sun.misc.BASE64Decoder;
There are plenty of better support Base64 classes - eg
java.util.Base64.getDecoder().decode(encodedString);
Relevent platform
n/a
Reproduction script
n/a
Anything else
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working