Skip to content

chore(deps): Bump jline-version from 4.3.1 to 4.4.0 - #25928

Merged
apupier merged 1 commit into
mainfrom
dependabot/maven/jline-version-4.4.0
Aug 31, 2026
Merged

chore(deps): Bump jline-version from 4.3.1 to 4.4.0#25928
apupier merged 1 commit into
mainfrom
dependabot/maven/jline-version-4.4.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps jline-version from 4.3.1 to 4.4.0.
Updates org.jline:jline from 4.3.1 to 4.4.0

Release notes

Sourced from org.jline:jline'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

Updates org.jline:jline-picocli from 4.3.1 to 4.4.0

Release notes

Sourced from org.jline:jline-picocli'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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus
davsclaus force-pushed the dependabot/maven/jline-version-4.4.0 branch from db181a6 to eb13eaf Compare August 31, 2026 08:13
Bumps `jline-version` from 4.3.1 to 4.4.0.

Updates `org.jline:jline` 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)

Updates `org.jline:jline-picocli` 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:jline
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jline:jline-picocli
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@davsclaus
davsclaus force-pushed the dependabot/maven/jline-version-4.4.0 branch from eb13eaf to f46fd9c Compare August 31, 2026 08:38
@github-actions

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

POM dependency changes: targeted tests included

Changed properties: jline-version

Modules affected by dependency changes (2)
  • :camel-shell
  • :camel-diagram

🔬 Scalpel shadow comparison — Scalpel: 11 tested, 26 compile-only — current: 0 all tested

Maveniverse Scalpel detected 37 affected modules (current approach: 0).

⚠️ Modules only in Scalpel (37)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-diagram
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-mcp
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-test
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-kamelet-main
  • camel-launcher
  • camel-launcher-container
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-shell
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
  • coverage
  • docs
  • dummy-component

Changed properties: jline-version

Skip-tests mode would test 11 modules (3 direct + 8 downstream), skip tests for 26 (generated code, meta-modules)

Modules Scalpel would test (11)
  • camel-diagram
  • camel-jbang-core
  • camel-jbang-mcp
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-launcher-container
  • camel-shell
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
Modules with tests skipped (26)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-launcher
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • coverage
  • docs
  • dummy-component

ℹ️ Shadow mode — Scalpel observes but does not affect test execution. Learn more

All tested modules (38 modules)
  • Camel :: All Components Sync point
  • Camel :: Assembly
  • Camel :: Catalog :: Camel Catalog
  • Camel :: Catalog :: Camel Report Maven Plugin
  • Camel :: Catalog :: Camel Route Parser
  • Camel :: Catalog :: Console
  • Camel :: Catalog :: Dummy Component
  • Camel :: Catalog :: Maven
  • Camel :: Catalog :: Suggest
  • Camel :: Component DSL
  • Camel :: Coverage
  • Camel :: Diagram
  • Camel :: Docs
  • Camel :: Endpoint DSL
  • Camel :: Endpoint DSL :: Support
  • Camel :: Integration Tests
  • Camel :: JBang :: Core
  • Camel :: JBang :: Integration tests
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Main
  • Camel :: JBang :: Plugin :: Edit
  • Camel :: JBang :: Plugin :: Generate
  • Camel :: JBang :: Plugin :: Kubernetes
  • Camel :: JBang :: Plugin :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Testing
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: Kamelet Main
  • Camel :: Launcher
  • Camel :: Launcher :: Container
  • Camel :: Parent
  • Camel :: Shell
  • Camel :: YAML DSL
  • Camel :: YAML DSL :: Deserializers
  • Camel :: YAML DSL :: Maven Plugins
  • Camel :: YAML DSL :: Validator
  • Camel :: YAML DSL :: Validator Maven Plugin

⚙️ View full build and test results

@apupier
apupier merged commit d133b84 into main Aug 31, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/jline-version-4.4.0 branch August 31, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies 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