1. 04 6月, 2021 1 次提交
  2. 03 6月, 2021 2 次提交
  3. 02 6月, 2021 1 次提交
  4. 01 6月, 2021 2 次提交
    • B
      Make FlightRecorderApplicationStartup thread safe · 7dbbf364
      Brian Clozel 提交于
      Prior to this commit, in some cases application context startup steps
      could be created concurrently, which could cause issues with the current
      implementation tracking the parent/child relationship between steps.
      
      This commit ensures that the flight recorder implementation is using
      thread safe collection implementations for that.
      
      Fixes gh-26941
      7dbbf364
    • B
      Return static DefaultApplicationStartup step · 5204d736
      Brian Clozel 提交于
      This commit ensures that `DefaultApplicationStartup` returns a static
      step for each call to avoid allocations.
      
      Closes gh-26939
      5204d736
  5. 31 5月, 2021 3 次提交
  6. 30 5月, 2021 2 次提交
  7. 28 5月, 2021 2 次提交
  8. 27 5月, 2021 2 次提交
  9. 26 5月, 2021 8 次提交
  10. 24 5月, 2021 5 次提交
  11. 21 5月, 2021 2 次提交
    • B
      Set best matching pattern attribute in WebMvc.fn · ac0e7174
      Brian Clozel 提交于
      Prior to this commit, the `RouterFunctionMapping` WebFlux.fn variant
      would set the `HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE` as an
      exchange attribute. This is useful for instrumentation purposes.
      The WebMvc.fn variant would not do the same; this would lead to
      "UNKNOWN" path metrics tags.
      
      This commit ensures that the `RouterFunctionMapping` WebMvc.fn variant
      does set the `BEST_MATCHING_PATTERN_ATTRIBUTE` and
      `BEST_MATCHING_HANDLER_ATTRIBUTE` request attributes.
      
      Closes gh-26963
      ac0e7174
    • I
      Polish PORT_PATTERN in UriComponentsBuilder · f65cbe09
      izeye 提交于
      f65cbe09
  12. 20 5月, 2021 1 次提交
  13. 18 5月, 2021 6 次提交
  14. 17 5月, 2021 3 次提交