[hibernate-commits] [hibernate/hibernate-validator] 320f71: HV-1730 Check if generic parameter for executable ...

Yoann Rodière noreply at github.com
Wed Oct 16 03:24:07 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 320f711624ad169932dd0a637878ff62421d1de7
      https://github.com/hibernate/hibernate-validator/commit/320f711624ad169932dd0a637878ff62421d1de7
  Author: marko-bekhta <marko.prykladna at gmail.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/properties/javabean/JavaBeanExecutable.java

  Log Message:
  -----------
  HV-1730 Check if generic parameter for executable is present before accessing it

In some cases, like with enum constructors, a parameter can be missing in
generic parameter list and return false to synthetic and implicit method
calls at the same time.


  Commit: 8cba8cf1157c0dfbcb956717a96afa9eee2ca348
      https://github.com/hibernate/hibernate-validator/commit/8cba8cf1157c0dfbcb956717a96afa9eee2ca348
  Author: marko-bekhta <marko.prykladna at gmail.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M engine/src/test/java/org/hibernate/validator/test/predefinedscope/PredefinedScopeValidatorFactoryTest.java

  Log Message:
  -----------
  HV-1730 Test various object types in PredefinedScopeValidatorFactoryTest


  Commit: 7094e68918548eb332725ebed4cbf878ceb89374
      https://github.com/hibernate/hibernate-validator/commit/7094e68918548eb332725ebed4cbf878ceb89374
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/properties/javabean/JavaBeanExecutable.java
    M engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java

  Log Message:
  -----------
  HV-1730 Add a warning when resolving generic type information for method parameters with missing implicit/synthetic metadata


Compare: https://github.com/hibernate/hibernate-validator/compare/9ada45cda2a9...7094e6891854



More information about the hibernate-commits mailing list