[hibernate-commits] [hibernate/hibernate-validator] 5b9192: HV-1359 Take into account externalClassLoader when...

GitHub noreply at github.com
Wed Jul 5 09:17:41 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 5b9192e6cfd39852b6073ac247c4169876041992
      https://github.com/hibernate/hibernate-validator/commit/5b9192e6cfd39852b6073ac247c4169876041992
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/ServiceLoaderBasedConstraintMappingContributor.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java
    R engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetConstraintValidatorsFromServiceLoader.java
    A osgi/integrationtest/src/test/java/com/example/constraintvalidator/Bean.java
    A osgi/integrationtest/src/test/java/com/example/constraintvalidator/MustMatch.java
    A osgi/integrationtest/src/test/java/com/example/constraintvalidator/MustMatchValidator.java
    M osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java
    A osgi/integrationtest/src/test/resources/META-INF/services/javax.validation.ConstraintValidator

  Log Message:
  -----------
  HV-1359 Take into account externalClassLoader when constraint validators
are loaded via the service loader




More information about the hibernate-commits mailing list