You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/_release-notes/_2.x.x.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,15 @@ This releases contains ...
37
37
[#release-notes-2-x-x-fixed]
38
38
=== Fixed
39
39
40
+
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
40
41
* 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])
41
42
* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157])
42
43
* Fix typo in Kubernetes `clientKeyData` configuration property.
43
44
44
45
[#release-notes-2-x-x-updated]
45
46
=== Updated
46
47
47
-
* Update `actions/upload-artifact` to version `4.2.0` (https://github.com/apache/logging-log4j2/pull/2216[2216])
48
+
* Update `actions/upload-artifact` to version `4.3.0` (https://github.com/apache/logging-log4j2/pull/2240[2240])
48
49
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2192[2192])
49
50
* Update `co.elastic.clients:elasticsearch-java` to version `8.12.0` (https://github.com/apache/logging-log4j2/pull/2212[2212])
50
51
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
0 commit comments