You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Search before asking
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
Relevent platform
n/a
Reproduction script
n/a
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: