Skip to content

Bump org.jline:jline from 3.30.6 to 4.0.0 in /test/fixtures/hdfs-fixture#20800

Merged
sandeshkr419 merged 3 commits intomainfrom
dependabot/gradle/test/fixtures/hdfs-fixture/org.jline-jline-4.0.0
Mar 9, 2026
Merged

Bump org.jline:jline from 3.30.6 to 4.0.0 in /test/fixtures/hdfs-fixture#20800
sandeshkr419 merged 3 commits intomainfrom
dependabot/gradle/test/fixtures/hdfs-fixture/org.jline-jline-4.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 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 dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file labels Mar 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 9, 2026 14:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dependabot PRs with auto version bumps from dependabot labels Mar 9, 2026
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

❌ Gradle check result for 93e5097: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

…/org.jline-jline-4.0.0

Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

✅ Gradle check result for 2439287: SUCCESS

@sandeshkr419 sandeshkr419 merged commit a701344 into main Mar 9, 2026
33 checks passed
@sandeshkr419 sandeshkr419 deleted the dependabot/gradle/test/fixtures/hdfs-fixture/org.jline-jline-4.0.0 branch March 9, 2026 19:35
@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.31%. Comparing base (3bf2a27) to head (2439287).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #20800      +/-   ##
============================================
- Coverage     73.32%   73.31%   -0.02%     
+ Complexity    72211    72196      -15     
============================================
  Files          5794     5794              
  Lines        329826   329826              
  Branches      47596    47596              
============================================
- Hits         241855   241810      -45     
- Misses        68569    68605      +36     
- Partials      19402    19411       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Deepti24 pushed a commit to Deepti24/OpenSearch that referenced this pull request Mar 10, 2026
…ure (opensearch-project#20800)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Deepti24 <chauhan.deepti24@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant