1. 02 Jun, 2021 6 commits
  2. 01 Jun, 2021 2 commits
    • Stephane Nicoll's avatar
      Merge branch '2.3.x' into 2.4.x · c8959180
      Stephane Nicoll authored
      Closes gh-26724
      c8959180
    • 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
  3. 31 May, 2021 3 commits
  4. 28 May, 2021 7 commits
  5. 27 May, 2021 6 commits
  6. 26 May, 2021 4 commits
  7. 25 May, 2021 6 commits
  8. 24 May, 2021 4 commits
  9. 20 May, 2021 2 commits