1. 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
  2. 09 9月, 2009 1 次提交
  3. 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
  4. 15 12月, 2008 1 次提交
  5. 13 12月, 2008 1 次提交
  6. 30 10月, 2008 1 次提交
  7. 29 10月, 2008 1 次提交