You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/10/25 12:56:03 UTC

[logging-log4j2] branch 2.x updated: Update `org.fusesource.jansi:jansi` to version `2.4.1` (#1907)

This is an automated email from the ASF dual-hosted git repository.

github-bot 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 2e900f925d Update `org.fusesource.jansi:jansi` to version `2.4.1` (#1907)
2e900f925d is described below

commit 2e900f925d71261e89ae772ba2fea40c88428777
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Wed Oct 25 12:55:57 2023 +0000

    Update `org.fusesource.jansi:jansi` to version `2.4.1` (#1907)
---
 log4j-parent/pom.xml                                       | 2 +-
 src/changelog/.2.x.x/update_org_fusesource_jansi_jansi.xml | 8 ++++++++
 src/site/_release-notes/_2.x.x.adoc                        | 4 ++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index d69fed8ce6..2a793c1400 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -107,7 +107,7 @@
     <javax-persistence.version>2.2</javax-persistence.version>
     <javax-servlet.version>4.0.1</javax-servlet.version>
     <javax-servlet-jsp.version>2.3.3</javax-servlet-jsp.version>
-    <jansi.version>2.4.0</jansi.version>
+    <jansi.version>2.4.1</jansi.version>
     <java-allocation-instrumenter.version>3.3.3</java-allocation-instrumenter.version>
     <jconsole.version>1.7.0</jconsole.version>
     <jctools.version>4.0.1</jctools.version>
diff --git a/src/changelog/.2.x.x/update_org_fusesource_jansi_jansi.xml b/src/changelog/.2.x.x/update_org_fusesource_jansi_jansi.xml
new file mode 100644
index 0000000000..a8ef8355f7
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_fusesource_jansi_jansi.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+       type="changed">
+  <issue id="1907" link="https://github.com/apache/logging-log4j2/pull/1907"/>
+  <description format="asciidoc">Update `org.fusesource.jansi:jansi` to version `2.4.1`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index 5a4debd182..f493786794 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -46,6 +46,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
 
 === Changed
 
+* 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 `NotSerializableException` when `Logger` is serialized with a `ReusableMessageFactory`. (https://github.com/apache/logging-log4j2/issues/1884[1884])
 * Update `actions/checkout` to version `4.1.1` (https://github.com/apache/logging-log4j2/pull/1868[1868])
 * Update `co.elastic.clients:elasticsearch-java` to version `8.10.4` (https://github.com/apache/logging-log4j2/pull/1881[1881])
@@ -56,6 +57,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
 * Update `io.netty:netty-bom` to version `4.1.100.Final` (https://github.com/apache/logging-log4j2/pull/1857[1857])
 * Update `net.bytebuddy:byte-buddy` to version `1.14.9` (https://github.com/apache/logging-log4j2/pull/1891[1891])
 * Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900])
+* Update `org.fusesource.jansi:jansi` to version `2.4.1` (https://github.com/apache/logging-log4j2/pull/1907[1907])
 * Update `org.mongodb:bson` to version `4.11.0` (https://github.com/apache/logging-log4j2/pull/1893[1893])
 * Update `org.ow2.asm:asm-bom` to version `9.6` (https://github.com/apache/logging-log4j2/pull/1898[1898])
 * Update `org.springframework.boot:spring-boot` to version `2.7.17` (https://github.com/apache/logging-log4j2/pull/1874[1874])
@@ -67,3 +69,5 @@ 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 JPMS descriptors causing `jlink` issues (https://github.com/apache/logging-log4j2/issues/1896[1896])