1. 03 1月, 2014 1 次提交
  2. 02 1月, 2014 1 次提交
  3. 24 12月, 2013 2 次提交
  4. 20 12月, 2013 2 次提交
  5. 12 12月, 2013 1 次提交
  6. 03 12月, 2013 1 次提交
  7. 02 12月, 2013 2 次提交
  8. 27 11月, 2013 1 次提交
    • P
      Detect cache hit with multiple @Cachables · 73a8a1b9
      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
      73a8a1b9
  9. 06 11月, 2013 1 次提交
  10. 05 11月, 2013 3 次提交
  11. 04 11月, 2013 2 次提交
    • J
      a95eb1d0
    • J
      Use non-lenient constructor resolution mode for @Bean methods · b00c31a6
      Juergen Hoeller 提交于
      Since @Bean methods are never used with externally specified constructor argument values but rather just with autowiring, the non-lenient constructor resolution mode is appropriate in case of an overloaded @Bean method, not performing any type difference weight checks. This change includes a refinement of Spring's existing non-lenient constructor resolution (which needs to be explicitly turned on and is therefore not well tested), narrowing the conditions for the ambiguity check (only in case of the same number of arguments and not for overridden methods).
      
      Issue: SPR-10988
      (cherry picked from commit b093b849)
      b00c31a6
  12. 02 11月, 2013 1 次提交
  13. 31 10月, 2013 3 次提交
  14. 27 10月, 2013 1 次提交
  15. 26 10月, 2013 2 次提交
  16. 18 10月, 2013 2 次提交
  17. 11 10月, 2013 1 次提交
  18. 05 10月, 2013 1 次提交
  19. 27 9月, 2013 1 次提交
  20. 25 9月, 2013 1 次提交
  21. 05 9月, 2013 1 次提交
  22. 30 8月, 2013 2 次提交
  23. 28 8月, 2013 2 次提交
  24. 06 8月, 2013 2 次提交
  25. 01 8月, 2013 2 次提交
  26. 31 7月, 2013 1 次提交