This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/2.x/github/codeql-action-3.24.9
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 8505656ac3 Bump github/codeql-action from 3.24.8 to 3.24.9
add 03964365b3 Ignore major version bumps for MongoDB
add 21b283fb17 Evaluate `StatusLogger.getLogger` lazily
add 2ae80897a9 Add auto-generated plugin reference to the `2.x` site
(#2404)
add f23ea6d502 Update `github/codeql-action` to version `3.24.9` (#2403)
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 (8505656ac3)
\
N -- N -- N
refs/heads/dependabot/github_actions/2.x/github/codeql-action-3.24.9
(f23ea6d502)
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/dependabot.yaml | 4 +
log4j-1.2-api/.log4j-plugin-processing-activator | 1 +
log4j-1.2-api/pom.xml | 28 +-
.../log4j/test/junit/TempLoggingDirectory.java | 9 +-
log4j-api/pom.xml | 2 +-
log4j-cassandra/.log4j-plugin-processing-activator | 1 +
log4j-cassandra/pom.xml | 26 +-
log4j-core-java9/pom.xml | 1 +
log4j-core-test/.log4j-plugin-processing-activator | 1 +
log4j-core-test/pom.xml | 20 +-
.../src/main/resources/Log4j-config.xsd | 1405 --------------------
.../log4j/core/config/xml/XmlSchemaTest.java | 103 --
log4j-core/pom.xml | 74 +-
.../appender/rolling/action/ScriptCondition.java | 4 +-
.../log4j/core/config/xml/XmlConfiguration.java | 3 +-
log4j-core/src/main/resources/Log4j-config.xsd | 1405 --------------------
log4j-couchdb/.log4j-plugin-processing-activator | 1 +
log4j-couchdb/pom.xml | 26 +-
log4j-docker/.log4j-plugin-processing-activator | 1 +
log4j-docker/pom.xml | 32 +-
log4j-flume-ng/.log4j-plugin-processing-activator | 1 +
log4j-flume-ng/pom.xml | 29 +-
.../.log4j-plugin-processing-activator | 1 +
log4j-jakarta-web/pom.xml | 26 +-
.../.log4j-plugin-processing-activator | 1 +
log4j-jdbc-dbcp2/pom.xml | 26 +-
log4j-jpa/.log4j-plugin-processing-activator | 1 +
log4j-jpa/pom.xml | 25 +-
log4j-kubernetes/pom.xml | 29 +-
.../.log4j-plugin-processing-activator | 1 +
log4j-layout-template-json-test/pom.xml | 17 +-
.../.log4j-plugin-processing-activator | 1 +
log4j-layout-template-json/pom.xml | 40 +-
log4j-mongodb3/.log4j-plugin-processing-activator | 1 +
log4j-mongodb3/pom.xml | 23 +-
log4j-mongodb4/.log4j-plugin-processing-activator | 1 +
log4j-mongodb4/pom.xml | 23 +-
log4j-osgi-test/.log4j-plugin-processing-activator | 1 +
log4j-osgi-test/pom.xml | 29 +-
log4j-parent/pom.xml | 58 +
.../.log4j-plugin-processing-activator | 1 +
log4j-spring-boot/pom.xml | 29 +-
log4j-web/.log4j-plugin-processing-activator | 1 +
log4j-web/pom.xml | 27 +-
pom.xml | 152 ++-
.../add_plugin_reference.xml} | 4 +-
.../.2.x.x/update_github_codeql_action.xml | 4 +-
src/site/_release-notes/_2.x.x.adoc | 14 +-
...ing-cloud-config.adoc => plugin-reference.adoc} | 5 +-
src/site/site.xml | 361 -----
.../asciidoctor}/document.html.erb | 3 +-
src/template/docgen/index.adoc.ftl | 59 +
src/template/docgen/type.adoc.ftl | 133 ++
53 files changed, 566 insertions(+), 3708 deletions(-)
create mode 100644 log4j-1.2-api/.log4j-plugin-processing-activator
create mode 100644 log4j-cassandra/.log4j-plugin-processing-activator
create mode 100644 log4j-core-test/.log4j-plugin-processing-activator
delete mode 100644 log4j-core-test/src/main/resources/Log4j-config.xsd
delete mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java
delete mode 100644 log4j-core/src/main/resources/Log4j-config.xsd
create mode 100644 log4j-couchdb/.log4j-plugin-processing-activator
create mode 100644 log4j-docker/.log4j-plugin-processing-activator
create mode 100644 log4j-flume-ng/.log4j-plugin-processing-activator
create mode 100644 log4j-jakarta-web/.log4j-plugin-processing-activator
create mode 100644 log4j-jdbc-dbcp2/.log4j-plugin-processing-activator
create mode 100644 log4j-jpa/.log4j-plugin-processing-activator
create mode 100644
log4j-layout-template-json-test/.log4j-plugin-processing-activator
create mode 100644
log4j-layout-template-json/.log4j-plugin-processing-activator
create mode 100644 log4j-mongodb3/.log4j-plugin-processing-activator
create mode 100644 log4j-mongodb4/.log4j-plugin-processing-activator
create mode 100644 log4j-osgi-test/.log4j-plugin-processing-activator
create mode 100644 log4j-spring-boot/.log4j-plugin-processing-activator
create mode 100644 log4j-web/.log4j-plugin-processing-activator
copy src/changelog/{2.0-beta1/Added_AsynchAppender.xml =>
.2.x.x/add_plugin_reference.xml} (58%)
copy src/site/asciidoc/{log4j-spring-cloud-config.adoc =>
plugin-reference.adoc} (90%)
delete mode 100644 src/site/site.xml
rename src/{asciidoc/templates => template/asciidoctor}/document.html.erb (98%)
create mode 100644 src/template/docgen/index.adoc.ftl
create mode 100644 src/template/docgen/type.adoc.ftl