1. 28 3月, 2019 1 次提交
  2. 20 9月, 2018 1 次提交
  3. 08 8月, 2018 1 次提交
  4. 07 6月, 2018 1 次提交
  5. 06 7月, 2016 1 次提交
  6. 19 8月, 2014 1 次提交
  7. 31 3月, 2014 1 次提交
    • S
      Fix broken tests in QuartzSupportTests · 906321dc
      Sam Brannen 提交于
      This commit ensures that QuartzSupportTests and its related
      configuration are compatible with Quartz 2.1.7.
      
       - Test jobs are now durable where required.
      
       - Deleted legacy tests that attempted to use a Runnable instead of a
         Job as a jobClass for a JobDetail.
      
       - Replaced quartz-hsql.sql with current version for Quartz 2.1.7.
      
      Issue: SPR-11630
      906321dc
  8. 28 3月, 2014 1 次提交
  9. 03 12月, 2013 1 次提交
  10. 20 3月, 2013 1 次提交
  11. 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