[hibernate-commits] [hibernate/hibernate-validator] a61da2: HV-725 Chapter 1 updates - describing EL and CDI P...

GitHub noreply at github.com
Thu Apr 4 11:34:20 EDT 2013


  Branch: refs/heads/HV-725
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: a61da2afdd842c909b801d955581c1808f5c7f9f
      https://github.com/hibernate/hibernate-validator/commit/a61da2afdd842c909b801d955581c1808f5c7f9f
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-04-04 (Thu, 04 Apr 2013)

  Changed paths:
    M documentation/pom.xml
    M documentation/src/main/docbook/en-US/hv.ent
    M documentation/src/main/docbook/en-US/modules/customconstraints.xml
    M documentation/src/main/docbook/en-US/modules/gettingstarted.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter01/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter01/CarTest.java
    M pom.xml

  Log Message:
  -----------
  HV-725 Chapter 1 updates - describing EL and CDI PE dependencies, making logging a sub section

Adding docs exmaple to source directory


  Commit: c959280db10b161578ccc1b00d859911a14bd79b
      https://github.com/hibernate/hibernate-validator/commit/c959280db10b161578ccc1b00d859911a14bd79b
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-04-04 (Thu, 04 Apr 2013)

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/customconstraints.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCaseValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/ValidLicensePlate.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/reportassingle/ValidLicensePlate.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCaseValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCountValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/ContactDetails.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/Severity.java
    A documentation/src/test/resources/ValidationMessages.properties

  Log Message:
  -----------
  HV-725 Chapter 3 updates - adding examples to source tree and updating docs.


  Commit: b749d1e050883c51bba61b261e6a441cb6a147c0
      https://github.com/hibernate/hibernate-validator/commit/b749d1e050883c51bba61b261e6a441cb6a147c0
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2013-04-04 (Thu, 04 Apr 2013)

  Changed paths:
    M documentation/src/main/docbook/en-US/master.xml
    M documentation/src/main/docbook/en-US/modules/customconstraints.xml
    M documentation/src/main/docbook/en-US/modules/customoptions.xml
    A documentation/src/main/docbook/en-US/modules/groups.xml
    M documentation/src/main/docbook/en-US/modules/integration.xml
    M documentation/src/main/docbook/en-US/modules/metadataapi.xml
    M documentation/src/main/docbook/en-US/modules/usingvalidator.xml
    M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
    M documentation/src/main/docbook/pot/master.pot
    M documentation/src/main/docbook/pot/modules/furtherreading.pot
    M documentation/src/main/docbook/pot/modules/gettingstarted.pot
    A documentation/src/main/docbook/pot/modules/groups.pot
    M documentation/src/main/docbook/pot/modules/integration.pot
    M documentation/src/main/docbook/pot/modules/usingvalidator.pot
    M documentation/src/main/docbook/pot/modules/xmlconfiguration.pot
    M documentation/src/main/docbook/zh-CN/modules/furtherreading.po
    M documentation/src/main/docbook/zh-CN/modules/gettingstarted.po
    A documentation/src/main/docbook/zh-CN/modules/groups.po
    M documentation/src/main/docbook/zh-CN/modules/integration.po
    M documentation/src/main/docbook/zh-CN/modules/usingvalidator.po
    M documentation/src/main/docbook/zh-CN/modules/xmlconfiguration.po
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CarTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CaseMode.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCase.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCaseValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CaseMode.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CheckCase.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/ValidLicensePlate.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/reportassingle/ValidLicensePlate.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CaseMode.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCase.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCaseValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/CarTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCount.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCountValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/CarChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Driver.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/DriverChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/GroupTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/OrderedChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCarGroupSequenceProvider.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/ContactDetails.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/Severity.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCaseValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/ValidLicensePlate.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/reportassingle/ValidLicensePlate.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCaseValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCountValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/ContactDetails.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/Severity.java

  Log Message:
  -----------
  HV-725 Chapter 2 updates - creating a new group chapter. Moving examples into source tree. Updating chapter 3 examples.


Compare: https://github.com/hibernate/hibernate-validator/compare/a61da2afdd84^...b749d1e05088


More information about the hibernate-commits mailing list