[hibernate-commits] [hibernate/hibernate-validator] 656b68: HV-725 Updating copyright year for documentation

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


  Branch: refs/heads/docs
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 656b689ea4666ea267282aa9eebad7f429ed0486
      https://github.com/hibernate/hibernate-validator/commit/656b689ea4666ea267282aa9eebad7f429ed0486
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-04-02 (Tue, 02 Apr 2013)

  Changed paths:
    M documentation/src/main/docbook/en-US/hv.ent
    M pom.xml

  Log Message:
  -----------
  HV-725 Updating copyright year for documentation


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

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

  Log Message:
  -----------
  HV-725 Describing EL and CDI PE dependencies


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

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

  Log Message:
  -----------
  HV-725 Removing note on JBoss Maven repo, since HV can be retrieved from Maven Central


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

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

  Log Message:
  -----------
  HV-725 Making UEL and CDI sub sections


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

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

  Log Message:
  -----------
  HV-725 XXE formatting changes


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

  Changed paths:
    M documentation/pom.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

  Log Message:
  -----------
  HV-725 Adding listings from chapter 1 to source directory; Formatting


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

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

  Log Message:
  -----------
  HV-725 Updating description of element types to be used for a constraint


  Commit: 20dd2dc44e7a5da6990f3a22f73673cbae62e066
      https://github.com/hibernate/hibernate-validator/commit/20dd2dc44e7a5da6990f3a22f73673cbae62e066
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-04-03 (Wed, 03 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 Adding listings from chapter 3 to source directory


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

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

  Log Message:
  -----------
  HV-725 Making logging tip a section


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

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

  Log Message:
  -----------
  HV-725 Fixing typo


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

  Changed paths:
    M documentation/src/main/docbook/en-US/master.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

  Log Message:
  -----------
  HV-725 Trying to define structure. Creating a new (preliminary) group chapter and aligning chapter titles


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

  Changed paths:
    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

  Log Message:
  -----------
  HV-725 Updating po and pot translation files


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

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

  Log Message:
  -----------
  HV-725 Working on groups chapter


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

  Changed paths:
    M documentation/src/main/docbook/en-US/modules/customconstraints.xml
    M documentation/src/main/docbook/en-US/modules/groups.xml
    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
    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 Changing chapter 3 to chapter 4 due to new group chatper


  Commit: 9de6cdb518f08f6773cc713bdc3d319d574d6bf4
      https://github.com/hibernate/hibernate-validator/commit/9de6cdb518f08f6773cc713bdc3d319d574d6bf4
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2013-04-03 (Wed, 03 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/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

  Log Message:
  -----------
  HV-725 Adding grouping examples to source tree. Some doc updates


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

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

  Log Message:
  -----------
  HV-725 fixing typo


Compare: https://github.com/hibernate/hibernate-validator/compare/656b689ea466^...f0fa17cb3382


More information about the hibernate-commits mailing list