Files
George Barnett 8bf4034462 Deprecate not-actually-public Base64 APIs (#3022)
Motivation:

The not-actually-public `_NIOBase64` module has public extensions on
`String`. These are visible when transitively depending on `_NIOBase64`
but shouldn't be.

Modifications:

- Add underscored variants
- Deprecate public variants

Result:

Stricter API
2024-12-12 10:29:03 +00:00
..