Commit 5aa0cdb
fix: use StandardCharsets.UTF_8 to avoid forbidden API violation
The forbiddenapis plugin rejects String(byte[]) without explicit charset.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 04e1b13 commit 5aa0cdb
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- modules/openapi-generator/src/test/java/org/openapitools/codegen/kotlin/spring
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5133 | 5133 | | |
5134 | 5134 | | |
5135 | 5135 | | |
5136 | | - | |
| 5136 | + | |
5137 | 5137 | | |
5138 | 5138 | | |
5139 | 5139 | | |
| |||
0 commit comments