This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch
dependabot/maven/main/commons-io-commons-io-2.19.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 3f9ca4d286 Bump commons-io:commons-io from 2.18.0 to 2.19.0
add 44a9421ebd Add `log4j.plugin.enableBndAnnotations` option to
`PluginProcessor` (#3258)
add d624a93517 Bump ch.qos.logback:logback-core from 1.5.17 to 1.5.18
(#3549)
add 7071682646 Bump io.fabric8:docker-maven-plugin from 0.45.1 to 0.46.0
(#3590)
add c5b92debe1 Bump org.mockito:mockito-bom from 5.16.1 to 5.17.0 (#3591)
add 819e8d8b1b Bump guava.version from 33.4.7-jre to 33.4.8-jre (#3631)
add b1056643b4 Bump org.apache.logging:logging-parent from 12.0.0 to
12.1.0 (#3597)
add fecebaa33f Merge remote-tracking branch 'apache/main' into
dependabot/maven/main/commons-io-commons-io-2.19.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yaml | 8 +-
.github/workflows/codeql-analysis.yaml | 2 +-
.github/workflows/deploy-site.yaml | 6 +-
.github/workflows/merge-dependabot.yaml | 4 +-
.../log4j/async/logger/AsyncLoggerConfig.java | 1 +
.../core/filter/MutableThreadContextMapFilter.java | 6 +-
.../logging/log4j/core/lookup/MainMapLookup.java | 4 +
.../logging/log4j/core/time/ClockFactory.java | 9 +-
.../instant/InstantPatternDynamicFormatter.java | 6 +-
.../internal/instant/InstantPatternFormatter.java | 6 +-
.../template/json/resolver/ExceptionResolver.java | 4 -
.../json/resolver/ExceptionResolverFactory.java | 2 +-
.../json/resolver/ExceptionRootCauseResolver.java | 4 -
.../ExceptionRootCauseResolverFactory.java | 2 +-
log4j-parent/pom.xml | 18 +-
log4j-plugin-processor/pom.xml | 49 +++-
.../log4j/plugin/processor/PluginProcessor.java | 88 +++++--
.../plugin/processor/PluginProcessorTest.java | 253 +++++++++++++++++++++
.../src/test/resources/example}/FakePlugin.java | 4 +-
.../plugin/processor/PluginProcessorTest.java | 110 ---------
pom.xml | 4 +-
.../3151_plugin_processor_bnd_annotations.xml} | 7 +-
22 files changed, 408 insertions(+), 189 deletions(-)
create mode 100644
log4j-plugin-processor/src/test/java/org/apache/logging/log4j/plugin/processor/PluginProcessorTest.java
rename
{log4j-plugins-test/src/main/java/org/apache/logging/log4j/plugins/test/validation
=> log4j-plugin-processor/src/test/resources/example}/FakePlugin.java (92%)
delete mode 100644
log4j-plugins-test/src/test/java/org/apache/logging/log4j/plugin/processor/PluginProcessorTest.java
copy src/changelog/{3.0.0-beta1/change_basic_auth_encoding.xml =>
.3.x.x/3151_plugin_processor_bnd_annotations.xml} (56%)