1. 15 6月, 2021 3 次提交
  2. 11 6月, 2021 1 次提交
  3. 09 6月, 2021 8 次提交
  4. 08 6月, 2021 13 次提交
  5. 07 6月, 2021 3 次提交
  6. 04 6月, 2021 5 次提交
  7. 03 6月, 2021 2 次提交
  8. 02 6月, 2021 1 次提交
  9. 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
  10. 31 5月, 2021 2 次提交