Skip to content

Commit 2e900f9

Browse files
committed
Update org.fusesource.jansi:jansi to version 2.4.1 (#1907)
1 parent 0dfdd8e commit 2e900f9

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<javax-persistence.version>2.2</javax-persistence.version>
108108
<javax-servlet.version>4.0.1</javax-servlet.version>
109109
<javax-servlet-jsp.version>2.3.3</javax-servlet-jsp.version>
110-
<jansi.version>2.4.0</jansi.version>
110+
<jansi.version>2.4.1</jansi.version>
111111
<java-allocation-instrumenter.version>3.3.3</java-allocation-instrumenter.version>
112112
<jconsole.version>1.7.0</jconsole.version>
113113
<jctools.version>4.0.1</jctools.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="1907" link="https://github.com/apache/logging-log4j2/pull/1907"/>
7+
<description format="asciidoc">Update `org.fusesource.jansi:jansi` to version `2.4.1`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
4646
4747
=== Changed
4848
49+
* 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])
4950
* Fix `NotSerializableException` when `Logger` is serialized with a `ReusableMessageFactory`. (https://github.com/apache/logging-log4j2/issues/1884[1884])
5051
* Update `actions/checkout` to version `4.1.1` (https://github.com/apache/logging-log4j2/pull/1868[1868])
5152
* 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
5657
* Update `io.netty:netty-bom` to version `4.1.100.Final` (https://github.com/apache/logging-log4j2/pull/1857[1857])
5758
* Update `net.bytebuddy:byte-buddy` to version `1.14.9` (https://github.com/apache/logging-log4j2/pull/1891[1891])
5859
* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900])
60+
* Update `org.fusesource.jansi:jansi` to version `2.4.1` (https://github.com/apache/logging-log4j2/pull/1907[1907])
5961
* Update `org.mongodb:bson` to version `4.11.0` (https://github.com/apache/logging-log4j2/pull/1893[1893])
6062
* Update `org.ow2.asm:asm-bom` to version `9.6` (https://github.com/apache/logging-log4j2/pull/1898[1898])
6163
* 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
6769
=== Fixed
6870
6971
* Export missing OSGi & JPMS modules in `log4j-layout-template-json` and `log4j-1.2-api` (https://github.com/apache/logging-log4j2/issues/1895[1895])
72+
* Fix `spring-test` dependency scope change. (https://issues.apache.org/jira/browse/LOG4J2-3675[LOG4J2-3675])
73+
* Fix JPMS descriptors causing `jlink` issues (https://github.com/apache/logging-log4j2/issues/1896[1896])

0 commit comments

Comments
 (0)