1. 20 12月, 2013 1 次提交
  2. 18 12月, 2013 1 次提交
  3. 17 12月, 2013 5 次提交
  4. 14 12月, 2013 1 次提交
  5. 12 12月, 2013 3 次提交
  6. 11 12月, 2013 3 次提交
  7. 10 12月, 2013 4 次提交
  8. 09 12月, 2013 1 次提交
  9. 06 12月, 2013 1 次提交
  10. 05 12月, 2013 1 次提交
  11. 04 12月, 2013 1 次提交
  12. 03 12月, 2013 2 次提交
  13. 02 12月, 2013 4 次提交
  14. 27 11月, 2013 5 次提交
    • P
      Detect cache hit with multiple @Cachables · b0b40dad
      Phillip Webb 提交于
      Fix CacheAspectSupport to consider a cache hit from any of the multiple
      @Cachables that may have been specified using the @Caching annotation.
      
      Prior to this commit the following scenario would never produce a hit:
      
      	@Caching(cacheable = {
      		@Cacheable(value = "c1", unless = "#result.size() < 4"),
      		@Cacheable(value = "c2", unless = "#result.size() > 3")
      	})
      
      Issue: SPR-11124
      b0b40dad
    • P
      Consistent whitespace after imports · 043a41e3
      Phillip Webb 提交于
      Update code to have a consistent number of new-line characters after
      import statements.
      043a41e3
    • P
      General polish of new 4.0 classes · 15698860
      Phillip Webb 提交于
      Apply consistent styling to new classes introduced in Spring 4.0.
      
      - Javadoc line wrapping, whitespace and formatting
      - General code whitespace
      - Consistent Assert.notNull messages
      15698860
    • P
      Fix various javadoc warnings · a31ac882
      Phillip Webb 提交于
      a31ac882
    • P
      Remove unused GlassFishLoadTimeWeaverTests · c5779e2e
      Phillip Webb 提交于
      Delete the unused GlassFishLoadTimeWeaverTests and in the process
      fix the "Unable to load JUnit4 runner to calculate Ignored test cases"
      Gradle error.
      
      Issue: SPR-10563
      c5779e2e
  15. 26 11月, 2013 2 次提交
  16. 23 11月, 2013 3 次提交
  17. 22 11月, 2013 1 次提交
  18. 21 11月, 2013 1 次提交