1. 27 2月, 2019 3 次提交
  2. 21 1月, 2019 1 次提交
  3. 09 1月, 2019 1 次提交
  4. 21 12月, 2018 2 次提交
  5. 19 11月, 2018 1 次提交
    • H
      Fix typos · bfb49c72
      Hanope 提交于
      See gh-2019
      bfb49c72
  6. 28 6月, 2018 1 次提交
  7. 16 2月, 2018 1 次提交
  8. 23 9月, 2017 1 次提交
  9. 30 6月, 2017 1 次提交
  10. 07 6月, 2017 1 次提交
    • J
      Consistent use of @Nullable across the codebase (even for internals) · f813712f
      Juergen Hoeller 提交于
      Beyond just formally declaring the current behavior, this revision actually enforces non-null behavior in selected signatures now, not tolerating null values anymore when not explicitly documented. It also changes some utility methods with historic null-in/null-out tolerance towards enforced non-null return values, making them a proper citizen in non-null assignments.
      
      Some issues are left as to-do: in particular a thorough revision of spring-test, and a few tests with unclear failures (ignored as "TODO: NULLABLE") to be sorted out in a follow-up commit.
      
      Issue: SPR-15540
      f813712f
  11. 18 12月, 2016 1 次提交
  12. 07 7月, 2016 1 次提交
  13. 28 10月, 2014 1 次提交
  14. 26 11月, 2013 1 次提交
    • P
      Fix remaining compiler warnings · 59002f24
      Phillip Webb 提交于
      Fix remaining Java compiler warnings, mainly around missing
      generics or deprecated code.
      
      Also add the `-Werror` compiler option to ensure that any future
      warnings will fail the build.
      
      Issue: SPR-11064
      59002f24
  15. 28 10月, 2013 3 次提交
  16. 27 10月, 2013 1 次提交
  17. 15 10月, 2013 2 次提交
    • S
      Polish type prediction for generic factory methods · 8fdc7d4e
      Sam Brannen 提交于
       - Now avoiding NullPointerExceptions in GenericTypeResolver's
         resolveReturnTypeForGenericMethod() in case the supplied ClassLoader
         is null.
       - AutowireUtils.resolveReturnTypeForFactoryMethod() now properly
         asserts that the supplied ClassLoader is not null.
       - Fixed copy-n-paste errors in Javadoc for
         AutowireUtils.resolveReturnTypeForFactoryMethod().
      
      Issue: SPR-10411
      8fdc7d4e
    • J
      Fixed type prediction for generic factory methods · 8b1927f3
      Juergen Hoeller 提交于
      We're consistently resolving class names now, and the entire algorithm moved from GenericTypeResolver to the internal AutowireUtils helper in the bean factory package.
      
      Issue: SPR-10411
      8b1927f3
  18. 14 5月, 2013 1 次提交
  19. 02 1月, 2013 1 次提交
  20. 29 12月, 2012 3 次提交
  21. 31 1月, 2012 1 次提交
    • C
      Rename modules {org.springframework.*=>spring-*} · 02a4473c
      Chris Beams 提交于
      This renaming more intuitively expresses the relationship between
      subprojects and the JAR artifacts they produce.
      
      Tracking history across these renames is possible, but it requires
      use of the --follow flag to `git log`, for example
      
          $ git log spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history up until the renaming event, where
      
          $ git log --follow spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history for all changes to the file, before and after the
      renaming.
      
      See http://chrisbeams.com/git-diff-across-renamed-directories
      02a4473c
  22. 12 8月, 2010 1 次提交
  23. 08 6月, 2010 1 次提交
  24. 08 5月, 2009 1 次提交
    • J
      Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet... · 266a6598
      Juergen Hoeller 提交于
      Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now
      266a6598
  25. 20 4月, 2009 1 次提交
  26. 20 11月, 2008 1 次提交
  27. 23 10月, 2008 1 次提交