1. 21 12月, 2016 1 次提交
  2. 19 12月, 2016 2 次提交
  3. 18 12月, 2016 1 次提交
  4. 14 12月, 2016 1 次提交
  5. 13 12月, 2016 1 次提交
  6. 10 12月, 2016 1 次提交
  7. 01 12月, 2016 1 次提交
    • J
      Various DefaultListableBeanFactory clarifications · ac5933a7
      Juergen Hoeller 提交于
      * getBeanDefinitionNames defensively returns a copy of the bean definition names array.
      * copyConfigurationFrom provides an independent AutowireCandidateResolver instance and copies a ConversionService and dependency comparator configuration as well.
      * findAutowireCandidates only considers a self reference fallback for direct dependency declarations, not as a collection element.
      
      Issue: SPR-14897
      Issue: SPR-14921
      Issue: SPR-14965
      ac5933a7
  8. 24 11月, 2016 1 次提交
  9. 22 11月, 2016 2 次提交
  10. 08 11月, 2016 2 次提交
  11. 03 11月, 2016 1 次提交
  12. 29 10月, 2016 2 次提交
  13. 28 10月, 2016 1 次提交
  14. 26 10月, 2016 2 次提交
  15. 25 10月, 2016 1 次提交
  16. 24 10月, 2016 1 次提交
    • S
      Expose ResolvableType in NoSuchBeanDefinitionException · b7d85f8e
      Stephane Nicoll 提交于
      This commit improves NoSuchBeanDefinitionException to expose a full
      ResolvableType rather than a raw class if a lookup by type failed. This
      allows to know more about the underlying type and is typically useful
      when a collection or map is required as the relevant generic type is the
      actual bean that wasn't found.
      
      Issue: SPR-14831
      b7d85f8e
  17. 21 10月, 2016 1 次提交
  18. 15 10月, 2016 2 次提交
    • S
      Fix formatting · fc8bad36
      Stephane Nicoll 提交于
      Closes gh-1206
      fc8bad36
    • P
      Replace J2EE with Java EE · ae5b0c6f
      Philippe Marschall 提交于
      String with version 5 the name of Java Platform, Enterprise Edition
      changed from J2EE to Java EE. However a lot of the documentation still
      uses the term J2EE.
      
      This commit includes the following changes:
      
       * replace J2EE with Java EE where appropriate
      
      This is not a blind search and replace. The following occurrences
      remain unchanged:
      
       * references to old J2EE releases, most notably 1.3 and 1.4.
       * references to "Expert One-On-One J2EE Design and Development"
       * references to "Core J2EE patterns"
       * XML namespaces
       * package names
      
      Issue: SPR-14811
      See gh-1206
      ae5b0c6f
  19. 26 9月, 2016 2 次提交
  20. 16 9月, 2016 2 次提交
  21. 14 9月, 2016 4 次提交
  22. 25 8月, 2016 2 次提交
  23. 24 8月, 2016 1 次提交
  24. 23 8月, 2016 1 次提交
  25. 17 8月, 2016 3 次提交
  26. 12 8月, 2016 1 次提交