Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 513aaba1317173f4c1de4b79f545435840cd6dc1
https://github.com/hibernate/hibernate-validator/commit/513aaba1317173f4c...
Author: Jonathan Pepin <jpepin(a)timwi.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
Log Message:
-----------
HV-1828 ContributorValidationMessages compatible with UTF-8 properties
Commit: 0650656e008c3e206c4fd8652b2aaed71d503558
https://github.com/hibernate/hibernate-validator/commit/0650656e008c3e206...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
Log Message:
-----------
HV-1828 Aggregate the properties of resource bundles on load
Commit: b337e4dd34ab69cdea2b7f2a2d06e60d0d077ae9
https://github.com/hibernate/hibernate-validator/commit/b337e4dd34ab69cde...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
A
engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundle.java
M
engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundleLocator.java
M
engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
A
engine/src/test/java/org/hibernate/validator/resourceloading/AggregateResourceBundleTest.java
A
engine/src/test/resources/org/hibernate/validator/resourceloading/AggregateResourceBundleTestBundle1.properties
A
engine/src/test/resources/org/hibernate/validator/resourceloading/AggregateResourceBundleTestBundle2.properties
Log Message:
-----------
HV-1828 Clean up the AggregateResourceBundle implementations
Compare:
https://github.com/hibernate/hibernate-validator/compare/56648f442359...b...