Skip to content

Bump jline.version from 3.30.13 to 4.1.0#1919

Open
dependabot[bot] wants to merge 1 commit 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 1 commit 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 25994366164

Coverage increased (+0.009%) to 70.687%

Details

  • Coverage increased (+0.009%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 15475
Covered Lines: 11398
Line Coverage: 73.65%
Relevant Branches: 6918
Covered Branches: 4431
Branch Coverage: 64.05%
Branches in Coverage %: Yes
Coverage Strength: 3.12 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
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: 🆕 New

Development

Successfully merging this pull request may close these issues.

1 participant