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

Update LogAdapter to allow build-time code removal #29506

Closed

Commits on Nov 17, 2022

  1. Update LogAdapter to allow build-time code removal

    Allow for example to remove those classes and 90 related methods when Logback is used:
    - org.apache.commons.logging.LogAdapter$JavaUtilAdapter
    - org.apache.commons.logging.LogAdapter$JavaUtilLog
    - org.apache.commons.logging.LogAdapter$LocationResolvingLogRecord
    - org.apache.commons.logging.LogAdapter$Log4jAdapter
    - org.apache.commons.logging.LogAdapter$Log4jLog
    - org.apache.commons.logging.LogAdapter$LogApi
    - org.apache.logging.log4j.message.ObjectMessage
    - org.apache.logging.log4j.message.ReusableObjectMessage
    - org.apache.logging.log4j.simple.SimpleLoggerContext
    - org.apache.logging.log4j.simple.SimpleLoggerContextFactory
    sdeleuze committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4de4ffc View commit details
    Browse the repository at this point in the history