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 158f180947 Remove `MessageFactory` namespacing changelog entry (#2936)
158f180947 is described below
commit 158f180947ae103277e69cc8cc04963dc072ab56
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 18 12:23:23 2024 +0200
Remove `MessageFactory` namespacing changelog entry (#2936)
This feature will be released with `2.24.1` before `2.25.0` this
branch is pointing to. Hence, no need to duplicate entries.
---
.../2936_make_LoggerRegistry_MessageFactory_namespaced.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git
a/src/changelog/.2.x.x/2936_make_LoggerRegistry_MessageFactory_namespaced.xml
b/src/changelog/.2.x.x/2936_make_LoggerRegistry_MessageFactory_namespaced.xml
deleted file mode 100644
index c314f84251..0000000000
---
a/src/changelog/.2.x.x/2936_make_LoggerRegistry_MessageFactory_namespaced.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="https://logging.apache.org/xml/ns"
- xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
- type="changed">
- <issue id="2936" link="https://github.com/apache/logging-log4j2/pull/2936"/>
- <description format="asciidoc">Rework `LoggerRegistry` to make it
`MessageFactory`-namespaced.
-This effectively allows loggers of same name, but different message
factory.</description>
-</entry>