[hibernate-commits] [hibernate/hibernate-validator] e7c1cd: HV-1006 Upgrading integration tests to WildFly 10....

GitHub noreply at github.com
Thu Sep 24 05:09:25 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: e7c1cdbfab8e3a9ce099d5becc972395f6bc2426
      https://github.com/hibernate/hibernate-validator/commit/e7c1cdbfab8e3a9ce099d5becc972395f6bc2426
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M integration/pom.xml
    M pom.xml

  Log Message:
  -----------
  HV-1006 Upgrading integration tests to WildFly 10.0.0.CR1


  Commit: 30be341c3ce84a2f1b6b254c4d5ff97f5658c4c3
      https://github.com/hibernate/hibernate-validator/commit/30be341c3ce84a2f1b6b254c4d5ff97f5658c4c3
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M integration/pom.xml
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/CustomValidationProviderInDeploymentUnitIT.java
    R integration/src/test/java/org/hibernate/validator/integration/wildfly/CustomValidatorFactoryInPersistenceUnitIT.java
    R integration/src/test/java/org/hibernate/validator/integration/wildfly/DefaultValidatorFactoryInPersistenceUnitIT.java
    R integration/src/test/java/org/hibernate/validator/integration/wildfly/User.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/CustomValidatorFactoryInPersistenceUnitIT.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/Magician.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/MagicianService.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/ValidMagicianName.java
    A integration/src/test/resources/constraints-magician.xml
    A integration/src/test/resources/validation-custom-provider.xml
    M integration/src/test/resources/validation.xml
    M pom.xml

  Log Message:
  -----------
  HV-1006 Adapting integration tests to be not based on the assumption any longer that the VF can be obtained through EMF#getProperties();

* Extracting test for using a custom validation provider
* Re-writing JPA-based test to do an actual validation, making sure the VF is correctly configured


  Commit: 612fc51d527e6aff21a26fd6da237310a8768d96
      https://github.com/hibernate/hibernate-validator/commit/612fc51d527e6aff21a26fd6da237310a8768d96
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HV-1006 Updating Weld and Arquillian used for testing


Compare: https://github.com/hibernate/hibernate-validator/compare/cfee2943003e...612fc51d527e


More information about the hibernate-commits mailing list