Skip to content

Replace Charset.forName with StandardCharsets constants#3122

Merged
velo merged 1 commit intoOpenFeign:masterfrom
qkrtkdwns3410:refactor/use-standardcharsets
Nov 19, 2025
Merged

Replace Charset.forName with StandardCharsets constants#3122
velo merged 1 commit intoOpenFeign:masterfrom
qkrtkdwns3410:refactor/use-standardcharsets

Conversation

@qkrtkdwns3410
Copy link
Copy Markdown
Contributor

Summary

  • replace Charset.forName("UTF-8" | "ISO-8859-1") with StandardCharsets constants in core/src/main/java/feign/Util.java
  • ribbon/src/test/java/feign/ribbon/LBClientTest.java was excluded from changes because it is deprecated.

Testing

  • not run

@qkrtkdwns3410
Copy link
Copy Markdown
Contributor Author

@velo Could you approve the PR?

@velo velo merged commit 831447d into OpenFeign:master Nov 19, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants