Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using accidental public API #47

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Avoid using accidental public API #47

merged 1 commit into from
Dec 12, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Dec 11, 2024

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

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
@glbrntt glbrntt merged commit f251497 into grpc:main Dec 12, 2024
23 of 29 checks passed
@glbrntt glbrntt deleted the no-base64 branch December 12, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants