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.2.11
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.2.13
Choose a head ref
  • 13 commits
  • 22 files changed
  • 3 contributors

Commits on Oct 14, 2021

  1. Fixing behavior of logback-access in the modern era

    + Fixes LOGBACK-1580 to report the proper
      HttpServletResponse.getStatus() that was used
      when the response was committed.
    + Works around LOGBACK-1581 in AccessEvent to
      not fail logging when the
        HttpServletRequest.getParameterNames() or
        HttpServletRequest.getParameter(String)
      methods are used against unread or even bad
      request objects.
    + Updated Javadoc (needs to be copied over
      to logback manual though)
    + Must use OpenJDK 1.8 to compile and release.
    + Still compiles to Java 1.6 bytecode for release.
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    bf66c83 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Correcting logic around classIsPresent

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    453f597 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix LOGBACK-1623

    Signed-off-by: Ceki Gulcu <ceki@qos.ch>
    ceki committed Mar 31, 2022
    1 Configuration menu
    Copy the full SHA
    d0f8431 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. version for next dev cycle

    Signed-off-by: Ceki Gulcu <ceki@qos.ch>
    ceki committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    009ea46 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. fix: published POM file contain the wrong scm URL

    LOGBACK-1633
    
    Signed-off-by: Bajohr, Rayk <rayk.bajohr@siemens.com>
    spliffone committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e869000 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #567 from spliffone/LOGBACK-1633

    fix: published POM file contain the wrong scm URL
    ceki authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    21e29ef View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. removed unused files

    Signed-off-by: Ceki Gulcu <ceki@qos.ch>
    ceki committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e31609b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Merge pull request #532 from joakime/fix-jetty-requestlog

    Fixing behavior of logback-access in the modern era
    ceki authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ca0cf17 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. prepare release 1.2.12

    Signed-off-by: Ceki Gulcu <ceki@qos.ch>
    ceki committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    de44dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a388193 View commit details
    Browse the repository at this point in the history
  3. start work on 1.2.13-SNAPSHOT

    Signed-off-by: Ceki Gulcu <ceki@qos.ch>
    ceki committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4573294 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix CVE-2023-6378

    Signed-off-by: Ceki Gulcu <ceki@qos.ch>
    ceki committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bb09515 View commit details
    Browse the repository at this point in the history
  2. prepare release 1.2.13

    Signed-off-by: Ceki Gulcu <ceki@qos.ch>
    ceki committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2648b9e View commit details
    Browse the repository at this point in the history
Loading