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.18
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.19
Choose a head ref
  • 13 commits
  • 24 files changed
  • 3 contributors

Commits on Mar 18, 2025

  1. start work on 1.5.19-SNAPSHOT

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    164754b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. slighltly better configuration watch list reporting

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    f2e1130 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. cla update

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    02e7ef0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Configuration menu
    Copy the full SHA
    a07cfd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. disallow new in if condition attribute in config files

    Signed-off-by: ceki <[email protected]>
    ceki committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    61f6a25 View commit details
    Browse the repository at this point in the history
  2. ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)

    The button 'Clear' has a side-effect and should not work with GET,
    as GET is considered a Safe Method not taking an action other than retrieval.
    
    https://www.rfc-editor.org/rfc/rfc2616#section-9.1.1
    
    I'd like to restrict users from doing any changes by restricting them to method GET.
    With that said one might consider this change as a security fix.
    
    Signed-off-by: Ralf Wiebicke <[email protected]>
    rw7 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    c76fed3 View commit details
    Browse the repository at this point in the history
  3. soften warning on using ConsoleAppender

    Signed-off-by: ceki <[email protected]>
    ceki committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    8d2262d View commit details
    Browse the repository at this point in the history
  4. minor changes

    Signed-off-by: ceki <[email protected]>
    ceki committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    7f65340 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8116069 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. mindor javadoc changes

    Signed-off-by: ceki <[email protected]>
    ceki committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    20802cf View commit details
    Browse the repository at this point in the history
  2. prepare release 1.5.19

    Signed-off-by: ceki <[email protected]>
    ceki committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    ee70cf4 View commit details
    Browse the repository at this point in the history
  3. add plugin for Maven Central deployment

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    4adae8b View commit details
    Browse the repository at this point in the history
  4. skip deployment of blackbox and example modules, published as version…

    … 1.5.9
    
    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    e572d4f View commit details
    Browse the repository at this point in the history
Loading