1. 08 12月, 2020 2 次提交
  2. 07 12月, 2020 4 次提交
  3. 05 12月, 2020 3 次提交
  4. 04 12月, 2020 5 次提交
  5. 03 12月, 2020 5 次提交
    • B
      Mention security considerations in Forwarded filters · 9776929a
      Brian Clozel 提交于
      This commit improves the Javadoc for the `ForwardedHeaderFilter`
      (Servlet Filter) and `ForwardedHeaderTransformer` (reactive variant) so
      as to mention security considerations linked to Forwarded HTTP headers.
      
      Closes gh-26081
      9776929a
    • B
      Remove spring.event.invoke-listener startup event · 4337d846
      Brian Clozel 提交于
      Prior to this commit, the `SimpleApplicationEventMulticaster` would be
      instrumented with the `ApplicationStartup` and start/stop events for
      invoking event listeners (`spring.event.invoke-listener`).
      
      This feature was already limited to single-threaded event publishers,
      but is still flawed since several types of events can happen
      concurrently. Due to the single-threaded nature of the startup sequence,
      our implementation should not produce startup events concurrently.
      
      This can cause issues like gh-26057, where concurrent events lead to
      inconcistencies when tracking parent/child relationships.
      
      This commit removes the `spring.event.invoke-listener` startup event as
      a result.
      
      Fixes gh-26057
      4337d846
    • A
      Merge pull request #26133 from alexfeigin/master · 8f0ad73b
      Arjen Poutsma 提交于
      * gh-26133:
        Expose future response in new AsyncServerResponse
      8f0ad73b
    • A
      Expose future response in new AsyncServerResponse · 3714d0e4
      Alex Feigin 提交于
      This commit introduces AsyncServerResponse, an extension of
      ServerResponse that is returned from ServerResponse.async and that
      allows users to get the future response by calling the block method.
      This is particularly useful for testing purposes.
      3714d0e4
    • J
      Upgrade to Jackson 2.12, Hibernate ORM 5.4.25, Checkstyle 8.38 · 227d85a6
      Juergen Hoeller 提交于
      See gh-25907
      227d85a6
  6. 02 12月, 2020 5 次提交
  7. 01 12月, 2020 4 次提交
  8. 30 11月, 2020 1 次提交
  9. 28 11月, 2020 2 次提交
  10. 27 11月, 2020 2 次提交
  11. 26 11月, 2020 2 次提交
  12. 25 11月, 2020 4 次提交
  13. 24 11月, 2020 1 次提交