[hibernate-commits] [hibernate/hibernate-validator] 974f48: HV-1534 Allow getter constraints to be specified f...

GitHub noreply at github.com
Thu May 10 08:34:52 EDT 2018


  Branch: refs/heads/6.0
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 974f4847d37dd8c837aa00757f7c4a471f661e0e
      https://github.com/hibernate/hibernate-validator/commit/974f4847d37dd8c837aa00757f7c4a471f661e0e
  Author: Rob Dickinson <rob.dickinson at olmgroup.com>
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/PropertyMetaData.java
    M engine/src/main/java/org/hibernate/validator/internal/metadata/location/ConstraintLocation.java
    M engine/src/main/java/org/hibernate/validator/internal/metadata/location/GetterConstraintLocation.java
    M engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedGetterBuilder.java
    A engine/src/test/java/org/hibernate/validator/test/internal/xml/Child.java
    A engine/src/test/java/org/hibernate/validator/test/internal/xml/Parent.java
    M engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingTest.java
    A engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-1534-mapping.xml

  Log Message:
  -----------
  HV-1534 Allow getter constraints to be specified for subclasses in XML configuration

It was possible in Hibernate Validator 4.3 and got somehow broken during
the 5 development cycle.

It's not exactly something we would support nowadays but as some users
were relying on it and it's not complicating the code, for now, we can
try to support it, hoping it won't be in the way later.


  Commit: 5c7b34e2a2ec3aebd0f6712786946fc755ac5b09
      https://github.com/hibernate/hibernate-validator/commit/5c7b34e2a2ec3aebd0f6712786946fc755ac5b09
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
    M copyright.txt

  Log Message:
  -----------
  HV-1534 Add Rob Dickinson to copyright.txt


Compare: https://github.com/hibernate/hibernate-validator/compare/b8de8c6d2a22...5c7b34e2a2ec
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list