1. 18 Dec, 2020 2 commits
    • Phillip Webb's avatar
      Fix name clash with integration test apps · a2a153ad
      Phillip Webb authored
      Rename "app" projects in `spring-boot-launch-script-tests` and
      `spring-boot-loader-tests` to something unique.
      
      See gh-18631
      a2a153ad
    • Phillip Webb's avatar
      Prevent Tomcat URL "reflective access" warnings · c4e41305
      Phillip Webb authored
      Update the jar `Handler` class to support a non-reflective fallback
      mechanism when possible. The updated code attempts to capture a regular
      jar URL before our handler is installed. It can then use that URL as
      context when creating the a fallback URL. The JDK jar `Handler` will
      be copied from the context URL to the fallback URL.
      
      Without this commit, resolving new Tomcat URLs of the form
      `jar:war:file:...` would result in an ugly "Illegal reflective access"
      warning.
      
      Fixes gh-18631
      c4e41305
  2. 16 Dec, 2020 7 commits
  3. 15 Dec, 2020 3 commits
  4. 14 Dec, 2020 6 commits
  5. 11 Dec, 2020 18 commits
  6. 10 Dec, 2020 4 commits