Skip to content

Bump jline.version from 3.30.13 to 4.1.0#1919

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/maven/jline.version-4.1.0
Open

Bump jline.version from 3.30.13 to 4.1.0#1919
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/maven/jline.version-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps jline.version from 3.30.13 to 4.1.0.
Updates org.jline:jline-terminal from 3.30.13 to 4.1.0

Release notes

Sourced from org.jline:jline-terminal's releases.

JLine 4.1.0

JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.

Highlights include streaming pipes with concurrent pipeline execution, a new Sized interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM sigaction(), and a comprehensive overhaul of termios constant mappings across all supported platforms.

🚀 New features and improvements

  • refactor: introduce Sized interface and Size.of() factory methods (#1731) @​Elec332
  • feat: Added UnknownCommandException for Shell module (#1780) @​Elec332
  • feat: bulk read for NonBlockingPumpInputStream (#1778) @​gnodet
  • feat: add filterable(boolean) option to list and checkbox prompts (#1784) @​ingokegel
  • refactor: Deduplicate AttributedCharSequence#emitStyleChange. (#1788) @​Elec332
  • perf: optimize Display.update for minimal allocation and output bytes (#1785) @​gnodet
  • feat: streaming pipes with concurrent pipeline execution (#1777) @​gnodet
  • feat: optimize output rendering with direct byte buffer (#1749) @​gnodet
  • feat: modernize signal handling via Panama FFM sigaction() (#1750) @​gnodet
  • feat: Add /dev/tty fallback for terminals with piped streams (#1728) @​gnodet

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • bdec53e chore: fix release-drafter config for 4.x branches
  • 2af04cf refactor: introduce Sized interface and Size.of() factory methods (#1731)
  • 5ef0aab fix: status bar duplication after vertical resize (#1860)
  • 6141618 fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 7818927 refactor: unify terminal probe response handling
  • 8a6a1d3 fix: prevent DA response bytes from leaking to parent shell (#1856)
  • 0d19e52 - Added UnknownCommandException (#1780)
  • 0703cc0 feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream (#1776)
  • 8325740 fix: use maven.multiModuleProjectDirectory for test-jar path
  • b2e362a fix: deduplicate ReaderTestSupport between reader and builtins (#1807)
  • Additional commits viewable in compare view

Updates org.jline:jline-native from 3.30.13 to 4.1.0

Release notes

Sourced from org.jline:jline-native's releases.

JLine 4.1.0

JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.

Highlights include streaming pipes with concurrent pipeline execution, a new Sized interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM sigaction(), and a comprehensive overhaul of termios constant mappings across all supported platforms.

🚀 New features and improvements

  • refactor: introduce Sized interface and Size.of() factory methods (#1731) @​Elec332
  • feat: Added UnknownCommandException for Shell module (#1780) @​Elec332
  • feat: bulk read for NonBlockingPumpInputStream (#1778) @​gnodet
  • feat: add filterable(boolean) option to list and checkbox prompts (#1784) @​ingokegel
  • refactor: Deduplicate AttributedCharSequence#emitStyleChange. (#1788) @​Elec332
  • perf: optimize Display.update for minimal allocation and output bytes (#1785) @​gnodet
  • feat: streaming pipes with concurrent pipeline execution (#1777) @​gnodet
  • feat: optimize output rendering with direct byte buffer (#1749) @​gnodet
  • feat: modernize signal handling via Panama FFM sigaction() (#1750) @​gnodet
  • feat: Add /dev/tty fallback for terminals with piped streams (#1728) @​gnodet

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • bdec53e chore: fix release-drafter config for 4.x branches
  • 2af04cf refactor: introduce Sized interface and Size.of() factory methods (#1731)
  • 5ef0aab fix: status bar duplication after vertical resize (#1860)
  • 6141618 fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 7818927 refactor: unify terminal probe response handling
  • 8a6a1d3 fix: prevent DA response bytes from leaking to parent shell (#1856)
  • 0d19e52 - Added UnknownCommandException (#1780)
  • 0703cc0 feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream (#1776)
  • 8325740 fix: use maven.multiModuleProjectDirectory for test-jar path
  • b2e362a fix: deduplicate ReaderTestSupport between reader and builtins (#1807)
  • Additional commits viewable in compare view

Updates org.jline:jline from 3.30.13 to 4.1.0

Release notes

Sourced from org.jline:jline's releases.

JLine 4.1.0

JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.

Highlights include streaming pipes with concurrent pipeline execution, a new Sized interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM sigaction(), and a comprehensive overhaul of termios constant mappings across all supported platforms.

🚀 New features and improvements

  • refactor: introduce Sized interface and Size.of() factory methods (#1731) @​Elec332
  • feat: Added UnknownCommandException for Shell module (#1780) @​Elec332
  • feat: bulk read for NonBlockingPumpInputStream (#1778) @​gnodet
  • feat: add filterable(boolean) option to list and checkbox prompts (#1784) @​ingokegel
  • refactor: Deduplicate AttributedCharSequence#emitStyleChange. (#1788) @​Elec332
  • perf: optimize Display.update for minimal allocation and output bytes (#1785) @​gnodet
  • feat: streaming pipes with concurrent pipeline execution (#1777) @​gnodet
  • feat: optimize output rendering with direct byte buffer (#1749) @​gnodet
  • feat: modernize signal handling via Panama FFM sigaction() (#1750) @​gnodet
  • feat: Add /dev/tty fallback for terminals with piped streams (#1728) @​gnodet

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • bdec53e chore: fix release-drafter config for 4.x branches
  • 2af04cf refactor: introduce Sized interface and Size.of() factory methods (#1731)
  • 5ef0aab fix: status bar duplication after vertical resize (#1860)
  • 6141618 fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 7818927 refactor: unify terminal probe response handling
  • 8a6a1d3 fix: prevent DA response bytes from leaking to parent shell (#1856)
  • 0d19e52 - Added UnknownCommandException (#1780)
  • 0703cc0 feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream (#1776)
  • 8325740 fix: use maven.multiModuleProjectDirectory for test-jar path
  • b2e362a fix: deduplicate ReaderTestSupport between reader and builtins (#1807)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies dependencies.json (if tool A requires tool B) java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium) labels May 12, 2026
@dependabot dependabot Bot added the dependencies dependencies.json (if tool A requires tool B) label May 12, 2026
@github-project-automation github-project-automation Bot moved this to 🆕 New in IDEasy board May 12, 2026
@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented May 12, 2026

Coverage Report for CI Build 26284292793

Warning

No base build found for commit 22c5b14 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 71.137%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 15566
Covered Lines: 11547
Line Coverage: 74.18%
Relevant Branches: 6954
Covered Branches: 4473
Branch Coverage: 64.32%
Branches in Coverage %: Yes
Coverage Strength: 3.14 hits per line

💛 - Coveralls

Bumps `jline.version` from 3.30.13 to 4.1.0.

Updates `org.jline:jline-terminal` from 3.30.13 to 4.1.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.13...4.1.0)

Updates `org.jline:jline-native` from 3.30.13 to 4.1.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.13...4.1.0)

Updates `org.jline:jline` from 3.30.13 to 4.1.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.13...4.1.0)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-native
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-terminal
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump jline.version from 3.30.6 to 4.1.0 Bump jline.version from 3.30.13 to 4.1.0 May 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/jline.version-4.1.0 branch from 131e640 to a8d8801 Compare May 17, 2026 15:03
@hohwille
Copy link
Copy Markdown
Member

hohwille commented May 18, 2026

See #1908
@satorus this is usually the way how we get such updates automatically.
Since you are already on the topic, are you up for a team-review?

@hohwille hohwille moved this from 🆕 New to Team Review in IDEasy board May 18, 2026
@satorus
Copy link
Copy Markdown
Contributor

satorus commented May 18, 2026

Yes, I will look into it!

@satorus satorus self-assigned this May 18, 2026
@satorus satorus self-requested a review May 18, 2026 08:09
@satorus
Copy link
Copy Markdown
Contributor

satorus commented May 21, 2026

Seems to not break the shell integration but also not fix our problem with backspace in git bash :(

@satorus satorus moved this from Team Review to 👀 In review in IDEasy board May 21, 2026
@satorus satorus requested a review from hohwille May 21, 2026 13:41
@hohwille
Copy link
Copy Markdown
Member

Seems to not break the shell integration but also not fix our problem with backspace in git bash :(

Progressbar still works in native image after update?
If yes, we can merge and include into the release.
Otherwise, if not yet tested, I do not dare to merge before our release...

@satorus
Copy link
Copy Markdown
Contributor

satorus commented May 22, 2026

I did not test this one yet...

@satorus
Copy link
Copy Markdown
Contributor

satorus commented May 22, 2026

I have tried an installation of vscode in ide shell in a native windows graalvm build, progressbar appears normal:

C:\Users\user\projects\IDEasy\workspaces\main\IDEasy$ ide install vscode
Updates are available for the settings repository. If you want to apply the latest changes, call "ide update"
Start: Configuring workspace main for IDE vscode
Successfully ended step 'Configuring workspace main for IDE vscode'.
No CVEs found for version 1.121.0 of tool vscode.
Could not determine file extension from URL https://update.code.visualstudio.com/1.121.0/win32-x64-archive/stable - guess was zip but may be incorrect.
Trying to download vscode-1.121.0-windows-x64.zip from https://update.code.visualstudio.com/1.121.0/win32-x64-archive/stable
Downloading 100% [===================] 224/224MiB (0:00:07 / 0:00:00) 32.1MiB/s
SHA-256 checksum 519e145e572f8ad7a8146399354e7c57b42ad5d02d67d567092a51aac3fb927b is correct.
Extracting ZIP file C:\Users\user\Downloads\ide\default\vscode-1.121.0-windows-x64.zip to C:\Users\user\projects\_ide\tmp\extract-vscode-1.121.0-windows-x64.zip
Extracting 100% [====================] 706/706MiB (0:00:15 / 0:00:00) 47.1MiB/s
Due to lack of permissions, Microsoft's mklink with junction had to be used to create a Symlink. See
https://github.com/devonfw/IDEasy/blob/main/documentation/symlink.adoc for further details. Error was: C:\Users\user\projects\IDEasy\software\vscode: A required privilege is not held by the client
Junction created for IDEasy\software\vscode <<===>> _ide\software\default\vscode\vscode\1.121.0
Installing Plugins   9% [      ]  5/54 Plugins (0:00:17 / 0:02:48) .3 Plugins/s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependencies.json (if tool A requires tool B) java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

3 participants