This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/2.x/org.eclipse.angus-angus-activation-2.0.2
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    omit 1463e191d7 Bump org.eclipse.angus:angus-activation from 2.0.1 to 2.0.2
     add 673440f6d4 Update `github/codeql-action` to version `3.24.6` (#2332)
     add 9c234901e1 Update `jakarta.activation:jakarta.activation-api` to 
version `2.1.3` (#2335)
     add 3060ab15b3 Add issue links to changelog entries (#2322)
     add c5420410df Fix `StatusLogger` log level filtering when debug mode is 
enabled (#2337, #2338)
     add 28b70d1d7f Remove `StatusConsoleListener` log level filtering (#2337, 
#2340)
     add 395a8f45fa Fix handling of `LoggerContextAware` lookups
     add 1e84a6781d Bump org.eclipse.angus:angus-activation from 2.0.1 to 2.0.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1463e191d7)
            \
             N -- N -- N   
refs/heads/dependabot/maven/2.x/org.eclipse.angus-angus-activation-2.0.2 
(1e84a6781d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/scorecards-analysis.yaml         |  2 +-
 .../log4j/status/StatusConsoleListenerTest.java    | 23 +----
 .../log4j/status/StatusLoggerLevelTest.java        | 82 ++++++++++++++++++
 .../log4j/status/StatusConsoleListener.java        |  6 +-
 .../apache/logging/log4j/status/StatusLogger.java  | 21 ++++-
 .../core/config/AbstractConfigurationTest.java     | 99 ++++++++++++++++++++++
 .../config/ConfigurationPropertiesOrderTest.java   | 67 ---------------
 .../log4j/core/lookup/InterpolatorTest.java        | 71 ++++++++++++++++
 .../log4j/core/config/AbstractConfiguration.java   |  1 +
 .../log4j/core/config/PropertiesPlugin.java        |  5 +-
 .../logging/log4j/core/lookup/Interpolator.java    | 29 ++++---
 log4j-parent/pom.xml                               |  2 +-
 .../2309_fix_logger_context_aware_lookups.xml}     |  3 +-
 .../fix_StatusLogger_debug_mode.xml}               |  3 +-
 .../.2.x.x/fix_StatusLogger_instant_formatting.xml |  1 +
 .../.2.x.x/fix_StatusLogger_stack_overflow.xml     |  1 +
 .../.2.x.x/update_github_codeql_action.xml         |  4 +-
 ..._jakarta_activation_jakarta_activation_api.xml} |  6 +-
 src/site/_release-notes/_2.x.x.adoc                |  9 +-
 19 files changed, 319 insertions(+), 116 deletions(-)
 create mode 100644 
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/AbstractConfigurationTest.java
 delete mode 100644 
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/ConfigurationPropertiesOrderTest.java
 copy src/changelog/{2.0-beta1/Update_the_versions_of_SLF4J_and_Logback.xml => 
.2.x.x/2309_fix_logger_context_aware_lookups.xml} (64%)
 copy 
src/changelog/{2.0-beta2/DefaultConfiguration_was_not_starting_the_Console_Appender.xml
 => .2.x.x/fix_StatusLogger_debug_mode.xml} (61%)
 copy 
src/changelog/{2.0-beta8/LOG4J2-284_Update_Log4j_1_dependency_to_1_2_17_from_1_2_16.xml
 => .2.x.x/update_jakarta_activation_jakarta_activation_api.xml} (67%)

Reply via email to