This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch feature/main/move-commons-compress2
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 6627024993 Remove exclusion of non-existing test
add b8fb7013df Upgrade to Log4j API 2.24.0
add dc6c6d25ab Update `ch.qos.logback:logback-core` to version `1.5.8`
(#2928)
add b11d6d4b18 Fix broken internal links
add d3724416c4 Disallow duplicate keys in `JsonReader`
add 731c867e11 Add "Migrate from Log4j 2" to the navigation menu
add 887e51a7a8 Fix typo in `api.adoc`
add 6f67abc5e7 Update
`org.elasticsearch.client:elasticsearch-rest-high-level-client` to version
`7.17.24` (#2939)
add 992fab8d34 Update `org.eclipse.platform:org.eclipse.osgi` to version
`3.21.0` (#2938)
add 8be94bcec3 Update `org.apache.tomcat:tomcat-juli` to version `10.1.29`
(#2944)
add fda45ecf68 Increase timeout in `AsyncLoggerConfigTest`
add e4553762d9 Fail build for `static transitive` modules
add 0ba85c0488 Merge remote-tracking branch 'apache/main' into
feature/main/move-commons-compress2
add 806a0be16e Remove `compressionLevel` configuration parameter
No new revisions were added by this update.
Summary of changes:
.../log4j/async/logger/AsyncLoggerConfigTest.java | 3 +-
log4j-core/pom.xml | 1 +
.../log4j/core/appender/RollingFileAppender.java | 3 -
.../appender/RollingRandomAccessFileAppender.java | 5 --
.../appender/rolling/DefaultRolloverStrategy.java | 46 +++------------
.../rolling/DirectWriteRolloverStrategy.java | 43 +++-----------
.../rolling/action/CompressActionFactory.java | 12 +---
.../internal/JreCompressActionFactoryProvider.java | 27 ++-------
log4j-jul/pom.xml | 6 +-
log4j-kit/pom.xml | 5 +-
.../apache/logging/log4j/kit/json/JsonReader.java | 4 ++
.../logging/log4j/kit/json/JsonReaderTest.java | 17 ++++++
log4j-parent/pom.xml | 69 +++++++++++++++++++++-
log4j-plugins/pom.xml | 4 ++
log4j-to-jul/pom.xml | 4 ++
log4j-to-slf4j/pom.xml | 4 ++
pom.xml | 4 +-
.../.3.x.x/update_ch_qos_logback_logback_core.xml | 4 +-
.../update_org_apache_tomcat_tomcat_juli.xml | 4 +-
...pdate_org_eclipse_platform_org_eclipse_osgi.xml | 4 +-
...client_elasticsearch_rest_high_level_client.xml | 4 +-
src/site/antora/modules/ROOT/nav.adoc | 1 +
src/site/antora/modules/ROOT/pages/manual/api.adoc | 2 +-
.../ROOT/pages/manual/appenders/delegating.adoc | 2 +-
.../ROOT/pages/manual/appenders/message-queue.adoc | 5 +-
.../ROOT/pages/manual/appenders/rolling-file.adoc | 11 ----
.../migration.adoc => migrate-from-log4j2.adoc} | 8 +--
27 files changed, 153 insertions(+), 149 deletions(-)
rename src/site/antora/modules/ROOT/pages/{manual/migration.adoc =>
migrate-from-log4j2.adoc} (97%)