[hibernate-commits] [hibernate/hibernate-validator] 3e1db2: HV-1095 added new maven module for creating a modu...

GitHub noreply at github.com
Thu Sep 22 14:06:43 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 3e1db2a9e53b92e7c0c38d6472c773c64ae3a963
      https://github.com/hibernate/hibernate-validator/commit/3e1db2a9e53b92e7c0c38d6472c773c64ae3a963
  Author: marko.bekhta <markob at prykladna.lviv.ua>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
    A modules/pom.xml
    A modules/src/main/assembly/dist.xml
    A modules/src/main/modules/org/hibernate/validator/cdi/module.xml
    A modules/src/main/modules/org/hibernate/validator/module.xml
    M pom.xml

  Log Message:
  -----------
  HV-1095 added new maven module for creating a module zip file for WildFly
configured assembly plugin in new module to create a zip with validator and validator-cdi libs.


  Commit: 6846933a7023af4c93d41ab5ee30c7ca976325c2
      https://github.com/hibernate/hibernate-validator/commit/6846933a7023af4c93d41ab5ee30c7ca976325c2
  Author: marko-bekhta <markob at prykladna.lviv.ua>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
    M integration/pom.xml
    R integration/src/script/setupModules.groovy

  Log Message:
  -----------
  HV-1095 change to use module zip created by corresponding module. Still need to update tests.


  Commit: b36051856514b72bc0f2df18b2ae894220532b15
      https://github.com/hibernate/hibernate-validator/commit/b36051856514b72bc0f2df18b2ae894220532b15
  Author: marko.bekhta <markob at prykladna.lviv.ua>
  Date:   2016-09-21 (Wed, 21 Sep 2016)

  Changed paths:
    M modules/pom.xml
    A modules/src/main/aliases/org/hibernate/validator/cdi/module.xml
    A modules/src/main/aliases/org/hibernate/validator/module.xml
    M modules/src/main/assembly/dist.xml
    M modules/src/main/modules/org/hibernate/validator/cdi/module.xml
    M modules/src/main/modules/org/hibernate/validator/module.xml
    M pom.xml

  Log Message:
  -----------
  HV-1095 changed the order of modules in parent pom to run WildFly Modules before integration tests.
Added aliases for modules.


  Commit: 5f2c201d405336c48a538f44778502551186bd37
      https://github.com/hibernate/hibernate-validator/commit/5f2c201d405336c48a538f44778502551186bd37
  Author: marko.bekhta <markob at prykladna.lviv.ua>
  Date:   2016-09-21 (Wed, 21 Sep 2016)

  Changed paths:
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/ConstraintMappingContributorIT.java
    A integration/src/test/resources/MANIFEST.MF
    M modules/src/main/aliases/org/hibernate/validator/cdi/module.xml
    M modules/src/main/aliases/org/hibernate/validator/module.xml
    M modules/src/main/modules/org/hibernate/validator/cdi/module.xml
    M modules/src/main/modules/org/hibernate/validator/module.xml

  Log Message:
  -----------
  HV-1095 fixed a typo in slot names; added slots to module definitions; added MANIFEST.MF for specifying module dependencies.


  Commit: f0e3712476c01373ed4ec0e01b51c073fb0f9450
      https://github.com/hibernate/hibernate-validator/commit/f0e3712476c01373ed4ec0e01b51c073fb0f9450
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Adding .checkstyle to .gitignore


  Commit: 7a5e43b7b309d4c6ed97043934778ed611b88b3e
      https://github.com/hibernate/hibernate-validator/commit/7a5e43b7b309d4c6ed97043934778ed611b88b3e
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/ConstraintDefinitionContributorIT.java
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/ConstraintMappingContributorIT.java
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/CustomValidationProviderInDeploymentUnitIT.java
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/JndiLookupOfValidatorFactoryIT.java
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/MethodValidationWithCustomValidatorIT.java
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/generictype/GenericParameterTypeValidationUnitIT.java
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/CustomValidatorFactoryInPersistenceUnitIT.java
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/MagicianService.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/Wand.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/jpa/WandConstraintMappingContributor.java
    R integration/src/test/resources/MANIFEST.MF
    A integration/src/test/resources/jboss-deployment-structure.xml
    M integration/src/test/resources/validation.xml

  Log Message:
  -----------
  HV-1095 Using HV engine and CDI PE added via module ZIP for all integration tests instead of the HV coming with WF by default


Compare: https://github.com/hibernate/hibernate-validator/compare/08b0a88b63ff...7a5e43b7b309


More information about the hibernate-commits mailing list