1. 22 3月, 2019 3 次提交
  2. 20 3月, 2019 1 次提交
  3. 16 3月, 2019 1 次提交
  4. 15 3月, 2019 1 次提交
  5. 13 3月, 2019 4 次提交
  6. 12 3月, 2019 2 次提交
  7. 09 3月, 2019 4 次提交
  8. 08 3月, 2019 2 次提交
  9. 07 3月, 2019 1 次提交
  10. 06 3月, 2019 2 次提交
    • S
      Report offending class in SpringFactoriesLoader in exception message · f087fd5a
      Sam Brannen 提交于
      Prior to this commit, the exception message generated by
      instantiateFactory() in SpringFactoriesLoader did not report the
      offending class in the top-level exception message. The offending class
      was in fact included in the message of the nested exception, but the
      top-level exception message on its own was a bit misleading.
      
      This commit improves the diagnostics for such failures by including the
      offending class and the target factory type in the top-level exception
      message.
      
      Closes gh-22453
      f087fd5a
    • K
      Support Kotlin suspending functions in MethodParameter · 9302cb2f
      Konrad Kamiński 提交于
      Before this commit, the return type for Kotlin suspending functions
      (as returned by MethodParameter#getParameterType and
      MethodParameter#getGenericReturnType methods) was incorrect.
      
      This change leverages Kotlin reflection instead of Java one
      to return the correct type.
      
      Closes gh-21058
      9302cb2f
  11. 05 3月, 2019 1 次提交
  12. 04 3月, 2019 2 次提交
  13. 01 3月, 2019 1 次提交
  14. 28 2月, 2019 1 次提交
  15. 27 2月, 2019 1 次提交
  16. 26 2月, 2019 1 次提交
  17. 25 2月, 2019 1 次提交
  18. 16 2月, 2019 1 次提交
  19. 15 2月, 2019 4 次提交
  20. 14 2月, 2019 1 次提交
  21. 12 2月, 2019 2 次提交
  22. 11 2月, 2019 1 次提交
  23. 09 2月, 2019 1 次提交
  24. 07 2月, 2019 1 次提交