1. 05 7月, 2016 1 次提交
  2. 10 5月, 2015 1 次提交
  3. 09 5月, 2015 1 次提交
  4. 21 10月, 2014 1 次提交
  5. 18 1月, 2013 1 次提交
  6. 29 12月, 2012 1 次提交
  7. 27 11月, 2012 1 次提交
    • R
      Remove reflection usage in orm.hibernate4.* · d7bf56df
      Rob Winch 提交于
      Previously reflection was required when interacting with Hibernate 4 in
      order to support both Hibernate 3 and Hibernate 4 since there were
      non-passive changes in the APIs. Now that the Spring build uses Gradle
      it is trivial to support multiple Hibernate versions.
      
      This commit removes the reflection usage in orm.hibernate4.* by
      creating a spring-orm-hibernate4 module that uses
      gradle/merge-artifacts.gradle to build a single artifact but keep
      distinct classpaths.
      
      Issue: SPR-10039
      d7bf56df
  8. 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
  9. 11 10月, 2011 1 次提交