1. 03 Apr, 2018 12 commits
  2. 02 Apr, 2018 8 commits
  3. 30 Mar, 2018 13 commits
  4. 29 Mar, 2018 7 commits
    • Madhura Bhave's avatar
      Switch to async promotion · a938c372
      Madhura Bhave authored
      Due to timeouts while distributing release artifacts,
      this commit uses the async mode for distribution.
      
      Before syncing to maven central, we need to check if all the artifacts
      have been published to Bintray. This is done by hitting the Bintray API
      till we get the version or until a timeout is reached.
      
      Closes gh-12292
      a938c372
    • Phillip Webb's avatar
      Fix AsciiBytes unicode decoding · 9a64d3bf
      Phillip Webb authored
      Fix the decoding logic in the AsciiBytes `hashCode` and `matches` to
      correctly deal with multi-byte encodings.
      
      Fixes gh-12504
      9a64d3bf
    • Phillip Webb's avatar
      Polish · 98a2a91d
      Phillip Webb authored
      98a2a91d
    • Brian Clozel's avatar
      Make WebMvgTags use matched patterns for HTTP 404 · ebb2f70e
      Brian Clozel authored
      Prior to this commit, `WebMvcTags' would always mark as "NOT_FOUND" or
      "REDIRECTION" *any* exchange with responses of 404 and 3xx status, even
      if those responses are actually returned by Controller handlers.
      
      This commit checks inverts those checks and first considers if the
      "BEST_MATCHING_PATTERN_ATTRIBUTE" request attribute is present and uses
      it - then falls back to "NOT_FOUND" and "REDIRECTION" to avoid
      cardinality explosion.
      
      Fixes gh-12577
      ebb2f70e
    • Andy Wilkinson's avatar
      Start building against Spring REST Docs 2.0.1 snapshots · cca5c0d2
      Andy Wilkinson authored
      See gh-12681
      cca5c0d2
    • Andy Wilkinson's avatar
      Upgrade to Jackson 2.9.5 · 14b8e759
      Andy Wilkinson authored
      Closes gh-12639
      14b8e759
    • Andy Wilkinson's avatar
      Merge branch '1.5.x' · 247910a2
      Andy Wilkinson authored
      247910a2