1. 16 1月, 2016 7 次提交
  2. 15 1月, 2016 10 次提交
  3. 13 1月, 2016 4 次提交
  4. 12 1月, 2016 2 次提交
  5. 08 1月, 2016 3 次提交
  6. 06 1月, 2016 1 次提交
  7. 05 1月, 2016 3 次提交
    • B
      Preserve ETag HTTP header for versioned resources · 473cf9c4
      Brian Clozel 提交于
      Prior to this change, a resource handler chain configured with a
      `VersionResourceResolver` would add the resource version to the request
      attributes when serving that resource. This approach would not work when
      a `CachingResourceResolver` is configured and the resource is already
      cached. Indeed, that code path is not executed when the resource is
      resolved from the cache.
      
      This commit adds a new `VersionedResource` interface that's used by the
      `VersionResourceResolver`, adding a `getVersion()` method that returns
      the version string for that resource. This way, the version information
      is cached with the resource itself and the request attributes are no
      longer used for this.
      
      Issue: SPR-13817
      473cf9c4
    • S
      Merge pull request #948 from kamilszymanski/jcache-docs · 6e7e4c03
      Stephane Nicoll 提交于
      * pr/948:
        Fix list of supported JCache annotations
      6e7e4c03
    • K
      Fix list of supported JCache annotations · fca7c522
      Kamil Szymanski 提交于
      Closes gh-948
      fca7c522
  8. 31 12月, 2015 2 次提交
  9. 30 12月, 2015 8 次提交