1. 28 7月, 2021 3 次提交
  2. 27 7月, 2021 1 次提交
  3. 26 7月, 2021 1 次提交
    • S
      Avoid StringIndexOutOfBoundsException in WebSocketMessageBrokerStats · 42edef0b
      Sam Brannen 提交于
      Prior to this commit, if the TaskExecutor configured in
      WebSocketMessageBrokerStats for the inboundChannelExecutor or
      outboundChannelExecutor was not a ThreadPoolTaskExecutor, a
      StringIndexOutOfBoundsException was thrown when attempting to parse the
      results of invoking toString() on the executor.
      
      The reason is that ThreadPoolTaskExecutor delegates to a
      ThreadPoolExecutor whose toString() implementation generates text
      containing "pool size = ...", and WebSocketMessageBrokerStats'
      getExecutorStatsInfo() method relied on the presence of "pool" in the
      text returned from toString().
      
      This commit fixes this bug by ensuring that the text returned from
      toString() contains "pool" before parsing the text. If "pool" is not
      present in the text, getExecutorStatsInfo() now returns "unknown"
      instead of throwing a StringIndexOutOfBoundsException.
      
      Closes gh-27209
      42edef0b
  4. 25 7月, 2021 1 次提交
  5. 24 7月, 2021 1 次提交
  6. 23 7月, 2021 4 次提交
  7. 17 7月, 2021 2 次提交
    • S
      Reintroduce left-hand side navigation in ref docs · 9c082562
      Sam Brannen 提交于
      A side effect of 71995a90 caused the
      dynamic table of contents in the left-hand side navigation to no longer
      be displayed, likely due to the missing "details" DIV.
      
      This commit addresses this issue by applying the custom header only to
      index.adoc.
      
      Consequently, the TOC is now displayed again on all pages except the
      index page, but the customized header is no longer applied to those
      pages.
      
      We may revisit this issue if we decide that we want the custom header
      on all pages (and not just the index page).
      
      Closes gh-27177
      9c082562
    • S
      Fix typo in ref docs · e0c0e7f8
      Sam Brannen 提交于
      e0c0e7f8
  8. 16 7月, 2021 1 次提交
  9. 14 7月, 2021 3 次提交
  10. 13 7月, 2021 11 次提交
  11. 12 7月, 2021 10 次提交
  12. 11 7月, 2021 2 次提交