[hibernate-commits] [hibernate/hibernate-validator] 9f590a: HV-1507 Add a resetHashCode() method to be able to...

GitHub noreply at github.com
Wed Oct 25 08:56:00 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 9f590a779dc9074a3f3565998e1233b4274adf63
      https://github.com/hibernate/hibernate-validator/commit/9f590a779dc9074a3f3565998e1233b4274adf63
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java

  Log Message:
  -----------
  HV-1507 Add a resetHashCode() method to be able to track the reset ops

We don't use it in the constructors as it's not really useful there.


  Commit: c19ef5dab51230a87064e8ce41d2cbdc5bd85130
      https://github.com/hibernate/hibernate-validator/commit/c19ef5dab51230a87064e8ce41d2cbdc5bd85130
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java

  Log Message:
  -----------
  HV-1507 Avoid resetting the PathImpl.hashCode() when setting the property value


  Commit: 068c1c429adbc5e0fd3fa219b419d1128fb4b194
      https://github.com/hibernate/hibernate-validator/commit/068c1c429adbc5e0fd3fa219b419d1128fb4b194
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java

  Log Message:
  -----------
  HV-1507 Optimize a bit the PathImpl copy constructor


  Commit: e0edd612704435babc7252c01ad9d791181765af
      https://github.com/hibernate/hibernate-validator/commit/e0edd612704435babc7252c01ad9d791181765af
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java

  Log Message:
  -----------
  HV-1508	Reset the hashCode of PathImpl when we remove the leaf node


Compare: https://github.com/hibernate/hibernate-validator/compare/d8319d610a34...e0edd6127044


More information about the hibernate-commits mailing list