1. 22 3月, 2019 1 次提交
  2. 18 3月, 2019 1 次提交
  3. 15 3月, 2019 2 次提交
  4. 13 3月, 2019 4 次提交
  5. 12 3月, 2019 2 次提交
  6. 08 3月, 2019 2 次提交
  7. 06 3月, 2019 2 次提交
  8. 05 3月, 2019 1 次提交
  9. 04 3月, 2019 2 次提交
  10. 02 3月, 2019 1 次提交
  11. 27 2月, 2019 1 次提交
    • P
      Exclude jdk package in ShadowingClassLoader · a07245ca
      pelladigabor 提交于
      Many Java 11 internal classes are located in the jdk package. ShadowingClassLoader should not load them, because it can cause errors, e.g. java.lang.IllegalAccessError: class jdk.internal.reflect.ConstructorAccessorImpl loaded by org.springframework.instrument.classloading.ShadowingClassLoader @2bea5ab4 cannot access jdk/internal/reflect superclass jdk.internal.reflect.MagicAccessorImpl
      a07245ca
  12. 26 2月, 2019 3 次提交
  13. 25 2月, 2019 3 次提交
  14. 16 2月, 2019 1 次提交
  15. 07 2月, 2019 3 次提交
  16. 06 2月, 2019 1 次提交
  17. 05 2月, 2019 3 次提交
  18. 29 1月, 2019 1 次提交
  19. 25 1月, 2019 1 次提交
  20. 09 1月, 2019 1 次提交
    • J
      DependencyDescriptor supports TypeDescriptor resolution for fields · 9cb5369c
      Juergen Hoeller 提交于
      This allows for proper nested type conversion in @Value Optional fields analogous to method parameters, through a new TypeDescriptor-based method in the TypeConverter SPI. As an additional and less involved measure that is worth backporting, DefaultListableBeanFactory defensively checks for pre-converted Optional wrappers.
      
      Issue: SPR-17607
      9cb5369c
  21. 17 12月, 2018 1 次提交
  22. 14 12月, 2018 1 次提交
  23. 13 12月, 2018 2 次提交