1. 18 10月, 2013 1 次提交
  2. 14 5月, 2013 1 次提交
  3. 02 1月, 2013 1 次提交
  4. 29 12月, 2012 2 次提交
  5. 26 11月, 2012 1 次提交
    • J
      Added "transactionAware" bean property to EhCacheCacheManager and JCacheCacheManager · e2f418ab
      Juergen Hoeller 提交于
      In the course of this enhancement, the "cache.ehcache" and "cache.jcache" packages moved from spring-context to the spring-context-support module, expecting further transaction-related functionality. Also aligns with the presence of Spring's Quartz support in the spring-context-support module, since Quartz and EHCache are sort of sister projects at Terracotta now.
      
      Issue: SPR-9966
      e2f418ab
  6. 28 5月, 2012 2 次提交
  7. 30 4月, 2012 1 次提交
    • S
      Fix javadoc warnings · effb7625
      Stevo Slavic 提交于
      Before this change there were numerous javadoc warnings being reported
      while building Spring framework API.
      
      This commit resolves most of the javadoc warnings, reducing the total
      number from 265 to 103.
      
      Issue: SPR-9113
      effb7625
  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. 28 11月, 2011 1 次提交
  10. 16 11月, 2011 1 次提交
    • C
      Convert cache package line endings from CRLF => LF · a252a285
      Chris Beams 提交于
      Unfortunately creates a large diff due to whitespace changes as well as
      false attribution of authorship from a git/svn 'blame' perspective.
      
      Be sure to perform diffs using `git diff -w` or `svn diff -w` when
      reviewing recent changes to these sources to ignore all whitespace.
      a252a285
  11. 22 7月, 2011 1 次提交
  12. 15 7月, 2011 1 次提交
  13. 19 5月, 2011 2 次提交
    • C
      revised cache abstraction · b39673aa
      Costin Leau 提交于
      - removed generics from Cache/CacheManager (they add no value since it's an SPI not API)
      + update docs and tests
      + renamed ConcurrentCacheFactoryBean to ConcurrentMapCacheFactoryBean
      b39673aa
    • C
      revised cache abstraction · dadd0f57
      Costin Leau 提交于
      - removed AbstractDelegatingCache (a cache is not a map, no need to offer a template)
      + renamed ConcurrentCache to ConcurrentCacheMap
      dadd0f57
  14. 18 5月, 2011 2 次提交
    • C
      revise cache API · 0eb40e1e
      Costin Leau 提交于
      + update failing test
      0eb40e1e
    • C
      revise cache API · 0b917e3f
      Costin Leau 提交于
      - eliminate unneeded methods
      + introduced value wrapper (name still to be decided) to avoid cache race conditions
      + improved name consistency
      0b917e3f
  15. 06 3月, 2011 1 次提交
  16. 08 2月, 2011 1 次提交
  17. 17 12月, 2010 1 次提交
    • C
      SPR-7308 · 8285e9c2
      Costin Leau 提交于
      SPR-7736
      + clarify storage of null values
      
      8285e9c2
  18. 30 10月, 2010 1 次提交
    • C
      SPR-7308 · 85c02981
      Costin Leau 提交于
      + initial commit of caching abstraction
      + main API
      + Spring AOP and AspectJ support
      + annotation driven, declarative support
      + initial namespace draft
      85c02981