Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scoped context #2438

Merged
merged 21 commits into from
Apr 15, 2024
Merged

Scoped context #2438

merged 21 commits into from
Apr 15, 2024

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    193ed95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86aac20 View commit details
    Browse the repository at this point in the history
  3. Use ExtendedLoggerWrapper

    rgoers committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    63765d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b19b0 View commit details
    Browse the repository at this point in the history
  5. Update docs

    rgoers committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d398dae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37e2b22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4848144 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    rgoers committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7f63f31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b26c2e2 View commit details
    Browse the repository at this point in the history
  10. Move non-API classes to core

    rgoers committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9ca817a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0291e46 View commit details
    Browse the repository at this point in the history
  12. Fix comment

    rgoers committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e7751cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c82a083 View commit details
    Browse the repository at this point in the history
  14. Fix site conflicts

    rgoers committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf01425 View commit details
    Browse the repository at this point in the history
  15. Delegate ScopedContext functionality to interface

    To provide more configurability for the `ScopedContext` service, this PR
    moves its implementation details to `log4j-core` and replaces it with a
    `ScopedContextProvider` interface.
    
    In Log4j API only a NO-OP version of the provider is present, but each
    implementation of the API can provide its own.
    ppkarwasz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7f9c7e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    ebc3aaf View commit details
    Browse the repository at this point in the history
  2. merge changes from 2.x branch

    rgoers committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    307120d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. More abstractions

    rgoers committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    132c2d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2397ee View commit details
    Browse the repository at this point in the history
  3. Fix javadoc comment

    rgoers committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3ef49c5 View commit details
    Browse the repository at this point in the history