This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch ScopedContext in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit b632ab42cfc8e26353d39be3d12215282c61bb2c Author: Ralph Goers <[email protected]> AuthorDate: Wed Mar 27 14:27:16 2024 -0700 Add changelog --- src/site/_release-notes/_2.x.x.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index 9f784a7555..1aba83cb5d 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -34,6 +34,7 @@ This releases contains ... * Fix usage of `log4j-api` in GraalVM without additional reachability data. (https://github.com/apache/logging-log4j2/pull/1539[1539]) * Centralize initialization in the `Provider` class and deprecate `log4j2.loggerContextFactory` property. (https://github.com/apache/logging-log4j2/pull/2374[2374]) +* Remove `log4j-kubernetes` lookup. User should migrate to https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md[`kubernetes-log4j`] (https://github.com/apache/logging-log4j2/pull/2412[2412]) [#release-notes-2-x-x-fixed] === Fixed
