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.24
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.25
Choose a head ref
  • 11 commits
  • 40 files changed
  • 3 contributors

Commits on Jan 6, 2026

  1. start work on 1.5.25-SNAPSHOT

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

Commits on Jan 10, 2026

  1. Move the artifact version checking code to VersionUtil in logback-core.

    This class will be used in logback-classic as well as logback-access-common, logback-access-*
    
    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    b07355e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. check for undeclared by referenced appenders

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    1f97ae1 View commit details
    Browse the repository at this point in the history
  2. Removed email address for Tony.

    ceki authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    71dc2af View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. cla for Duncan Jauncey

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    0690174 View commit details
    Browse the repository at this point in the history
  2. Add EpochConverter for milliseconds/seconds since epoch (related to i…

    …ssue #968) (#1000)
    
    * Add EpochConverter and pattern "ep", "epoch" (related to issue #968)
    
    Pattern "ep" or "epoch" supports milliseconds by default and also epoch{seconds} for people who need UNIX-style epoch timestamps in their logs.
    
    Signed-off-by: Duncan Jauncey <duncan@duncanjauncey.com>
    
    * Add copyright notice to EpochConverter and EpochConverterTest
    
    Signed-off-by: Duncan Jauncey <duncan@duncanjauncey.com>
    
    ---------
    
    Signed-off-by: Duncan Jauncey <duncan@duncanjauncey.com>
    Co-authored-by: Duncan <duncan@duncanjauncey.com>
    duncanj and Duncan authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    b65040a View commit details
    Browse the repository at this point in the history
  3. check optionList in start()

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

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

Commits on Jan 17, 2026

  1. test default variable values in appender-ref ref attribute

    Signed-off-by: ceki <ceki@qos.ch>
    ceki committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    aa264f7 View commit details
    Browse the repository at this point in the history
  2. restrict object creation to expected supertype

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

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