Skip to content

Commit f345ded

Browse files
authoredOct 16, 2024··
Remove JANSI dependency in 2.x (#3070)
This commit: - Removes support for the outdated [Jansi 1.x](http://fusesource.github.io/jansi/) version in `Console` appender. - Rewrites `JAnsiTextRenderer`, use in the `%m{ansi}` and `%ex{ansi}` pattern converters to use our internal ANSI support instead of Jansi. Fixes #1736.
1 parent beeb2ec commit f345ded

File tree

45 files changed

+513
-831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+513
-831
lines changed
 

‎log4j-1.2-api/src/test/java/org/apache/log4j/config/AbstractLog4j1ConfigurationTest.java

+53-71
Large diffs are not rendered by default.

‎log4j-core-test/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,6 @@
242242
<scope>test</scope>
243243
</dependency>
244244

245-
<!-- Required for console color support in Windows -->
246-
<dependency>
247-
<groupId>org.fusesource.jansi</groupId>
248-
<artifactId>jansi</artifactId>
249-
<scope>test</scope>
250-
</dependency>
251-
252245
<!-- Used for JMS appenders (needs an implementation of course) -->
253246
<dependency>
254247
<groupId>javax.jms</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.