1. 03 Jun, 2021 2 commits
    • dreis2211's avatar
      Remove reference to surefirebooter JAR · f4701515
      dreis2211 authored
      See gh-26737
      f4701515
    • Phillip Webb's avatar
      Don't close early when SecurityManager present · 1beee570
      Phillip Webb authored
      Update `JarFile` and `JarFileWrapper` classes so that they no longer
      close the `JarFile` early if a `SecurityManager` is in use.
      
      Prior to this commit, the closed `JarFile` would cause (an ultimately
      swallowed) NPE in `ZipFile` which manifested itself as a
      `ClassNotFoundException` when starting the app.
      
      Closes gh-25538
      1beee570
  2. 02 Jun, 2021 3 commits
  3. 01 Jun, 2021 1 commit
    • Stephane Nicoll's avatar
      Properly guard LogbackLoggingSystem · 7e4defbc
      Stephane Nicoll authored
      Previously, LoggingSystem#get would chose Logback by the sole presence
      of a class in logback-core, with the assumption that logback-classic is
      also on the classpath. An app that only had the former would therefore
      fail.
      
      This commit updates the condition to check for a class in
      logback-classic instead.
      
      Closes gh-26711
      7e4defbc
  4. 31 May, 2021 2 commits
  5. 28 May, 2021 3 commits
  6. 26 May, 2021 2 commits
  7. 25 May, 2021 1 commit
  8. 24 May, 2021 2 commits
  9. 20 May, 2021 2 commits
  10. 19 May, 2021 9 commits
  11. 18 May, 2021 1 commit
  12. 17 May, 2021 12 commits