[hibernate-commits] [hibernate/hibernate-validator] 2c2f4c: HV-1420 Insert a Value extraction chapter

GitHub noreply at github.com
Thu Aug 3 04:06:35 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 2c2f4c5816bf7652ab5840a5911678d99313079b
      https://github.com/hibernate/hibernate-validator/commit/2c2f4c5816bf7652ab5840a5911678d99313079b
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M documentation/src/main/asciidoc/ch07.asciidoc
    M documentation/src/main/asciidoc/ch08.asciidoc
    M documentation/src/main/asciidoc/ch09.asciidoc
    M documentation/src/main/asciidoc/ch10.asciidoc
    M documentation/src/main/asciidoc/ch11.asciidoc
    M documentation/src/main/asciidoc/ch12.asciidoc
    M documentation/src/main/asciidoc/ch13.asciidoc
    A documentation/src/main/asciidoc/ch14.asciidoc
    M documentation/src/main/asciidoc/index.asciidoc
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Customer.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ELAssert.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Garage.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Part.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/RentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ValidRentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/XMLConfigurationTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/BootstrappingTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/Customer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/ELAssert.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/FixedClockProvider.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/Garage.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyConstraintValidatorFactory.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyMessageInterpolator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyParameterNameProvider.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyTraversableResolver.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/OsgiServiceDiscoverer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/Part.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/RentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/ValidRentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/XMLConfigurationTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/BootstrappingTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/FixedClockProvider.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/LuggageCountMatchesPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/MyConstraintValidatorFactory.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/MyMessageInterpolator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/MyParameterNameProvider.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/MyTraversableResolver.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/OsgiServiceDiscoverer.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/PieceOfLuggage.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/ValidCar.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Vehicle.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/CarTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/LuggageCountMatchesPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/PieceOfLuggage.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/ValidCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/Vehicle.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/injection/ValidLicensePlate.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/injection/ValidLicensePlateValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/injection/VehicleRegistry.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/Customer.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/RentCarRequest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/RentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/configuration/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/configuration/Customer.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/configuration/RentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/Customer.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/ExpressRentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/RentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/validator/RentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/validator/qualifier/RentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/javaee/RentalStationBean.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/booleancomposition/PatternOrSize.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/injection/ValidLicensePlate.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/injection/ValidLicensePlateValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/injection/VehicleRegistry.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/Customer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/RentCarRequest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/RentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/configuration/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/configuration/Customer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/configuration/RentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/implicit/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/implicit/Customer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/implicit/ExpressRentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/methodvalidation/implicit/RentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/validator/RentalStation.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/cdi/validator/qualifier/RentalStation.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/classloading/ClassLoadingTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Bus.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CarChecks.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CaseMode.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CheckCase.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/ConstraintApiTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/LuggageCountMatchesPassengerCount.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Manufacturer.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Marathon.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/MyConstraintMappingContributor.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Part.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/RentalCar.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/RentalCarGroupSequenceProvider.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Runner.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Tournament.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/ValidPassengerCount.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/ValidPassengerCountValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/context/MyFutureValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/dynamicpayload/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/dynamicpayload/DynamicPayLoadTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/dynamicpayload/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/dynamicpayload/ValidPassengerCount.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/dynamicpayload/ValidPassengerCountValidator.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/failfast/Car.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/failfast/FailFastTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/javaee/RentalStationBean.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/propertypath/Apartment.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/propertypath/Building.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/propertypath/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/propertypath/PropertyPathTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/purelycomposed/ValidInvoiceAmount.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/relaxation/RelaxationTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/Property.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/PropertyValueExtractor.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/UnwrapValidatedValueTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/graph/Container.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/graph/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/booleancomposition/PatternOrSize.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/classloading/ClassLoadingTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Bus.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/CarChecks.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/CaseMode.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/CheckCase.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/ConstraintApiTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/LuggageCountMatchesPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Manufacturer.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Marathon.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/MyConstraintMappingContributor.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Part.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/RentalCar.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/RentalCarGroupSequenceProvider.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Runner.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/Tournament.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/ValidPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/constraintapi/ValidPassengerCountValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/context/MyFutureValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/dynamicpayload/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/dynamicpayload/DynamicPayLoadTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/dynamicpayload/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/dynamicpayload/ValidPassengerCount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/dynamicpayload/ValidPassengerCountValidator.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/failfast/Car.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/failfast/FailFastTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/propertypath/Apartment.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/propertypath/Building.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/propertypath/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/propertypath/PropertyPathTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/purelycomposed/ValidInvoiceAmount.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/relaxation/RelaxationTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/Person.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/Property.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/PropertyValueExtractor.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/UnwrapValidatedValueTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/graph/Container.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/graph/Person.java
    R documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter07/rental-car-mapping.xml
    R documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter07/rental-station-mapping.xml
    R documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter07/validation.xml
    A documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/rental-car-mapping.xml
    A documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/rental-station-mapping.xml
    A documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/validation.xml

  Log Message:
  -----------
  HV-1420 Insert a Value extraction chapter


  Commit: e5fb380217d2f104ec5d1bddb44d510230a00dac
      https://github.com/hibernate/hibernate-validator/commit/e5fb380217d2f104ec5d1bddb44d510230a00dac
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M documentation/src/main/asciidoc/ch12.asciidoc

  Log Message:
  -----------
  HV-1420 Fix a cross reference name


  Commit: ca0bc11d3a5a016828769213c1f58f655b12800e
      https://github.com/hibernate/hibernate-validator/commit/ca0bc11d3a5a016828769213c1f58f655b12800e
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M documentation/pom.xml
    M documentation/src/main/asciidoc/ch07.asciidoc
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Container.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/nongeneric/OptionalIntValueExtractor.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/nongeneric/UnwrapByDefaultOptionalIntValueExtractor.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/valueextractor/MultimapKeyValueExtractor.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/valueextractor/MultimapValueValueExtractor.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/valueextractor/OptionalValueExtractor.java
    M pom.xml

  Log Message:
  -----------
  HV-1420 Add content to the value extraction chapter


  Commit: d317da1762463b16a36a9ed0881bd28f1a50ae1f
      https://github.com/hibernate/hibernate-validator/commit/d317da1762463b16a36a9ed0881bd28f1a50ae1f
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M documentation/src/main/asciidoc/ch07.asciidoc
    M documentation/src/main/asciidoc/ch09.asciidoc
    M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/BootstrappingTest.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/MultimapKeyValueExtractor.java
    A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/MultimapValueValueExtractor.java

  Log Message:
  -----------
  HV-1420 Add information about how to register value extractors during
bootstrapping


  Commit: a4362c5c44b0a8124bc23710361d1f9c2132c7c1
      https://github.com/hibernate/hibernate-validator/commit/a4362c5c44b0a8124bc23710361d1f9c2132c7c1
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M documentation/src/main/asciidoc/ch12.asciidoc
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/Person.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/Property.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/PropertyValueExtractor.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/UnwrapValidatedValueTest.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/graph/Container.java
    R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/valuehandling/graph/Person.java

  Log Message:
  -----------
  HV-1420 Remove value handling section


Compare: https://github.com/hibernate/hibernate-validator/compare/883ea5524d62...a4362c5c44b0


More information about the hibernate-commits mailing list