[hibernate-commits] [hibernate/hibernate-validator] e29b3e: HV-725 Chapter 3 updates - adding examples to sour...

GitHub noreply at github.com
Fri May 10 04:25:35 EDT 2013


  Branch: refs/heads/HV-725-xml
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: e29b3eebbd38fa77e3f1ebc871859a2b4200ad00
      https://github.com/hibernate/hibernate-validator/commit/e29b3eebbd38fa77e3f1ebc871859a2b4200ad00
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-04-30 (Tue, 30 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: 1f75f6eeaa099f1d5e4aa8e0013af3e52c38e1a4
      https://github.com/hibernate/hibernate-validator/commit/1f75f6eeaa099f1d5e4aa8e0013af3e52c38e1a4
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2013-04-30 (Tue, 30 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.


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/customconstraints.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameterValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameters.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParametersTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssert.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertObjectValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertParametersValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertTest.java

  Log Message:
  -----------
  HV-725 Adding description of cross-parameter constraints


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/groups.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/CarChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Driver.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/DriverChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/GroupConversionTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Person.java

  Log Message:
  -----------
  HV-725 @ConvertGroup documentation


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

  Changed paths:
    M documentation/src/main/docbook/en-US/master.xml
    M documentation/src/main/docbook/en-US/modules/furtherreading.xml
    M documentation/src/main/docbook/en-US/modules/preface.xml

  Log Message:
  -----------
  HV-725 Updating further reading section and mentioing JSR 349


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/groups.xml

  Log Message:
  -----------
  HV-725 Removing import statements, fixing indentation (groups chapter)


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

  Changed paths:
    M documentation/src/main/docbook/en-US/hv.ent
    M documentation/src/main/docbook/en-US/modules/metadataapi.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/LuggageCountMatchesPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/PieceOfLuggage.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ValidCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Vehicle.java

  Log Message:
  -----------
  HV-725 Updating metadata chapter


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

  Changed paths:
    M documentation/pom.xml
    M documentation/src/main/docbook/en-US/hv.ent
    R documentation/src/main/docbook/en-US/images/validation-configuration-1.0.png
    A documentation/src/main/docbook/en-US/images/validation-configuration-1.1.png
    R documentation/src/main/docbook/en-US/images/validation-mapping-1.0.png
    A documentation/src/main/docbook/en-US/images/validation-mapping-1.1.png
    M documentation/src/main/docbook/en-US/modules/customoptions.xml
    M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
    M pom.xml

  Log Message:
  -----------
  HV-725 Chapter 5 - XML config changes


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml

  Log Message:
  -----------
  HV-725 Chapter 5 - typo fix and removing reference to 1.0 xsds


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml

  Log Message:
  -----------
  HV-725 Using example class names for validation.xml configuration


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/CarChecks.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Driver.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/DriverChecks.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/GroupTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/OrderedChecks.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalCar.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalChecks.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/CarChecks.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Driver.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/DriverChecks.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/GroupConversionTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCar.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCarGroupSequenceProvider.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CarTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CaseMode.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCase.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCaseValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CaseMode.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CheckCase.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/ValidLicensePlate.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/reportassingle/ValidLicensePlate.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CaseMode.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCase.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCaseValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameterValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameters.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParametersTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssert.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertObjectValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertParametersValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/CarTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCount.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCountValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/ContactDetails.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/Severity.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/CarChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Driver.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/DriverChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/GroupTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/OrderedChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/RentalCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/RentalChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/CarChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Driver.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/DriverChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/GroupConversionTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCarGroupSequenceProvider.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CheckCaseValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/ValidLicensePlate.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/reportassingle/ValidLicensePlate.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CheckCaseValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParameterValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParameters.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParametersTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssert.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssertObjectValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssertParametersValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssertTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/ValidPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/ValidPassengerCountValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/payload/ContactDetails.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/payload/Severity.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/CarTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/LuggageCountMatchesPassengerCount.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/PieceOfLuggage.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ValidCar.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Vehicle.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/LuggageCountMatchesPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/PieceOfLuggage.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/ValidCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Vehicle.java

  Log Message:
  -----------
  HV-725 Aligning packages of reference guide examples with document structure


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

  Changed paths:
    M documentation/src/main/docbook/en-US/master.xml
    A documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    A documentation/src/main/docbook/en-US/modules/message-interpolation.xml
    A documentation/src/main/docbook/en-US/modules/method-constraints.xml
    R documentation/src/main/docbook/en-US/modules/usingvalidator.xml

  Log Message:
  -----------
  HV-725 Splitting chapter 2 into three chapters for bean constraints, method constraints and message interpolation


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/customoptions.xml
    M documentation/src/main/docbook/en-US/modules/message-interpolation.xml
    M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/complete/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/complete/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/resourcebundlelocator/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/resourcebundlelocator/ResourceBundleLocatorTest.java
    A documentation/src/test/resources/MyMessages.properties
    A documentation/src/test/resources/MyOtherMessages.properties

  Log Message:
  -----------
  HV-725 Updating chapter on message interpolation


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    M documentation/src/main/docbook/en-US/modules/customconstraints.xml
    M documentation/src/main/docbook/en-US/modules/method-constraints.xml
    M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter01/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/Garage.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/GarageTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/collection/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/collection/Garage.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/LuggageCountMatchesPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/PieceOfLuggage.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/ELAssert.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/Garage.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/Part.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/RacingCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/Vehicle.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parameter/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parameter/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parameter/Vehicle.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/Vehicle.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/parameter/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/parameter/Customer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/parameter/RentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/returnvalue/Customer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/returnvalue/RentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/returnvalue/ValidRentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/Passenger.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/ValidRacingCar.java
    M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/complete/CarTest.java
    M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParametersTest.java

  Log Message:
  -----------
  HV-725 Updating chapter on method validation


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    M documentation/src/main/docbook/en-US/modules/groups.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/ValidationTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/PassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/fieldlevel/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/inheritance/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/inheritance/RentalCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/list/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/list/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/propertylevel/Car.java

  Log Message:
  -----------
  HV-725 Updating chapter on bean validation


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    M documentation/src/main/docbook/en-US/modules/bootstrapping.xml
    M documentation/src/main/docbook/en-US/modules/customoptions.xml
    M documentation/src/main/docbook/en-US/modules/metadataapi.xml
    M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/BootstrappingTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyConstraintValidatorFactory.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyMessageInterpolator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyParameterNameProvider.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyTraversableResolver.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/OsgiServiceDiscoverer.java

  Log Message:
  -----------
  HV-725 Updating bootstrapping chapter


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

  Changed paths:
    M documentation/src/main/docbook/en-US/master.xml
    A documentation/src/main/docbook/en-US/modules/annotation-processor.xml
    R documentation/src/main/docbook/en-US/modules/annotationprocessor.xml
    M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    A documentation/src/main/docbook/en-US/modules/custom-constraints.xml
    A documentation/src/main/docbook/en-US/modules/custom-options.xml
    R documentation/src/main/docbook/en-US/modules/customconstraints.xml
    R documentation/src/main/docbook/en-US/modules/customoptions.xml
    A documentation/src/main/docbook/en-US/modules/further-reading.xml
    R documentation/src/main/docbook/en-US/modules/furtherreading.xml
    A documentation/src/main/docbook/en-US/modules/getting-started.xml
    R documentation/src/main/docbook/en-US/modules/gettingstarted.xml
    M documentation/src/main/docbook/en-US/modules/integration.xml
    A documentation/src/main/docbook/en-US/modules/metadata-api.xml
    R documentation/src/main/docbook/en-US/modules/metadataapi.xml
    A documentation/src/main/docbook/en-US/modules/xml-configuration.xml
    R documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
    M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCarGroupSequenceProvider.java

  Log Message:
  -----------
  HV-725 Misc. formatting and clean-ups


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/custom-options.xml
    M documentation/src/main/docbook/en-US/modules/groups.xml
    M documentation/src/main/docbook/en-US/modules/message-interpolation.xml
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/booleancomposition/PatternOrSize.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CarChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/ConstraintApiTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/RentalCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/RentalCarGroupSequenceProvider.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/failfast/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/failfast/FailFastTest.java

  Log Message:
  -----------
  HV-725 Updating chapter on custom options


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/annotation-processor.xml
    M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    M documentation/src/main/docbook/en-US/modules/bootstrapping.xml
    M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
    M documentation/src/main/docbook/en-US/modules/getting-started.xml
    M 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/message-interpolation.xml
    M documentation/src/main/docbook/en-US/modules/method-constraints.xml
    M documentation/src/main/docbook/en-US/modules/xml-configuration.xml

  Log Message:
  -----------
  HV-725 Fixing broken links


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
    M documentation/src/main/docbook/en-US/modules/groups.xml

  Log Message:
  -----------
  HV-725 Updating package names in listings to match document structure


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    M documentation/src/main/docbook/en-US/modules/getting-started.xml
    M documentation/src/main/docbook/en-US/modules/preface.xml
    M documentation/src/main/docbook/pot/master.pot
    A documentation/src/main/docbook/pot/modules/annotation-processor.pot
    A documentation/src/main/docbook/pot/modules/bean-constraints.pot
    M documentation/src/main/docbook/pot/modules/bootstrapping.pot
    A documentation/src/main/docbook/pot/modules/custom-constraints.pot
    A documentation/src/main/docbook/pot/modules/custom-options.pot
    A documentation/src/main/docbook/pot/modules/further-reading.pot
    A documentation/src/main/docbook/pot/modules/getting-started.pot
    M documentation/src/main/docbook/pot/modules/groups.pot
    M documentation/src/main/docbook/pot/modules/integration.pot
    A documentation/src/main/docbook/pot/modules/message-interpolation.pot
    A documentation/src/main/docbook/pot/modules/metadata-api.pot
    A documentation/src/main/docbook/pot/modules/method-constraints.pot
    M documentation/src/main/docbook/pot/modules/preface.pot
    A documentation/src/main/docbook/pot/modules/xml-configuration.pot
    M documentation/src/main/docbook/zh-CN/master.po
    A documentation/src/main/docbook/zh-CN/modules/annotation-processor.po
    A documentation/src/main/docbook/zh-CN/modules/bean-constraints.po
    M documentation/src/main/docbook/zh-CN/modules/bootstrapping.po
    A documentation/src/main/docbook/zh-CN/modules/custom-constraints.po
    A documentation/src/main/docbook/zh-CN/modules/custom-options.po
    A documentation/src/main/docbook/zh-CN/modules/further-reading.po
    A documentation/src/main/docbook/zh-CN/modules/getting-started.po
    M documentation/src/main/docbook/zh-CN/modules/groups.po
    M documentation/src/main/docbook/zh-CN/modules/integration.po
    A documentation/src/main/docbook/zh-CN/modules/message-interpolation.po
    A documentation/src/main/docbook/zh-CN/modules/metadata-api.po
    A documentation/src/main/docbook/zh-CN/modules/method-constraints.po
    M documentation/src/main/docbook/zh-CN/modules/preface.po
    A documentation/src/main/docbook/zh-CN/modules/xml-configuration.po

  Log Message:
  -----------
  HV-725 Updating po and pot files. Making some minor reviewing changes


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
    M documentation/src/main/docbook/en-US/modules/method-constraints.xml

  Log Message:
  -----------
  HV-725 Minor fixes to chapter 3


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/message-interpolation.xml
    M documentation/src/main/docbook/en-US/modules/metadata-api.xml

  Log Message:
  -----------
  HV-725 Minor fixes


Compare: https://github.com/hibernate/hibernate-validator/compare/e29b3eebbd38^...4119557268c5


More information about the hibernate-commits mailing list