Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: ae059e180262545011bbc30c232df6766ec070d3
https://github.com/hibernate/hibernate-validator/commit/ae059e18026254501...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2017-07-07 (Fri, 07 Jul 2017)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java
Log Message:
-----------
HV-1426 Loading expression factory via CL of the EL module as a fallback;
This makes the expression factory usable under OSGi without any further configuration.
Commit: 4a33353bc1ccf977dc6715f75bce3159e3ec8e5a
https://github.com/hibernate/hibernate-validator/commit/4a33353bc1ccf977d...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2017-07-07 (Fri, 07 Jul 2017)
Changed paths:
M osgi/integrationtest/src/test/java/com/example/Customer.java
R osgi/integrationtest/src/test/java/com/example/CustomerDecimalMin.java
M
osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java
Log Message:
-----------
HV-1426 Re-starting OSGi container for each test to avoid caching effects of expression
factory;
* Merging some tests to decrease overall execution time
* Removing test around external CL as it's not useful anymore with the fallback to the
EL CL
* Ignoring XML config for annotation based tests
Compare:
https://github.com/hibernate/hibernate-validator/compare/731630546c57...4...