Skip to content

Bump org.jline:jansi from 4.3.1 to 4.4.0 - #760

Merged
Lenni0451 merged 1 commit into
mainfrom
dependabot/gradle/org.jline-jansi-4.4.0
Aug 31, 2026
Merged

Bump org.jline:jansi from 4.3.1 to 4.4.0#760
Lenni0451 merged 1 commit into
mainfrom
dependabot/gradle/org.jline-jansi-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps org.jline:jansi from 4.3.1 to 4.4.0.

Release notes

Sourced from org.jline:jansi's releases.

JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.

Highlights:

  • Kitty Keyboard Protocol — full support for the Kitty keyboard protocol, enabling unambiguous key event reporting (#2007)
  • In-band window resize — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) (#2021, #2198)
  • Synchronized output — full mode 2026 support to eliminate flicker during rapid screen updates (#2022)
  • musl libc support — native libraries now load on Alpine and other musl-based distributions (#2197)
  • JdkConsoleProvider — drop-in JLine console that can replace System.console() (#2031)
  • Reproducible builds — source archives can now be built without a git checkout, thanks to nisse property fallbacks (#2151, #2153)
  • Security hardening — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules
  • FFM signal handling rewrite — replaced shared Arena with self-pipe trick for reliable signal delivery (#2141)

⚠️ Breaking: the ambiguous key binding timeout has been reduced from 1000ms to 100ms (#2186), and SSH agent forwarding now requires the explicit -A flag (#2106).

💥 Breaking changes

🚀 New features and improvements

  • feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins (#2198) @​gnodet
  • feat: add musl libc support for native libraries (#2197) @​gnodet
  • feat: add Kitty Keyboard Protocol support (#2007) @​gnodet
  • feat: add configurable behavior for too many completion candidates (fixes #2154) (#2196) @​gnodet
  • feat: support in-band window resize notifications (mode 2048) (#2021) @​gnodet
  • feat: add JdkConsoleProvider for drop-in JLine console (#2031) @​gnodet
  • feat: verify macOS native library signatures in CI (#2173) @​gnodet
  • feat: allow customizing the help source in Less pager (fixes #2056) (#2065) @​gnodet
  • feat: full synchronized output (mode 2026) support (#2022) @​gnodet
  • refactor: batch DEC mode probing into single DECRQM round-trip (#2023) @​gnodet
  • feat: allow customizing the default prompt in Less pager (#2036) @​gnodet
  • feat: add factory to simplify LineDisciplineTerminal + ScreenTerminal wiring (#2035) @​gnodet
  • feat: add AttributedStringBuilder.appendCodePoint(int) (#2163) @​gnodet
  • Enable reproducible builds from source archives (#2151) @​gnodet
  • Add Terminal.getenv() for remote terminal environment support (#2030) @​gnodet

🐛 Bug Fixes

... (truncated)

Commits
  • 57f82ce fix: preserve pending buffer and message during Less resize
  • f21f332 fix: enforce dimension bounds in InBandResize.applyResizeParams
  • 1c3801c test: add unit tests for InBandResize utility, fix resize aborting Less file ...
  • 6be4759 fix: address SonarCloud issues — rename Binding enum to UPPER_SNAKE_CASE, red...
  • 571f0fe feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins (fi...
  • 6e02fe4 feat: add musl libc support for native libraries (fixes #1092)
  • 11f9346 fix: remove eval from MVX demo launchers (fixes #2191)
  • a701558 feat: add Kitty Keyboard Protocol support (fixes #1217)
  • c7170ea fix: DefaultHistory.read() records per-file entry count instead of total (fix...
  • e5202a3 feat: add configurable behavior for too many completion candidates (fixes #2154)
  • 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.jline:jansi](https://github.com/jline/jline3) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.3.1...4.4.0)

---
updated-dependencies:
- dependency-name: org.jline:jansi
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 31, 2026
@Lenni0451
Lenni0451 merged commit 0ea1400 into main Aug 31, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/org.jline-jansi-4.4.0 branch August 31, 2026 05:46
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.

1 participant