[hibernate/hibernate-validator] 85ef10: HV-1758 Remove extra $ characters in built-in cont...
by Yoann Rodière
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: 85ef10d64ba262d0d375fde4aed8054fc9166461
https://github.com/hibernate/hibernate-validator/commit/85ef10d64ba262d0d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M engine/src/main/resources/org/hibernate/validator/ValidationMessages.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_cs.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_da.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_de.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_es.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_fa.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_fr.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_hu.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_it.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ja.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ko.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_nl.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_pl.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_pt_BR.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ro.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ru.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_sk.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_uk.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_zh.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_zh_CN.properties
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_zh_TW.properties
Log Message:
-----------
HV-1758 Remove extra $ characters in built-in contraint messages
"{modType}" is evaluated to "MOD10" for example, so with the extra $ we
were getting "$MOD10" in interpolated messages, instead of just "MOD10".
Commit: e0ac8c465cf356d2803f74cc9fc751f85d6aa37a
https://github.com/hibernate/hibernate-validator/commit/e0ac8c465cf356d28...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/MessagePropertiesTest.java
Log Message:
-----------
HV-1758 Check for un-interpolated dollar signs in MessagePropertiesTest
Commit: 5596949b1ba6bde88eb28e03b75799c288532749
https://github.com/hibernate/hibernate-validator/commit/5596949b1ba6bde88...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_fr.properties
Log Message:
-----------
HV-1758 Replace unicode representation of accented character with \uXX format
Co-Authored-By: Guillaume Smet <guillaume.smet(a)gmail.com>
Compare: https://github.com/hibernate/hibernate-validator/compare/0d22da676138...5...
4 years, 9 months