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

Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 #2344

Commits on Mar 4, 2024

  1. Fix handling of LoggerContextAware lookups

    Due to the changes in #2278 `LoggerContextAware` lookups stopped working
    in `2.23.0`.
    
    This PR:
    
     * fixes the NPE in `Interpolator` that occurs if
       `Interpolator#setLoggerContext` was **not** called after
       instantiation.
     * Calls `Interpolator#setConfiguration` and
       `Interpolator#setLoggerContext` wherever it is possible.
     * Changes the way `Interpolator` propagates `Configuration` and
       `LoggerContext` to child lookups. Previously this occurred at each
       evaluation, now it occurs only in the setters.
    
    Closes #2309.
    ppkarwasz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    395a8f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981618d View commit details
    Browse the repository at this point in the history