Skip to content

Bump org.fusesource.jansi:jansi from 1.16 to 2.4.3#2568

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/main/org.fusesource.jansi-jansi-2.4.3
Open

Bump org.fusesource.jansi:jansi from 1.16 to 2.4.3#2568
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/main/org.fusesource.jansi-jansi-2.4.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps org.fusesource.jansi:jansi from 1.16 to 2.4.3.

Release notes

Sourced from org.fusesource.jansi:jansi's releases.

jansi-2.4.3

⚠️ WARNING
This library is no longer maintained. It has been merged into org.jline:jansi.
Please update your dependencies to use org.jline:jansi instead.

Bug Fix

Fix native library loading failure on certain JDK/OS combinations (#317, #318)

JansiLoader.contentsEquals() compared full 8192-byte buffers instead of only the bytes actually read from each stream. On the final chunk, stale or overwritten bytes beyond the read count could cause a false "Content differs" mismatch, preventing the native library from loading. This was reported on Fedora with JDK 21 and affected Maven color output.

Other Changes

  • Migrate deployment from oss.sonatype.org to central.sonatype.com
  • Upgrade obsolete GHA versions
  • Upgrade moditect-maven-plugin

Full Changelog: fusesource/jansi@jansi-2.4.2...jansi-2.4.3

jansi-2.4.2

⚠️ WARNING
This library is no longer maintained. It has been merged into org.jline:jansi.
Please update your dependencies to use org.jline:jansi instead.

What's Changed

Full Changelog: fusesource/jansi@jansi-2.4.1...jansi-2.4.2

Jansi 2.4.1

This long awaited bug fix release provides a bunch of fixes. The upgrade should be just a matter of raising the version number, however JDK 7 support has been dropped at runtime.

A merge of the JANSI library into JLine is being considered. This would avoid duplication of somewhat similar code and ease the maintenance of both projects. If your project is using the org.fusesource.jansi.io or org.fusesource.jansi.internal package, please drop us a note in fusesource/jansi#277 so that we can discuss things.

What's Changed

... (truncated)

Changelog

Sourced from org.fusesource.jansi:jansi's changelog.

Jansi

Jansi 2.4.1, released 2023-10-12

Jansi 2.4.0, released 2021-10-14

  • 2cf4461 Fix support for GraalVM native-image, fixes #199
  • d83ab13 Code cleanup
  • 3d97645 Improve error reporting when the tmp dir has the noexec flag, fixes #193
  • 454d858 Support Mac-arm64 target, fixes #218 (#222)
  • 4e5ab5b Support linux armv6 platform, fixes #201 (#221)
  • 98c430a Change the behavior to fail gracefuly in case the system is not supported, fixes #204
  • cb843bf Switch to test on LTS versions
  • ae20846 Remove native methods not used by jansi, fixes #208
  • 1ab54ca Add aarch64 support, fix #219
  • b3fe92b Remove old Win XP need to download something
  • 321a8ff [maven-release-plugin] prepare for next development iteration
  • 4e2e6a9 [maven-release-plugin] prepare release jansi-2.3.4
  • ba575ba Update changelog for release

... (truncated)

Commits
  • 9170132 [maven-release-plugin] prepare release jansi-2.4.3
  • 1fd379a Migrate deployment from oss.sonatype.org to central.sonatype.com
  • 300aa78 Fix native library loading failure caused by incorrect buffer comparison (#31...
  • c20d88f Add deprecation notice (#312)
  • 70186aa upgrade moditect-maven-plugin
  • 05f9fc8 upgrade obsolete GHA versions
  • 1d11a27 [maven-release-plugin] prepare for next development iteration
  • 3d2a978 [maven-release-plugin] prepare release jansi-2.4.2
  • 012fdaa Fix windows-arm64 DLL name (#292)
  • 045fd56 Link with lib util
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi) from 1.16 to 2.4.3.
- [Release notes](https://github.com/fusesource/jansi/releases)
- [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md)
- [Commits](fusesource/jansi@jansi-project-1.16...jansi-2.4.3)

---
updated-dependencies:
- dependency-name: org.fusesource.jansi:jansi
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants