Open
Description
Description
In the BindAdviceTraitTest class, when the locale is set to English by LocaleContextHolder.setLocale(Locale.ENGLISH) in the setUp method with BeforeEach, problem.getViolations().get(*).getMessage() is output in Korean according to my locale instead of English.
Expected Behavior
problem.getViolations().get().getMessage() is "size must be between 3 and 10".
problem.getViolations().get().getMessage() is "must be greater than or equal to 0".
Actual Behavior
problem.getViolations().get().getMessage() is "크기가 3에서 10 사이여야 합니다"
problem.getViolations().get().getMessage() is "0 이상이어야 합니다"
Possible Fix
Steps to Reproduce
Context
Your Environment
- Version used: 0.29.0-SNAPSHOT
- Link to your project: nothing changed yet. just test case failures