Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: e8e97b95f7a1d684a2c02d853d1f34b1af5e6205
https://github.com/hibernate/hibernate-validator/commit/e8e97b95f7a1d684a...
Author: Benson Margulies <benson(a)basistech.com>
Date: 2015-12-23 (Wed, 23 Dec 2015)
Changed paths:
M copyright.txt
M
engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java
M
engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ElTermResolver.java
M
engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTerm.java
M
engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java
M osgi/integrationtest/pom.xml
A osgi/integrationtest/src/test/java/com/example/CustomerDecimalMin.java
M
osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java
A osgi/integrationtest/src/test/resources/log4j.properties
M osgi/karaf-features/src/main/features/features.xml
M pom.xml
Log Message:
-----------
HV-1039 Allowing to pass EL factory into bootstrap; Making Karaf feature work with Karaf
4.0.x;
* Adding constructor to ResourceBundleMessageInterpolator to allow caller to supply an
ExpressionFactory, avoiding SPI / TCCL issues in OSGi
* Updating JBoss Logging
* Moving ParaNamer wrap to its own feature
* Moving to current PaxExam
Commit: 6bfde6e4fcc64c055715c25221aac48c8f191ad2
https://github.com/hibernate/hibernate-validator/commit/6bfde6e4fcc64c055...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2015-12-23 (Wed, 23 Dec 2015)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java
M
engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java
M
engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java
Log Message:
-----------
HV-1039 Moving check for EL factory presence to ResourceBundleMessageInterpolator
Compare:
https://github.com/hibernate/hibernate-validator/compare/8a1402d2d34b...6...