[hibernate-commits] [hibernate/hibernate-validator] 61ba7e: HV-1689 Log an error when a service cannot be loaded

Guillaume Smet noreply at github.com
Sun Feb 17 15:17:57 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 61ba7e8e19a9111262416d98c375f574d0cff8d2
      https://github.com/hibernate/hibernate-validator/commit/61ba7e8e19a9111262416d98c375f574d0cff8d2
  Author: asutosh936 <asutosh.pandya at hotmail.com>
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java
    M engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetInstancesFromServiceLoader.java

  Log Message:
  -----------
  HV-1689 Log an error when a service cannot be loaded

We used to ignore entirely the exception but it can be a legitimate
error.

Unfortunately, we don't have enough information about why this was
ignored in the first place, otherwise we could have tried to use a finer
grained approach.


  Commit: 609157a037a941211e4f471efb653f39490a357d
      https://github.com/hibernate/hibernate-validator/commit/609157a037a941211e4f471efb653f39490a357d
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
    M copyright.txt

  Log Message:
  -----------
  Update copyright.txt


Compare: https://github.com/hibernate/hibernate-validator/compare/807a53d9820e...609157a037a9


More information about the hibernate-commits mailing list