Skip to content

Bump jline.version from 3.30.8 to 4.0.15#1602

Closed
dependabot[bot] wants to merge 1 commit into
mvnd-1.xfrom
dependabot/maven/mvnd-1.x/jline.version-4.0.15
Closed

Bump jline.version from 3.30.8 to 4.0.15#1602
dependabot[bot] wants to merge 1 commit into
mvnd-1.xfrom
dependabot/maven/mvnd-1.x/jline.version-4.0.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps jline.version from 3.30.8 to 4.0.15.
Updates org.jline:jline-terminal from 3.30.8 to 4.0.15

Release notes

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

JLine 4.0.15 is a patch release fixing status bar rendering after terminal resize.

Bug Fixes

When the terminal height shrinks, some terminal emulators keep the old bottom status line just above the new status area, causing duplicated status bar rows. This release clears the stale status rows during resize.

Full Changelog: jline/jline3@4.0.14...4.0.15

JLine 4.0.14

  • fix: correct inverted bounds check in readBuffered methods (3.x backport) (#1855) @​gnodet

📦 Dependency updates

JLine 4.0.13 is a patch release with bug fixes for terminal handling, GraalVM native-image support, and encoding issues.

Bug Fixes

  • Fix AttributedStyle color chaining (#1792)
  • Erase probe emoji after grapheme cluster width detection (#1801)
  • Register all FFM foreign function signatures for GraalVM native-image (#1802)
  • Register Kernel32 FFM downcall signatures for GraalVM native-image (#1803)
  • Deprecate SwingTerminal.dispose() in favor of close() (#1811)
  • Avoid NPE when closing terminal with null masterOutput (#1813)
  • Close PTY streams before shutdown to prevent hang on macOS (#1817)
  • Resolve redirect targets against session working directory (#1781)
  • Use terminal encoding instead of default charset in VirtualTerminal (#1822)

JLine 4.0.12

JLine 4.0.12 is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded AnsiConsole.providers() call threw NoSuchMethodError when running against older Jansi versions.

🐛 Bug Fixes

  • fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes #1768) (#1769) @​gnodet
  • fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766) (#1767) @​gnodet

JLine 4.0.11

JLine 4.0.11 improves SwingTerminal rendering fidelity and grapheme cluster performance. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.

🚀 New features and improvements

  • feat: add direct dump method for ScreenTerminal HTML string (#1759) @​Elec332

🐛 Bug Fixes

... (truncated)

Commits
  • f6bb2b8 fix: status bar duplication after vertical resize (backport #1860)
  • 329f24c fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 5e62717 fix: prevent DA response bytes from leaking to parent shell (#1856)
  • 2700ff2 chore: Bump org.graalvm.buildtools:native-maven-plugin (#1851)
  • b37b1fa chore: Bump actions/upload-pages-artifact from 4 to 5 (#1850)
  • 3befc1b chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 (#1852)
  • edc3637 fix: correct inverted bounds check in readBuffered methods (#1854)
  • befdfce fix: pass explicit version to nisse in release workflow
  • 2571aec chore: update nisse extension to 0.8.4
  • acc413c fix: use terminal encoding instead of default charset in VirtualTerminal (fix...
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jni from 3.30.8 to 4.0.15

Release notes

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

JLine 4.0.15 is a patch release fixing status bar rendering after terminal resize.

Bug Fixes

When the terminal height shrinks, some terminal emulators keep the old bottom status line just above the new status area, causing duplicated status bar rows. This release clears the stale status rows during resize.

Full Changelog: jline/jline3@4.0.14...4.0.15

JLine 4.0.14

  • fix: correct inverted bounds check in readBuffered methods (3.x backport) (#1855) @​gnodet

📦 Dependency updates

JLine 4.0.13 is a patch release with bug fixes for terminal handling, GraalVM native-image support, and encoding issues.

Bug Fixes

  • Fix AttributedStyle color chaining (#1792)
  • Erase probe emoji after grapheme cluster width detection (#1801)
  • Register all FFM foreign function signatures for GraalVM native-image (#1802)
  • Register Kernel32 FFM downcall signatures for GraalVM native-image (#1803)
  • Deprecate SwingTerminal.dispose() in favor of close() (#1811)
  • Avoid NPE when closing terminal with null masterOutput (#1813)
  • Close PTY streams before shutdown to prevent hang on macOS (#1817)
  • Resolve redirect targets against session working directory (#1781)
  • Use terminal encoding instead of default charset in VirtualTerminal (#1822)

JLine 4.0.12

JLine 4.0.12 is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded AnsiConsole.providers() call threw NoSuchMethodError when running against older Jansi versions.

🐛 Bug Fixes

  • fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes #1768) (#1769) @​gnodet
  • fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766) (#1767) @​gnodet

JLine 4.0.11

JLine 4.0.11 improves SwingTerminal rendering fidelity and grapheme cluster performance. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.

🚀 New features and improvements

  • feat: add direct dump method for ScreenTerminal HTML string (#1759) @​Elec332

🐛 Bug Fixes

... (truncated)

Commits
  • f6bb2b8 fix: status bar duplication after vertical resize (backport #1860)
  • 329f24c fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 5e62717 fix: prevent DA response bytes from leaking to parent shell (#1856)
  • 2700ff2 chore: Bump org.graalvm.buildtools:native-maven-plugin (#1851)
  • b37b1fa chore: Bump actions/upload-pages-artifact from 4 to 5 (#1850)
  • 3befc1b chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 (#1852)
  • edc3637 fix: correct inverted bounds check in readBuffered methods (#1854)
  • befdfce fix: pass explicit version to nisse in release workflow
  • 2571aec chore: update nisse extension to 0.8.4
  • acc413c fix: use terminal encoding instead of default charset in VirtualTerminal (fix...
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-ffm from 3.30.8 to 4.0.15

Release notes

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

JLine 4.0.15 is a patch release fixing status bar rendering after terminal resize.

Bug Fixes

When the terminal height shrinks, some terminal emulators keep the old bottom status line just above the new status area, causing duplicated status bar rows. This release clears the stale status rows during resize.

Full Changelog: jline/jline3@4.0.14...4.0.15

JLine 4.0.14

  • fix: correct inverted bounds check in readBuffered methods (3.x backport) (#1855) @​gnodet

📦 Dependency updates

JLine 4.0.13 is a patch release with bug fixes for terminal handling, GraalVM native-image support, and encoding issues.

Bug Fixes

  • Fix AttributedStyle color chaining (#1792)
  • Erase probe emoji after grapheme cluster width detection (#1801)
  • Register all FFM foreign function signatures for GraalVM native-image (#1802)
  • Register Kernel32 FFM downcall signatures for GraalVM native-image (#1803)
  • Deprecate SwingTerminal.dispose() in favor of close() (#1811)
  • Avoid NPE when closing terminal with null masterOutput (#1813)
  • Close PTY streams before shutdown to prevent hang on macOS (#1817)
  • Resolve redirect targets against session working directory (#1781)
  • Use terminal encoding instead of default charset in VirtualTerminal (#1822)

JLine 4.0.12

JLine 4.0.12 is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded AnsiConsole.providers() call threw NoSuchMethodError when running against older Jansi versions.

🐛 Bug Fixes

  • fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes #1768) (#1769) @​gnodet
  • fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766) (#1767) @​gnodet

JLine 4.0.11

JLine 4.0.11 improves SwingTerminal rendering fidelity and grapheme cluster performance. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.

🚀 New features and improvements

  • feat: add direct dump method for ScreenTerminal HTML string (#1759) @​Elec332

🐛 Bug Fixes

... (truncated)

Commits
  • f6bb2b8 fix: status bar duplication after vertical resize (backport #1860)
  • 329f24c fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 5e62717 fix: prevent DA response bytes from leaking to parent shell (#1856)
  • 2700ff2 chore: Bump org.graalvm.buildtools:native-maven-plugin (#1851)
  • b37b1fa chore: Bump actions/upload-pages-artifact from 4 to 5 (#1850)
  • 3befc1b chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 (#1852)
  • edc3637 fix: correct inverted bounds check in readBuffered methods (#1854)
  • befdfce fix: pass explicit version to nisse in release workflow
  • 2571aec chore: update nisse extension to 0.8.4
  • acc413c fix: use terminal encoding instead of default charset in VirtualTerminal (fix...
  • Additional commits viewable in compare view

Updates org.jline:jline-native from 3.30.8 to 4.0.15

Release notes

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

JLine 4.0.15 is a patch release fixing status bar rendering after terminal resize.

Bug Fixes

When the terminal height shrinks, some terminal emulators keep the old bottom status line just above the new status area, causing duplicated status bar rows. This release clears the stale status rows during resize.

Full Changelog: jline/jline3@4.0.14...4.0.15

JLine 4.0.14

  • fix: correct inverted bounds check in readBuffered methods (3.x backport) (#1855) @​gnodet

📦 Dependency updates

JLine 4.0.13 is a patch release with bug fixes for terminal handling, GraalVM native-image support, and encoding issues.

Bug Fixes

  • Fix AttributedStyle color chaining (#1792)
  • Erase probe emoji after grapheme cluster width detection (#1801)
  • Register all FFM foreign function signatures for GraalVM native-image (#1802)
  • Register Kernel32 FFM downcall signatures for GraalVM native-image (#1803)
  • Deprecate SwingTerminal.dispose() in favor of close() (#1811)
  • Avoid NPE when closing terminal with null masterOutput (#1813)
  • Close PTY streams before shutdown to prevent hang on macOS (#1817)
  • Resolve redirect targets against session working directory (#1781)
  • Use terminal encoding instead of default charset in VirtualTerminal (#1822)

JLine 4.0.12

JLine 4.0.12 is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded AnsiConsole.providers() call threw NoSuchMethodError when running against older Jansi versions.

🐛 Bug Fixes

  • fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes #1768) (#1769) @​gnodet
  • fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766) (#1767) @​gnodet

JLine 4.0.11

JLine 4.0.11 improves SwingTerminal rendering fidelity and grapheme cluster performance. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.

🚀 New features and improvements

  • feat: add direct dump method for ScreenTerminal HTML string (#1759) @​Elec332

🐛 Bug Fixes

... (truncated)

Commits
  • f6bb2b8 fix: status bar duplication after vertical resize (backport #1860)
  • 329f24c fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 5e62717 fix: prevent DA response bytes from leaking to parent shell (#1856)
  • 2700ff2 chore: Bump org.graalvm.buildtools:native-maven-plugin (#1851)
  • b37b1fa chore: Bump actions/upload-pages-artifact from 4 to 5 (#1850)
  • 3befc1b chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 (#1852)
  • edc3637 fix: correct inverted bounds check in readBuffered methods (#1854)
  • befdfce fix: pass explicit version to nisse in release workflow
  • 2571aec chore: update nisse extension to 0.8.4
  • acc413c fix: use terminal encoding instead of default charset in VirtualTerminal (fix...
  • 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)

Bumps `jline.version` from 3.30.8 to 4.0.15.

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added backport backport to a maintenance branch dependencies Pull requests that update a dependency file labels May 5, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

Superseded by #1604.

@dependabot dependabot Bot closed this May 7, 2026
@dependabot dependabot Bot deleted the dependabot/maven/mvnd-1.x/jline.version-4.0.15 branch May 7, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport backport to a maintenance branch dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants