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/slf4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0645c18
Choose a base ref
...
head repository: qos-ch/slf4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2cb05f
Choose a head ref
  • 10 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 21, 2022

  1. [SLF4J-564] slf4j-simple: fix javadoc for SimpleLogger

    Signed-off-by: Witalij Berdinskich <[email protected]>
    vitalijr2 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    768ca7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #307 from radio-rogal/slf4j-564-simple-logger-javadoc

    [SLF4J-564] slf4j-simple: fix javadoc for SimpleLogger
    ceki authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bb49a5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb1710a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Add missing javadoc to SLF4JServiceProvider.java

    Had to do some digging around the logback-classic alpha release for SLF4J2 API
    integration to work out the nature of this behaviour. This should prevent confusion
    for developers of other logging implementations in the future.
    
    Signed-off-by: Ashley Scopes <[email protected]>
    ascopes committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    3f47f87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #310 from ascopes/patch-1

    Add missing javadoc to SLF4JServiceProvider.java
    ceki authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7686020 View commit details
    Browse the repository at this point in the history
  3. Reword Marker Javadoc to improve grammar.

    Signed-off-by: Ashley Scopes <[email protected]>
    ascopes authored and ceki committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    bcbbe40 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. comment about ThreadLocal key or value types

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d81affb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b500a6f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. fix SLF4J-546, Fluent logging API doesn't populate timestamp with Rel…

    …oad4JLogger
    
    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4b5bb41 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.0.3

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