Branch: refs/heads/HV-725
Home:
https://github.com/hibernate/hibernate-validator
Commit: edaaf5f5108b03b641a682569d983dc75eda1aaf
https://github.com/hibernate/hibernate-validator/commit/edaaf5f5108b03b64...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-25 (Thu, 25 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: 34ee94de528f6028724ce7594c67bb2f2d80b19b
https://github.com/hibernate/hibernate-validator/commit/34ee94de528f60287...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-25 (Thu, 25 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: 2a8c3c3d4992bc49e71c1d5e5a908e12d19ec990
https://github.com/hibernate/hibernate-validator/commit/2a8c3c3d4992bc49e...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-25 (Thu, 25 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: b695f9733569bcf50e8ffa30639e6f5bca5eab67
https://github.com/hibernate/hibernate-validator/commit/b695f9733569bcf50...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-25 (Thu, 25 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: 7d503472b324f0f1c0dddf8bdc0eb64dc28b4f1a
https://github.com/hibernate/hibernate-validator/commit/7d503472b324f0f1c...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-25 (Thu, 25 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: 3826741e8cc0df05099436b8e31b7df8ade3b00b
https://github.com/hibernate/hibernate-validator/commit/3826741e8cc0df050...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-26 (Fri, 26 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: fa01cdeed95419d0d2c6ced57492289e975339ca
https://github.com/hibernate/hibernate-validator/commit/fa01cdeed95419d0d...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-26 (Fri, 26 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: 4bb57b600319a2a7e1507992033d9b4c4d61fa15
https://github.com/hibernate/hibernate-validator/commit/4bb57b600319a2a7e...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-26 (Fri, 26 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: afcc7ef03adf4b79a31479a150fcf35bc94e0df1
https://github.com/hibernate/hibernate-validator/commit/afcc7ef03adf4b79a...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-26 (Fri, 26 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: d9c571f0f1c3e130ed3de303f7b41f22b4e4e61a
https://github.com/hibernate/hibernate-validator/commit/d9c571f0f1c3e130e...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-26 (Fri, 26 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: 306ca909d5257afb35884a2316bf767db96d0f78
https://github.com/hibernate/hibernate-validator/commit/306ca909d5257afb3...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-29 (Mon, 29 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
Compare:
https://github.com/hibernate/hibernate-validator/compare/70f86548ab2d...3...