|
22 | 22 |
|
23 | 23 | This releases contains ...
|
24 | 24 |
|
25 |
| -
|
26 |
| -[#release-notes-2-x-x-added] |
27 |
| -=== Added |
28 |
| -
|
29 |
| -* Added support for LMAX Disruptor 4.x (https://github.com/apache/logging-log4j2/issues/1821[1821]) |
30 |
| -
|
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 |
| -
|
36 |
| -[#release-notes-2-x-x-deprecated] |
37 |
| -=== Deprecated |
38 |
| -
|
39 |
| -* Deprecate the configuration attribute `verbose` (i.e., `<Configuration verbose="..."`) and `StatusConsoleListener` filters (https://github.com/apache/logging-log4j2/pull/2226[2226]) |
40 |
| -* Deprecated the `RingBufferLogEventHandler` class for removal from the public API in 3.x |
41 |
| -
|
42 |
| -[#release-notes-2-x-x-fixed] |
43 |
| -=== Fixed |
44 |
| -
|
45 |
| -* Fix regression in `JdkMapAdapterStringMap` performance. (https://github.com/apache/logging-log4j2/issues/2238[2238]) |
46 |
| -* Fix the behavior of `Logger#setLevel` and `Logger#getLevel` in the Log4j 1.2 bridge. (https://github.com/apache/logging-log4j2/issues/2282[2282]) |
47 |
| -* Fix the behavior of `CoreLogger#setLevel` in the log4j-jul module. (https://github.com/apache/logging-log4j2/issues/2282[2282]) |
48 |
| -* Allow deserialization of all arrays of allowed classes. (https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680]) |
49 |
| -* Allow the <Properties> node to appear in any position in the configuration element. |
50 |
| -* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234]) |
51 |
| -* Fix `StringBuilder` cache corruption on recursive access |
52 |
| -* 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]) |
53 |
| -* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157]) |
54 |
| -* Fix typo in Kubernetes `clientKeyData` configuration property. |
55 |
| -
|
56 |
| -[#release-notes-2-x-x-updated] |
57 |
| -=== Updated |
58 |
| -
|
59 |
| -* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126]) |
60 |
| -* Update `commons-codec:commons-codec` to version `1.16.1` (https://github.com/apache/logging-log4j2/pull/2277[2277]) |
61 |
| -* Update `github/codeql-action` to version `3.24.3` (https://github.com/apache/logging-log4j2/pull/2295[2295]) |
62 |
| -* Update `io.netty:netty-bom` to version `4.1.107.Final` (https://github.com/apache/logging-log4j2/pull/2284[2284]) |
63 |
| -* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197]) |
64 |
| -* Update `org.eclipse.jetty:jetty-bom` to version `9.4.54.v20240208` (https://github.com/apache/logging-log4j2/pull/2287[2287]) |
65 |
| -* Update `org.jctools:jctools-core` to version `4.0.3` (https://github.com/apache/logging-log4j2/pull/2270[2270]) |
66 |
| -* Update `org.springframework:spring-framework-bom` to version `5.3.32` (https://github.com/apache/logging-log4j2/pull/2293[2293]) |
67 |
| -* Update `org.zeromq:jeromq` to version `0.6.0` (https://github.com/apache/logging-log4j2/pull/2271[2271]) |
0 commit comments