Skip to content

Bump org.jline:jline from 3.30.6 to 4.0.0#797

Merged
alien11689 merged 1 commit intotrunkfrom
dependabot/maven/org.jline-jline-4.0.0
Mar 3, 2026
Merged

Bump org.jline:jline from 3.30.6 to 4.0.0#797
alien11689 merged 1 commit intotrunkfrom
dependabot/maven/org.jline-jline-4.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps org.jline:jline from 3.30.6 to 4.0.0.

Release notes

Sourced from org.jline:jline's releases.

JLine 4.0.0

Breaking Changes

  • Maven 4 requirement: Upgraded to POM model 4.1.0
  • Java 11+ required: Raised minimum runtime requirement from Java 8 to Java 11
  • JPMS migration: Complete Java Platform Module System migration with Java 24 support (#1374)
  • JNA provider removed: Only JNI and FFM terminal providers remain
  • Removed deprecated elements: All previously deprecated APIs removed (#1384)
  • Standard Java SPI: Terminal providers now use standard Java ServiceLoader (#1523)
  • Terminal lifecycle enforcement: Terminals throw exceptions when used after close (#1575)
  • DefaultParser behavior: No longer emits trailing empty word for non-completion contexts (#1489)

New Features

Terminal Graphics & Display

  • Comprehensive terminal graphics protocol support with runtime detection (#1378)
  • Mode 2027 (grapheme cluster) support with DECRQM probing (#1637)
  • True-color detection from COLORTERM environment variable
  • ASCII fallback for box-drawing characters when alt charset is unsupported (#1638)
  • Web and Swing terminal implementations (#1348)

Shell & Command Processing

  • New jline-shell module with extensible shell foundations, variable expansion, subcommands, I/O redirection, signals, scripts, and builtins integration
  • New jline-components module for composable UI components
  • PipelineParser supports custom operator symbols and pseudo pipe operators (#1391, #1393)
  • zsh-like history search navigation (#1449)

Prompts & UI

  • New jline-prompt module with comprehensive prompt API and modern builder patterns (#1377)
  • Multi-character padding in secondary prompt pattern %P{...}
  • Ctrl+C propagated as UserInterruptException in console-ui prompts

Platform Support

  • GraalVM native image support for JNI provider across GraalVM 17, 21, and 25
  • Modernized graal module to use FFM provider and Shell API
  • Comprehensive ClassLoader support for TerminalBuilder (#1432)

Other

  • Multi-version website deployment with version switcher
  • WCWidth tables updated to Unicode 16.0 (#1650)
  • System property support for line reader options (#1413)
  • PosixCommands: POSIX ** globstar semantics, glob arguments, grep enhancements

Bug Fixes

  • Display.resize() handles terminals with buffer wider than visible window (#1210)
  • Preserve terminal content during resize with status bar (#1604)
  • Restored Windows console codepage auto-detection (#1366)
  • Expanded MSYS2 environment detection (#1445)
  • Fixed quoted word completion buffer cleanup (#1644)

... (truncated)

Commits
  • 18611fe fix: Add MVX_USE_SYSTEM_JAVA and GPG import to release workflow
  • d4e7cd3 Merge pull request #1678 from jline/fix/key-binding-docs-1668
  • 60aaafd fix: Use KeyMap.key() for capability-based key bindings in example (fixes #1668)
  • 71f0f98 Merge pull request #1665 from jline/feat/modernize-graal-module
  • 610af9c fix: Enable native access for JNI provider in GraalVM native image
  • 7219e4d Merge pull request #1669 from jline/fix/msys2-backspace-1445
  • 8cac7e8 Merge pull request #1670 from jline/fix/windows-unicode-encoding-1366
  • e06da6c refactor: Replace reflection-based codepage detection with TerminalProvider m...
  • 3ad1234 fix: Address code review feedback for Windows codepage auto-detection
  • 1a85d58 fix: Restore Windows console codepage auto-detection (fixes #1366)
  • 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:jline](https://github.com/jline/jline3) from 3.30.6 to 4.0.0.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.0)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 4.0.0
  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 Mar 3, 2026
@alien11689 alien11689 merged commit a79f97e into trunk Mar 3, 2026
4 checks passed
@alien11689 alien11689 deleted the dependabot/maven/org.jline-jline-4.0.0 branch March 3, 2026 18:02
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 samples tutorials

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant