Issues
Incorrect variables in the newly added translations
Description
Environment
Attachments
Details
Assignee
Guillaume SmetGuillaume SmetReporter
Former userFormer user(Deactivated)Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Former userGuillaume SmetComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Reporter
Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Components
Fix versions
Affects versions
Priority
Activity
Former userJanuary 31, 2020 at 10:59 PM
I use Open Liberty server. I will wait for the next release. Thanks!
Guillaume SmetJanuary 31, 2020 at 2:03 PM
You can upgrade to 6.1.2.Final, it has been synced to Maven Central.
Guillaume SmetJanuary 31, 2020 at 11:01 AM
I have added a test that checks that everything has been properly interpolated for all the constraints in all the supported languages.
This should avoid these issues in the future.
Thanks a lot for reporting this one, I will release 6.1.2.Final as soon as CI is green.
Former userJanuary 30, 2020 at 10:28 PM
I checked. It was not possible for me to test yet, but after analyzing the pull request content, I believe that the bug has been fixed. Thank you!
Guillaume SmetJanuary 30, 2020 at 10:15 PM
can you check https://github.com/hibernate/hibernate-validator/pull/1069 solve your issues?
Message parameters resolution is failing for the Brazilian Portuguese: some of the constraint's attributes name are present in the final message.
For example, the @Size constraint:
This is probably because the attribute names are translated as well in the pt_BR properties. I suspect that this error was introduced by HV-1651.