1. 06 May, 2020 4 commits
    • Stephane Nicoll's avatar
      Merge branch '2.1.x' into 2.2.x · b54b0e64
      Stephane Nicoll authored
      b54b0e64
    • Stephane Nicoll's avatar
      Upgrade to Jetty El 8.5.54 · 293cd6ed
      Stephane Nicoll authored
      Closes gh-21331
      293cd6ed
    • Stephane Nicoll's avatar
      Upgrade to Hibernate 5.3.17.Final · 6c8f0a00
      Stephane Nicoll authored
      Closes gh-21330
      6c8f0a00
    • Andy Wilkinson's avatar
      Allow Undertow to stop when a request is being handled · 9ba78db8
      Andy Wilkinson authored
      Previously, unlike embedded Jetty, Netty, and Tomcat, Undertow would
      not stop when one of its worker threads was in use. This meant that a
      a long-running or stalled request could prevent the application from
      shutting down in response to SIGTERM or SIGINT, and SIGTERM would be
      required to get the process to exit.
      
      This commit updates the factories for the reactive and servlet
      Undertow web server factories to configure Undertow to use a 0ms
      shutdown timeout. This aligns it with the behaviour of Jetty, Netty,
      and Tomcat. Tests have been introduced to verify the behaviour across
      the reactive and servlet variants of all four supported embedded web
      servers.
      
      Fixes gh-21319
      9ba78db8
  2. 05 May, 2020 3 commits
  3. 04 May, 2020 4 commits
  4. 02 May, 2020 1 commit
    • Phillip Webb's avatar
      Fix @DefaultValue PropertyEditor based conversion · 92ef515f
      Phillip Webb authored
      Update `ValueObjectBinder` reattempt conversion if the `@DefaultValue`
      contains a single element. Prior to this commit, single element
      conversion relied on the `ArrayToObjectConverter` which isn't always
      available.
      
      Fixes gh-21264
      92ef515f
  5. 30 Apr, 2020 3 commits
  6. 29 Apr, 2020 6 commits
  7. 28 Apr, 2020 19 commits