1. 14 Apr, 2020 1 commit
    • Brian Clozel's avatar
      Fix Undertow compression config with invalid Mime Types · 49bbcced
      Brian Clozel authored
      Prior to this commit, the Undertow compression configuration provided by
      Spring Boot would fail and throw an exception for invalid MIME Types
      when trying to check them against the list of configured types for
      compression.
      
      This commit ensures that invalid MIME Types are ignored and that
      compression is disabled for those.
      
      Fixes gh-20955
      49bbcced
  2. 11 Apr, 2020 4 commits
  3. 10 Apr, 2020 2 commits
  4. 09 Apr, 2020 3 commits
  5. 08 Apr, 2020 2 commits
  6. 07 Apr, 2020 9 commits
  7. 05 Apr, 2020 2 commits
    • Stephane Nicoll's avatar
      Deprecated PushRegistry's numThreads property · 1960c90d
      Stephane Nicoll authored
      This property is a left-over and was never used in Micrometer so this
      commit deprecates its use so that it can be removed in the next feature
      release.
      
      Closes gh-20835
      1960c90d
    • Stephane Nicoll's avatar
      Fix AtlasProperties hierarchy · 4641794f
      Stephane Nicoll authored
      This commit fixes the AtlasProperties hierarchy so that it no longer is
      a StepRegistryProperties. The AtlasConfig on the Micrometer side of
      things does not share the common config hierarchy either and some
      properties have different default and lifecycle.
      
      Closes gh-20843
      4641794f
  8. 03 Apr, 2020 4 commits
  9. 02 Apr, 2020 6 commits
  10. 31 Mar, 2020 7 commits