This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/main/org.eclipse.jetty-jetty-bom-9.4.55.v20240627
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 2407a69126 Bump org.eclipse.jetty:jetty-bom
add a40a4686c2 Revamp the `Filters` page
add 449dd84421 Fix formatting
add 04f13fb1c6 Missing licenses
add f161eba79f Apply review suggestions (1)
add 632b429738 Apply review suggestions (2)
add 57acb90430 Fix `BurstFilter` description
add 69dfbe4c7e Apply review suggestions (3)
add 715d2801a0 Apply review suggestions (4)
add b23da1b008 Bump org.eclipse.jetty:jetty-bom
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 (2407a69126)
\
N -- N -- N
refs/heads/dependabot/maven/main/org.eclipse.jetty-jetty-bom-9.4.55.v20240627
(b23da1b008)
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:
.../examples/manual/filters/ContextMapFilter.json | 38 +
.../ContextMapFilter.properties} | 22 +-
.../log4j2.xml => filters/ContextMapFilter.xml} | 26 +-
.../log4j2.yaml => filters/ContextMapFilter.yaml} | 23 +-
.../manual/filters/DynamicThresholdFilter.json | 35 +
.../DynamicThresholdFilter.properties} | 20 +-
.../DynamicThresholdFilter.xml} | 20 +-
.../DynamicThresholdFilter.yaml} | 22 +-
.../ROOT/examples/manual/filters/MapFilter.json | 38 +
.../MapFilter.properties} | 22 +-
.../usage/log4j2.xml => filters/MapFilter.xml} | 20 +-
.../usage/log4j2.yaml => filters/MapFilter.yaml} | 19 +-
.../manual/filters/MutableContextMapFilter.json | 24 +
.../MutableContextMapFilter.properties} | 9 +-
.../MutableContextMapFilter.xml} | 15 +-
.../MutableContextMapFilter.yaml} | 12 +-
.../ROOT/examples/manual/filters/ScriptFilter.json | 34 +
.../ScriptFilter.properties} | 17 +-
.../log4j2.xml => filters/ScriptFilter.xml} | 24 +-
.../log4j2.yaml => filters/ScriptFilter.yaml} | 19 +-
.../manual/filters/StructuredDataFilter.json | 38 +
.../StructuredDataFilter.properties} | 22 +-
.../StructuredDataFilter.xml} | 20 +-
.../StructuredDataFilter.yaml} | 23 +-
.../ROOT/examples/manual/filters/TimeFilter.json | 38 +
.../TimeFilter.properties} | 22 +-
.../log4j2.xml => filters/TimeFilter.xml} | 26 +-
.../log4j2.yaml => filters/TimeFilter.yaml} | 32 +-
.../ROOT/examples/manual/filters/configs.json | 11 +
.../ROOT/examples/manual/filters/configs2.json | 10 +
.../ROOT/examples/manual/filters/filters.json | 23 +-
.../examples/manual/filters/filters.properties | 37 +-
.../ROOT/examples/manual/filters/filters.xml | 20 +-
.../ROOT/examples/manual/filters/filters.yaml | 28 +-
.../ROOT/examples/manual/filters/global.groovy | 9 +-
.../ROOT/examples/manual/filters/local.groovy | 4 +-
.../ROOT/examples/manual/messages/log-event.json | 40 +
.../modules/ROOT/pages/manual/configuration.adoc | 11 +-
.../antora/modules/ROOT/pages/manual/filters.adoc | 2138 ++++++++++++--------
.../antora/modules/ROOT/pages/manual/scripts.adoc | 3 +
.../modules/ROOT/partials/manual/log-event.adoc | 61 +
.../manual/systemproperties/properties-async.adoc | 2 +-
42 files changed, 2032 insertions(+), 1045 deletions(-)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/ContextMapFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/ContextMapFilter.properties} (70%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.xml
=> filters/ContextMapFilter.xml} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.yaml
=> filters/ContextMapFilter.yaml} (75%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/DynamicThresholdFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/DynamicThresholdFilter.properties} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.xml
=> filters/DynamicThresholdFilter.xml} (70%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.yaml
=> filters/DynamicThresholdFilter.yaml} (75%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/MapFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/MapFilter.properties} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.xml
=> filters/MapFilter.xml} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.yaml
=> filters/MapFilter.yaml} (74%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/MutableContextMapFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/MutableContextMapFilter.properties} (83%)
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.xml
=> filters/MutableContextMapFilter.xml} (78%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.yaml
=> filters/MutableContextMapFilter.yaml} (82%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/ScriptFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/ScriptFilter.properties} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.xml
=> filters/ScriptFilter.xml} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.yaml
=> filters/ScriptFilter.yaml} (73%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/StructuredDataFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/StructuredDataFilter.properties} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.xml
=> filters/StructuredDataFilter.xml} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.yaml
=> filters/StructuredDataFilter.yaml} (74%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/TimeFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/property-substitution/log4j2.properties
=> filters/TimeFilter.properties} (63%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.xml
=> filters/TimeFilter.xml} (68%)
copy src/site/antora/modules/ROOT/examples/manual/{flowtracing/log4j2.yaml =>
filters/TimeFilter.yaml} (69%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/configs.json
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/configs2.json
copy
log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/categories/AsyncLoggers.java
=> src/site/antora/modules/ROOT/examples/manual/filters/global.groovy (78%)
copy
log4j-plugins-test/src/main/java/org/apache/logging/log4j/plugins/test/validation/di/PrototypeBean.java
=> src/site/antora/modules/ROOT/examples/manual/filters/local.groovy (89%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/messages/log-event.json
create mode 100644 src/site/antora/modules/ROOT/partials/manual/log-event.adoc