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

github-bot pushed a change to branch 
dependabot/maven/log4j-parent/2.x/cassandra.version-3.11.19
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard d8bbcbc94d Bump cassandra.version from 3.11.18 to 3.11.19 in 
/log4j-parent
     add c96199001d Update `com.github.luben:zstd-jni` to version `1.5.6-10` 
(#3447)
     add c59fdd4a0e Fix properties example in Installation page (#3448)
     add 8c0e3c6c4f Improve configuration error handling of HttpAppender (#3438)
     add 85c6c9b8cf Publish build scans to develocity.apache.org (#3396)
     add fef8af8e66 Fix null termination advice for SOA and JTL
     add 55b799bbaf Bump org.apache.logging:logging-parent from 11.3.0 to 
12.0.0 in /log4j-parent (#3452)
     add 382ea9b619 Run reproducibility check after each deployment
     add 38466320b5 Run integration tests after each deployment (#3105)
     add 2b9a15f6eb Fix revision to `2.25.0-SNAPSHOT`
     add ed7e995fbd Bump cassandra.version from 3.11.18 to 3.11.19 in 
/log4j-parent

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   (d8bbcbc94d)
            \
             N -- N -- N   
refs/heads/dependabot/maven/log4j-parent/2.x/cassandra.version-3.11.19 
(ed7e995fbd)

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/build.yaml                       |  32 ++++-
 .github/workflows/codeql-analysis.yaml             |   2 +-
 .github/workflows/deploy-site.yaml                 |   6 +-
 .../workflows/develocity-publish-build-scans.yaml  |   4 +-
 .github/workflows/merge-dependabot.yaml            |   6 +-
 .mvn/develocity.xml                                |   2 +-
 .../core/appender/HttpAppenderBuilderTest.java     | 130 +++++++++++++++++++++
 .../logging/log4j/core/appender/HttpAppender.java  |  24 ++--
 log4j-parent/pom.xml                               |  30 ++++-
 pom.xml                                            |   6 +-
 ...dling.xml => 3011_http_appender_validation.xml} |   3 +-
 .../.2.x.x/update_com_github_luben_zstd_jni.xml    |   4 +-
 .../update_org_apache_logging_logging_parent.xml   |   2 +-
 .../ROOT/examples/cloud/logstash/log4j2.json       |   4 +-
 .../ROOT/examples/cloud/logstash/log4j2.properties |   1 -
 .../ROOT/examples/cloud/logstash/log4j2.xml        |   2 +-
 .../ROOT/examples/cloud/logstash/log4j2.yaml       |   3 +-
 .../modules/ROOT/pages/manual/installation.adoc    |   2 +-
 src/site/antora/modules/ROOT/pages/soa.adoc        |   3 +-
 19 files changed, 225 insertions(+), 41 deletions(-)
 create mode 100644 
log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderBuilderTest.java
 copy src/changelog/.2.x.x/{fix_JsonWriter_surrogate_handling.xml => 
3011_http_appender_validation.xml} (64%)

Reply via email to