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

Backport some Log4j API 3.x features #2392

Merged
merged 12 commits into from
Mar 22, 2024
Merged

Backport some Log4j API 3.x features #2392

merged 12 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Simplify ServiceLoaderUtil

    We make `ServiceLoaderUtil` more GraalVM-friendly by replacing the usage
    of `MethodHandles.Lookup` with the requirement for the caller to
    instantiate the `ServiceLoader` himself.
    ppkarwasz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b2c0a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b455b2 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    ffe06dd View commit details
    Browse the repository at this point in the history
  4. Add Strings#trimToOptional

    ppkarwasz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f3c0f6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7184e5 View commit details
    Browse the repository at this point in the history
  6. Port Tags from 3.x

    ppkarwasz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9157957 View commit details
    Browse the repository at this point in the history
  7. Remove reflection from log4j-to-jul and log4j-to-slf4j

    By removing the reflective instantiation of `LoggerContextFactory` and
    `ThreadContextMap`, we make `log4j-to-jul` and `log4j-to-slf4j` more
    GraalVM-friendly.
    ppkarwasz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c2c3a01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a567c58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08a17c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1c2bd1 View commit details
    Browse the repository at this point in the history
  11. Fix BND baseline error

    ppkarwasz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f0e82d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11209a3 View commit details
    Browse the repository at this point in the history