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
fmbenhassine
changed the title
Assume default charset of JVM to be UTF-8 in tests
Build failure when the default charset of the JVM is not UTF-8
Jul 18, 2023
Bug description
Tests fail when
Charset.defaultCharset().name()
doesn't returnUTF-8
.Environment
OpenJDK 17.0.7
Windows 11 22H2 language Chinese default charset GBK
Steps to reproduce
Run
.\mvnw verify
in Windows (default charset GBK).output:
Expected behavior
All tests will be passed with different default charset of JVM.
The text was updated successfully, but these errors were encountered: