[hibernate-commits] [hibernate/hibernate-validator] : HV-546 Adding version for failsafe plugin in plugi...

GitHub noreply at github.com
Sun Jan 8 04:21:30 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 24a3ed23a82fedfa1fb5565acfe26e2578fa9e65
      https://github.com/hibernate/hibernate-validator/commit/24a3ed23a82fedfa1fb5565acfe26e2578fa9e65
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HV-546 Adding version for failsafe plugin in pluginManagement to avoid build warning in hibernate-validator-integrationtest


  Commit: fc79e2dc5cbc2a12f4fed59c89f46ea855e54e25
      https://github.com/hibernate/hibernate-validator/commit/fc79e2dc5cbc2a12f4fed59c89f46ea855e54e25
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-distribution/pom.xml

  Log Message:
  -----------
  HV-546 Fixing warnings during assembly


  Commit: a391e96fdb515e440f079ecbb8467d3648d9533d
      https://github.com/hibernate/hibernate-validator/commit/a391e96fdb515e440f079ecbb8467d3648d9533d
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/pom.xml

  Log Message:
  -----------
  HV-546 Moving dependency section before build section


  Commit: 62f650af747d11593115f38d1c0eff231d295957
      https://github.com/hibernate/hibernate-validator/commit/62f650af747d11593115f38d1c0eff231d295957
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/jbossas7/CustomValidatorFactoryInPersistenceUnitIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/jbossas7/DefaultValidatorFactoryInPersistenceUnitIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/jbossas7/JndiLookupOfValidatorFactoryIT.java
  R hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/jbossas7/MyValidationProvider.java
  R hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/jbossas7/MyValidatorConfiguration.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/util/MyValidationProvider.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/util/MyValidator.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/util/MyValidatorConfiguration.java
  M hibernate-validator-integrationtest/src/test/resources/javax.validation.spi.ValidationProvider
  M hibernate-validator-integrationtest/src/test/resources/validation.xml

  Log Message:
  -----------
  HV-546 Refactoring existing tests. Introducing a integration test helper to build custom provider jar as well as bundled hibernate validator jars.

Also moving classes into util directory to be easier shared between tests


  Commit: 38af0bc4dc3b9f86b3f4c4bb1a691ae7950d2590
      https://github.com/hibernate/hibernate-validator/commit/38af0bc4dc3b9f86b3f4c4bb1a691ae7950d2590
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/jbossas7/CustomValidatorFactoryInPersistenceUnitIT.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlButNoProviderTestIT.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlTestIT.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithoutValidationXmlTestIT.java
  A hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/MyValidatorCreator.java
  A hibernate-validator-integrationtest/src/test/resources/jboss-deployment-structure.xml

  Log Message:
  -----------
  HV-546 Adding tests for LazyValidatorFactory


  Commit: a8c093ce0ca5022e10e333f205133581a00cc5fc
      https://github.com/hibernate/hibernate-validator/commit/a8c093ce0ca5022e10e333f205133581a00cc5fc
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java

  Log Message:
  -----------
  HV-546 Adding comment about offline dependency resolution


  Commit: fe0a49b726a57e02d291586d57d95bc5a53d09d0
      https://github.com/hibernate/hibernate-validator/commit/fe0a49b726a57e02d291586d57d95bc5a53d09d0
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator/src/main/java/org/hibernate/validator/util/LazyValidatorFactory.java

  Log Message:
  -----------
  HV-546 Making sure that HibernateValidator is always the first in the list of all bean validation providers.

However, other providers are still being processed and used in case explicitly required by eg validation.xml


  Commit: 696a0f1a54445b80255425aa83aca7b741bb7a16
      https://github.com/hibernate/hibernate-validator/commit/696a0f1a54445b80255425aa83aca7b741bb7a16
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator/src/main/java/org/hibernate/validator/util/LazyValidatorFactory.java

  Log Message:
  -----------
  HV-546 Merging the two inner classes HibernateProviderResolver and DefaultValidationProviderResolver

Also making use of the already existing privileged action classes


  Commit: 3f805a870a6d81dd909711815a9947d8fed0fa5f
      https://github.com/hibernate/hibernate-validator/commit/3f805a870a6d81dd909711815a9947d8fed0fa5f
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/pom.xml
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java

  Log Message:
  -----------
  HV-546 Removing the need to list the logging version explicitly in IntegrationTestUtil. thanks Kevin for the tip :-)


  Commit: 6b267e7f606c97481bed086edbfd8be12c93e773
      https://github.com/hibernate/hibernate-validator/commit/6b267e7f606c97481bed086edbfd8be12c93e773
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlButNoProviderTestIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlTestIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithoutValidationXmlTestIT.java
  M hibernate-validator/src/main/java/org/hibernate/validator/util/LazyValidatorFactory.java

  Log Message:
  -----------
  HV-546 formatting and making the building of the test artifacts consistent


  Commit: 1035dcb0cc881e6ba76ad8a59aec42cf8ba87ca2
      https://github.com/hibernate/hibernate-validator/commit/1035dcb0cc881e6ba76ad8a59aec42cf8ba87ca2
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlButNoProviderTestIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlTestIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithoutValidationXmlTestIT.java
  R hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/MyValidatorCreator.java

  Log Message:
  -----------
  HV-546 Getting rid of obsolete MyValidatorCreator. Not needed for this test.


  Commit: f14d5bedcd1a3ab4f7d16f44610590aef1191da3
      https://github.com/hibernate/hibernate-validator/commit/f14d5bedcd1a3ab4f7d16f44610590aef1191da3
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlButNoProviderTestIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithValidationXmlTestIT.java
  M hibernate-validator-integrationtest/src/test/java/org/hibernate/validator/integration/lazyfactory/LazyValidatorFactoryWithoutValidationXmlTestIT.java

  Log Message:
  -----------
  HV-546 beans.xml is not needed anymore either


Compare: https://github.com/hibernate/hibernate-validator/compare/905c8d3...f14d5be


More information about the hibernate-commits mailing list