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
Motivation:
NIOs underscored Base64 module accidentally leaked some public API as
extensions on `String`. We shouldn't use these.
Modifications:
- Vend base64 encoding
- Use it instead of NIOs API
Result:
Avoid using accidentally public API
0 commit comments