Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qos-ch/logback
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v_1.5.26
Choose a base ref
...
head repository: qos-ch/logback
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v_1.5.27
Choose a head ref
  • 18 commits
  • 1,171 files changed
  • 1 contributor

Commits on Jan 25, 2026

  1. start work on 1.5.27-SNAPSHOT

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    1f1dd03 View commit details
    Browse the repository at this point in the history
  2. update license to EPL 2.0 in logback-core

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    8f5dfc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. update license to EPL 2.0 in logback-classic

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    145a227 View commit details
    Browse the repository at this point in the history
  2. update license to EPL 2.0 in logback-{core,classic}-blackbox

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    08c5374 View commit details
    Browse the repository at this point in the history
  3. update license to EPL 2.0 in logback-examples

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    39fc772 View commit details
    Browse the repository at this point in the history
  4. update license to EPL 2.0 in various LICENSE files

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    0bdecc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Configuration error totalSizeCap is smaller than maxFileSize is unnec…

    …essary when using compressed archive files issues/1007
    
    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    4fef348 View commit details
    Browse the repository at this point in the history
  2. fix relevant test in relation to issues/1007

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    f675bb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. bump assertj version

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    e56a12f View commit details
    Browse the repository at this point in the history
  2. refactor file change scanning for clarity

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    e7764f4 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    56085d8 View commit details
    Browse the repository at this point in the history
  4. remove support for receivers in SerializedModelConfigurator and Joran…

    …Configurator
    
    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    44049ed View commit details
    Browse the repository at this point in the history
  5. remove ReceiverModelHandler - project still builds indicating no acti…

    …ve usage
    
    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    d84b586 View commit details
    Browse the repository at this point in the history
  6. remove Receiver related classes

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    2b67210 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. remove RemoteAppender*

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    8100acd View commit details
    Browse the repository at this point in the history
  2. fix missing MDC transmission in SocketAppender. Fixes issues/1010

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    0370b13 View commit details
    Browse the repository at this point in the history
  3. prepare release 1.5.27

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    db150c3 View commit details
    Browse the repository at this point in the history
  4. increase timeout delay to 2000 millis

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    3618eb0 View commit details
    Browse the repository at this point in the history
Loading