This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new f8df1796dc Update auto-generated files
f8df1796dc is described below
commit f8df1796dce6785ddb56c8faf2b8ae612ee2dd56
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Feb 6 22:15:00 2024 +0100
Update auto-generated files
---
src/site/_release-notes/_2.22.0.adoc | 1 +
src/site/_release-notes/_2.x.x.adoc | 7 +++++++
2 files changed, 8 insertions(+)
diff --git a/src/site/_release-notes/_2.22.0.adoc
b/src/site/_release-notes/_2.22.0.adoc
index ff0fbee58c..1d612ec2f9 100644
--- a/src/site/_release-notes/_2.22.0.adoc
+++ b/src/site/_release-notes/_2.22.0.adoc
@@ -45,6 +45,7 @@ SBOM generation is streamlined by `logging-parent`, see
https://logging.apache.o
[#release-notes-2-22-0-fixed]
=== Fixed
+* Harden deserialization process by requiring the usage of
`FilteredObjectInputStream` on Java 8 and `ObjectInputFilter` on Java 9+ to
deserialize custom classes.
(https://github.com/apache/logging-log4j2/issues/1884[1906])
* Fix MDC pattern converter causing issues for `%notEmpty`
(https://github.com/apache/logging-log4j2/issues/1922[1922])
* Export missing OSGi & JPMS modules in `log4j-layout-template-json` and
`log4j-1.2-api` (https://github.com/apache/logging-log4j2/issues/1895[1895])
* Fix `spring-test` dependency scope change
(https://issues.apache.org/jira/browse/LOG4J2-3675[LOG4J2-3675])
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 283facd50c..e03cfae075 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -28,6 +28,11 @@ This releases contains ...
* Added support for LMAX Disruptor 4.x
(https://github.com/apache/logging-log4j2/issues/1821[1821])
+[#release-notes-2-x-x-changed]
+=== Changed
+
+* Simplify BND configuration after upgrade from version `6.4.1` to `7.0.0`
+
[#release-notes-2-x-x-deprecated]
=== Deprecated
@@ -37,6 +42,8 @@ This releases contains ...
[#release-notes-2-x-x-fixed]
=== Fixed
+* Fix regression in `JdkMapAdapterStringMap` performance.
(https://github.com/apache/logging-log4j2/issues/2238[2238])
+* Allow deserialization of all arrays of allowed classes.
(https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680])
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()`
(https://github.com/apache/logging-log4j2/issues/2234[2234])
* Fixed use of `SecurityManager` in `LoaderUtil` where
`AccessController::doPrivileged` should only be invoked when a
`SecurityManager` is installed. Some runtimes do not seem to have this method
available. (https://github.com/apache/logging-log4j2/issues/2129[2129])
* Fix `log4j-spring-cloud-config-client` dependencies to include only those
required. (https://github.com/apache/logging-log4j2/pull/2157[2157])