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. 06 7月, 2011 1 次提交
    • C
      Deprecate/move CGLIB methods AopUtils=>ClassUtils · 7c25c84e
      Chris Beams 提交于
      isCglibProxy* methods in AopUtils are useful in lower-level modules,
      i.e. those that cannot depend on .aop.  Therefore copied these methods
      to ClassUtils; deprecated the existing ones in AopUtils and now
      delegating to the new location; switched all usage of
      AopUtils#isCglibProxy* within the framework to use
      ClassUtils#isCglibProxy* instead.
      7c25c84e
  3. 08 6月, 2010 1 次提交
  4. 27 11月, 2008 1 次提交
  5. 28 10月, 2008 1 次提交
  6. 23 10月, 2008 1 次提交