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.3.7
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.3.8
Choose a head ref
  • 12 commits
  • 56 files changed
  • 3 contributors

Commits on Apr 19, 2023

  1. start work on 1.3.8-SNAPSHOT

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    24a0997 View commit details
    Browse the repository at this point in the history
  2. bump to SLF4J 2.0.7

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

Commits on Apr 25, 2023

  1. [LOGBACK-1736] Make OSGi S.L.M. requirement for Configurator optional

    For LOGBACK-1729 (https://jira.qos.ch/browse/LOGBACK-1729) the OSGi
    Service Loader Mediator Manifest entries were enhanced to be able to
    load logback Configurator services provided by other OSGi bundles.
    Unintentionally this requirement was only specified with
    'cardinality:=multiple' and without 'resolution:=optional', which means
    that at least one bundle providing a Configurator service is required
    (but more are possible).
    
    This adds the forgotten 'resolution:=optional' directive to also allow
    the logback-classic bundle to resolve if no Configurator service is
    available, which is a valid case and for what the code is prepared.
    
    Fixes https://jira.qos.ch/browse/LOGBACK-1736
    
    Signed-off-by: Hannes Wellmann <[email protected]>
    HannesWell authored and ceki committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5c4fd50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7d858 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. add constant to restore text attributes

    Signed-off-by: Roberto Cella <[email protected]>
    rob93c authored and ceki committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3d2c108 View commit details
    Browse the repository at this point in the history
  2. ongoing work on JsonEscapeUtil

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

Commits on May 2, 2023

  1. fix LOGBACK-1737

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0d2ccee View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. ongoing work on JsonEnconder

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8338f2c View commit details
    Browse the repository at this point in the history
  2. ongoing work on JsonEncoder LOGBACK-1734

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6fa9bfd View commit details
    Browse the repository at this point in the history
  3. avoid spurious warnings about open modules

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2ece639 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. link logbackMDCAdapter in LoggerContext, fixes LOGBACK-1742

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

Commits on Jun 13, 2023

  1. prepare release 1.3.8

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e0fd8c3 View commit details
    Browse the repository at this point in the history
Loading