1. 16 10月, 2014 3 次提交
    • R
      Polish · a3dc5e04
      Rossen Stoyanchev 提交于
      a3dc5e04
    • R
      Fix issue with async return value type determination · 956b66bb
      Rossen Stoyanchev 提交于
      Before this change, the type of asynchronously produced return values
      (e.g. Callable, DeferredResult, ListenableFuture) could not be
      properly determined with an actual resulting value of null. Or even
      with an actual value returned, the generic type could not be properly
      determined. This change fixes both of those issues.
      
      Issue: SPR-12287
      956b66bb
    • S
      Proper JCache metadata caching on non cache methods · 6f987a9c
      Stephane Nicoll 提交于
      Prior to this commit, the cache operation metadata cache was not
      updated for a method not using the JCache annotations. This means
      that every execution of said method was going through the process
      of identifying if it was using the cache or not.
      
      This commit adds a default placeholder identifying the absence of
      metadata; this allows to flag such method as not having any metadata
      at all.
      
      Issue: SPR-12337
      6f987a9c
  2. 15 10月, 2014 2 次提交
    • R
      Prepend leading slash in ResourceUrlProvider · 24d77f32
      Rossen Stoyanchev 提交于
      The getForRequestUrl method of ResourceUrlProvider uses the
      HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE attribute to
      determine the relevant portion of the resource URL path.
      
      However there are cases when that attribute may not have a leading
      (e.g. when the current URL was matched to a prefix-based pattern
      and hence extracted via PathMatcher#extractPathWithinPattern), which
      interferes with the matching of resource URL paths to patterns.
      
      This change ensures a leading slash is present
      
      Issue: SPR-12281
      24d77f32
    • R
      Polish resource handling tests · fa4ba2a8
      Rossen Stoyanchev 提交于
      fa4ba2a8
  3. 14 10月, 2014 8 次提交
  4. 13 10月, 2014 3 次提交
  5. 11 10月, 2014 2 次提交
  6. 08 10月, 2014 5 次提交
  7. 07 10月, 2014 11 次提交
  8. 06 10月, 2014 3 次提交
  9. 04 10月, 2014 3 次提交