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

commit dc1dc2df68a4992691d092ec0474939b2b683bac
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Nov 1 10:14:54 2023 +0100

    Fix changelog formatting
---
 src/changelog/.2.x.x/fix_dependency_scopes.xml                        | 2 +-
 src/changelog/.2.x.x/fix_reusable_message_factory_serializability.xml | 2 +-
 src/site/_release-notes/_2.x.x.adoc                                   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/changelog/.2.x.x/fix_dependency_scopes.xml 
b/src/changelog/.2.x.x/fix_dependency_scopes.xml
index 8d635291c2..1f5c0aed4e 100644
--- a/src/changelog/.2.x.x/fix_dependency_scopes.xml
+++ b/src/changelog/.2.x.x/fix_dependency_scopes.xml
@@ -4,5 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="fixed">
   <issue id="LOG4J2-3675" 
link="https://issues.apache.org/jira/browse/LOG4J2-3675"/>
-  <description format="asciidoc">Fix `spring-test` dependency scope 
change.</description>
+  <description format="asciidoc">Fix `spring-test` dependency scope 
change</description>
 </entry>
diff --git 
a/src/changelog/.2.x.x/fix_reusable_message_factory_serializability.xml 
b/src/changelog/.2.x.x/fix_reusable_message_factory_serializability.xml
index 5df6fb2ae1..958ec2bce5 100644
--- a/src/changelog/.2.x.x/fix_reusable_message_factory_serializability.xml
+++ b/src/changelog/.2.x.x/fix_reusable_message_factory_serializability.xml
@@ -4,5 +4,5 @@
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="changed">
   <issue id="1884" 
link="https://github.com/apache/logging-log4j2/issues/1884"/>
-  <description format="asciidoc">Fix `NotSerializableException` when `Logger` 
is serialized with a `ReusableMessageFactory`.</description>
+  <description format="asciidoc">Fix `NotSerializableException` when `Logger` 
is serialized with a `ReusableMessageFactory`</description>
 </entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 8610d9dcda..2f813c3d29 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -48,7 +48,7 @@ The module name of four bridges (`log4j-slf4j-impl`, 
`log4j-slf4j2-impl`, `log4j
 
 * Change the order of evaluation of `FormattedMessage` formatters. Messages 
are evaluated using `java.util.Format` only if they don't comply to the 
`java.text.MessageFormat` or `ParameterizedMessage` format. 
(https://github.com/apache/logging-log4j2/issues/1223[1223])
 * Fix MDC pattern converter causing issues for `%notEmpty` 
(https://github.com/apache/logging-log4j2/issues/1922[1922])
-* Fix `NotSerializableException` when `Logger` is serialized with a 
`ReusableMessageFactory`. 
(https://github.com/apache/logging-log4j2/issues/1884[1884])
+* Fix `NotSerializableException` when `Logger` is serialized with a 
`ReusableMessageFactory` 
(https://github.com/apache/logging-log4j2/issues/1884[1884])
 * Update `com.fasterxml.jackson:jackson-bom` to version `2.15.3` 
(https://github.com/apache/logging-log4j2/pull/1894[1894])
 * Update `com.github.luben:zstd-jni` to version `1.5.5-8` 
(https://github.com/apache/logging-log4j2/pull/1935[1935])
 * Update `com.google.guava:guava` to version `32.1.3-jre` 
(https://github.com/apache/logging-log4j2/pull/1875[1875])
@@ -67,6 +67,6 @@ The module name of four bridges (`log4j-slf4j-impl`, 
`log4j-slf4j2-impl`, `log4j
 === Fixed
 
 * Export missing OSGi & JPMS modules in `log4j-layout-template-json` and 
`log4j-1.2-api` (https://github.com/apache/logging-log4j2/issues/1895[1895])
-* Fix `spring-test` dependency scope change. 
(https://issues.apache.org/jira/browse/LOG4J2-3675[LOG4J2-3675])
+* Fix `spring-test` dependency scope change 
(https://issues.apache.org/jira/browse/LOG4J2-3675[LOG4J2-3675])
 * Fix JPMS descriptors causing `jlink` issues 
(https://github.com/apache/logging-log4j2/issues/1896[1896])
 * Add missing `Implementation-` and `Specification-` entries to `MANIFEST.MF` 
(implemented by `logging-parent` version `10.3.0` update) 
(https://github.com/apache/logging-log4j2/issues/1923[1923])

Reply via email to