Skip to content

Commit f8df179

Browse files
committed
Update auto-generated files
1 parent 1afd189 commit f8df179

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/site/_release-notes/_2.22.0.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ SBOM generation is streamlined by `logging-parent`, see https://logging.apache.o
4545
[#release-notes-2-22-0-fixed]
4646
=== Fixed
4747
48+
* 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])
4849
* Fix MDC pattern converter causing issues for `%notEmpty` (https://github.com/apache/logging-log4j2/issues/1922[1922])
4950
* Export missing OSGi & JPMS modules in `log4j-layout-template-json` and `log4j-1.2-api` (https://github.com/apache/logging-log4j2/issues/1895[1895])
5051
* Fix `spring-test` dependency scope change (https://issues.apache.org/jira/browse/LOG4J2-3675[LOG4J2-3675])

src/site/_release-notes/_2.x.x.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ This releases contains ...
2828
2929
* Added support for LMAX Disruptor 4.x (https://github.com/apache/logging-log4j2/issues/1821[1821])
3030
31+
[#release-notes-2-x-x-changed]
32+
=== Changed
33+
34+
* Simplify BND configuration after upgrade from version `6.4.1` to `7.0.0`
35+
3136
[#release-notes-2-x-x-deprecated]
3237
=== Deprecated
3338
@@ -37,6 +42,8 @@ This releases contains ...
3742
[#release-notes-2-x-x-fixed]
3843
=== Fixed
3944
45+
* Fix regression in `JdkMapAdapterStringMap` performance. (https://github.com/apache/logging-log4j2/issues/2238[2238])
46+
* Allow deserialization of all arrays of allowed classes. (https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680])
4047
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
4148
* 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])
4249
* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157])

0 commit comments

Comments
 (0)