Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JANSI dependency in 2.x #3070

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Remove JANSI dependency in 2.x #3070

merged 2 commits into from
Oct 16, 2024

Conversation

ppkarwasz
Copy link
Contributor

This commit:

  • Removes support for the outdated Jansi 1.x 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.

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.
@ppkarwasz ppkarwasz added dependencies Related to third party dependency updates or migrations layouts Affects one or more Layout plugins labels Oct 8, 2024
@ppkarwasz ppkarwasz self-assigned this Oct 8, 2024
@ppkarwasz
Copy link
Contributor Author

Since we already discussed these changes in #2916, I am merging this.

@ppkarwasz ppkarwasz merged commit f345ded into 2.x Oct 16, 2024
9 checks passed
@ppkarwasz ppkarwasz deleted the feature/2.x/remove-jansi branch October 16, 2024 09:12
hulkoba pushed a commit to neighbourhoodie/logging-log4j2 that referenced this pull request Oct 21, 2024
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 apache#1736.
hulkoba pushed a commit to neighbourhoodie/logging-log4j2 that referenced this pull request Oct 21, 2024
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 apache#1736.
vy pushed a commit that referenced this pull request Oct 25, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to third party dependency updates or migrations layouts Affects one or more Layout plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade Jansi support to version 2.x
1 participant