1. 04 Jun, 2020 6 commits
    • Andy Wilkinson's avatar
      Merge branch '2.3.x' · c4faeac4
      Andy Wilkinson authored
      Closes gh-21703
      c4faeac4
    • Andy Wilkinson's avatar
      24138c10
    • Andy Wilkinson's avatar
      Merge branch '2.3.x' · 15ec2617
      Andy Wilkinson authored
      Closes gh-21699
      15ec2617
    • Andy Wilkinson's avatar
      Always apply retry plugin but only retry on CI · c0f748e1
      Andy Wilkinson authored
      Previously, the retry plugin was only applied on CI as we do not want
      tests to be retried in local builds. Unfortunately, this arrangement
      led to test tasks from CI builds having additional doFirst and doLast
      actions and an additional property. These differences meant that the
      output from a test task that has run on CI could not be used by a
      local build.
      
      This commit changes our configuration of the test retry plugin so
      that it is now always applied. To retain the behaviour of only
      retrying tests on CI, max retries is configured to 3 on CI and 0 for
      local builds.
      
      Closes gh-21698
      c0f748e1
    • Phillip Webb's avatar
      Merge branch '2.3.x' · 16cab0d8
      Phillip Webb authored
      Closes gh-21690
      16cab0d8
    • Phillip Webb's avatar
      Use servlet context that can access classloader · 4d37430b
      Phillip Webb authored
      Update `SpringBootServletInitializer` to use the `ServletContext` that
      was provided to the initial `onStartup` call rather than the
      one from the `ServletContextEvent`. This allows the `getClassLoader()`
      call to complete without throwing an `UnsupportedOperationException`.
      
      Fixes gh-21684
      4d37430b
  2. 03 Jun, 2020 27 commits
  3. 02 Jun, 2020 7 commits