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

GitHub noreply at github.com
Thu May 10 08:24:04 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: b7d48c3fe6ba4805e7990908f0a4ff9d1b36cf67
      https://github.com/hibernate/hibernate-validator/commit/b7d48c3fe6ba4805e7990908f0a4ff9d1b36cf67
  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/mapping/ConstrainedGetterStaxBuilder.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: 8c5ce4e8956ff8047b221f2a1eaa26e3d28425c3
      https://github.com/hibernate/hibernate-validator/commit/8c5ce4e8956ff8047b221f2a1eaa26e3d28425c3
  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/ebcd2cd214dc...8c5ce4e8956f
      **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