Skip to content

Bump jline.version from 3.30.8 to 4.0.12#1581

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

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

📦 Dependency updates

👻 Maintenance

  • chore: suppress deprecation warnings in tests for deprecated console API (#1764) @​gnodet

🔧 Build

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

  • fix: grapheme-cluster-aware width with per-category emoji detection (#1753) (#1754) @​gnodet
  • fix: raise virtual terminal max size from 256 to 4096 (#1756) @​gnodet
  • fix: catch LinkageError during provider loading (#1752) @​gnodet
  • fix: off-by-one bounds check in KeyMap.unbind() (#1735) @​gnodet
  • fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() (#1736) @​gnodet
  • fix: check openpty() return code in FFM implementation (#1737) @​gnodet
  • fix: remove duplicate IGNBRK flag in termios attribute conversion (#1739) @​gnodet
  • fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() (#1740) @​gnodet
  • fix: handle EOF in color parsing to prevent infinite loop (#1741) @​gnodet
  • fix: use parameter x instead of cursor cx in ScreenTerminal scroll_line methods (#1738) @​gnodet
  • fix: ScreenTerminal bug fixes, features, and cleanup (#1734) @​gnodet

... (truncated)

Commits
  • eea50e4 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • 630eaaf fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766)
  • 28dd626 fix: guard waitDirty against spurious wakeups (#1765)
  • bbe5f1b chore: suppress deprecation warnings in tests for deprecated console API (#1764)
  • e3bba82 fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
  • 97baf7b fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes #1757)
  • 5c0f479 feat: add direct dump method for ScreenTerminal HTML string (#1759)
  • 529e252 fix: cache BreakIterator in grapheme cluster loops (#1762) (#1763)
  • 0ffa1a3 chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (#1760)
  • 1301c8d fix: update Maven wrapper to 3.9.14 (#1761)
  • Additional commits viewable in compare view

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

Release notes

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

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

📦 Dependency updates

👻 Maintenance

  • chore: suppress deprecation warnings in tests for deprecated console API (#1764) @​gnodet

🔧 Build

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

  • fix: grapheme-cluster-aware width with per-category emoji detection (#1753) (#1754) @​gnodet
  • fix: raise virtual terminal max size from 256 to 4096 (#1756) @​gnodet
  • fix: catch LinkageError during provider loading (#1752) @​gnodet
  • fix: off-by-one bounds check in KeyMap.unbind() (#1735) @​gnodet
  • fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() (#1736) @​gnodet
  • fix: check openpty() return code in FFM implementation (#1737) @​gnodet
  • fix: remove duplicate IGNBRK flag in termios attribute conversion (#1739) @​gnodet
  • fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() (#1740) @​gnodet
  • fix: handle EOF in color parsing to prevent infinite loop (#1741) @​gnodet
  • fix: use parameter x instead of cursor cx in ScreenTerminal scroll_line methods (#1738) @​gnodet
  • fix: ScreenTerminal bug fixes, features, and cleanup (#1734) @​gnodet

... (truncated)

Commits
  • eea50e4 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • 630eaaf fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766)
  • 28dd626 fix: guard waitDirty against spurious wakeups (#1765)
  • bbe5f1b chore: suppress deprecation warnings in tests for deprecated console API (#1764)
  • e3bba82 fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
  • 97baf7b fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes #1757)
  • 5c0f479 feat: add direct dump method for ScreenTerminal HTML string (#1759)
  • 529e252 fix: cache BreakIterator in grapheme cluster loops (#1762) (#1763)
  • 0ffa1a3 chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (#1760)
  • 1301c8d fix: update Maven wrapper to 3.9.14 (#1761)
  • Additional commits viewable in compare view

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

Release notes

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

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

📦 Dependency updates

👻 Maintenance

  • chore: suppress deprecation warnings in tests for deprecated console API (#1764) @​gnodet

🔧 Build

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

  • fix: grapheme-cluster-aware width with per-category emoji detection (#1753) (#1754) @​gnodet
  • fix: raise virtual terminal max size from 256 to 4096 (#1756) @​gnodet
  • fix: catch LinkageError during provider loading (#1752) @​gnodet
  • fix: off-by-one bounds check in KeyMap.unbind() (#1735) @​gnodet
  • fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() (#1736) @​gnodet
  • fix: check openpty() return code in FFM implementation (#1737) @​gnodet
  • fix: remove duplicate IGNBRK flag in termios attribute conversion (#1739) @​gnodet
  • fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() (#1740) @​gnodet
  • fix: handle EOF in color parsing to prevent infinite loop (#1741) @​gnodet
  • fix: use parameter x instead of cursor cx in ScreenTerminal scroll_line methods (#1738) @​gnodet
  • fix: ScreenTerminal bug fixes, features, and cleanup (#1734) @​gnodet

... (truncated)

Commits
  • eea50e4 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • 630eaaf fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766)
  • 28dd626 fix: guard waitDirty against spurious wakeups (#1765)
  • bbe5f1b chore: suppress deprecation warnings in tests for deprecated console API (#1764)
  • e3bba82 fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
  • 97baf7b fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes #1757)
  • 5c0f479 feat: add direct dump method for ScreenTerminal HTML string (#1759)
  • 529e252 fix: cache BreakIterator in grapheme cluster loops (#1762) (#1763)
  • 0ffa1a3 chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (#1760)
  • 1301c8d fix: update Maven wrapper to 3.9.14 (#1761)
  • Additional commits viewable in compare view

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

Release notes

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

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

📦 Dependency updates

👻 Maintenance

  • chore: suppress deprecation warnings in tests for deprecated console API (#1764) @​gnodet

🔧 Build

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

  • fix: grapheme-cluster-aware width with per-category emoji detection (#1753) (#1754) @​gnodet
  • fix: raise virtual terminal max size from 256 to 4096 (#1756) @​gnodet
  • fix: catch LinkageError during provider loading (#1752) @​gnodet
  • fix: off-by-one bounds check in KeyMap.unbind() (#1735) @​gnodet
  • fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() (#1736) @​gnodet
  • fix: check openpty() return code in FFM implementation (#1737) @​gnodet
  • fix: remove duplicate IGNBRK flag in termios attribute conversion (#1739) @​gnodet
  • fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() (#1740) @​gnodet
  • fix: handle EOF in color parsing to prevent infinite loop (#1741) @​gnodet
  • fix: use parameter x instead of cursor cx in ScreenTerminal scroll_line methods (#1738) @​gnodet
  • fix: ScreenTerminal bug fixes, features, and cleanup (#1734) @​gnodet

... (truncated)

Commits
  • eea50e4 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • 630eaaf fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes #1766)
  • 28dd626 fix: guard waitDirty against spurious wakeups (#1765)
  • bbe5f1b chore: suppress deprecation warnings in tests for deprecated console API (#1764)
  • e3bba82 fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
  • 97baf7b fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes #1757)
  • 5c0f479 feat: add direct dump method for ScreenTerminal HTML string (#1759)
  • 529e252 fix: cache BreakIterator in grapheme cluster loops (#1762) (#1763)
  • 0ffa1a3 chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (#1760)
  • 1301c8d fix: update Maven wrapper to 3.9.14 (#1761)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added backport backport to a maintenance branch dependencies Pull requests that update a dependency file labels Apr 8, 2026
Bumps `jline.version` from 3.30.8 to 4.0.12.

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/mvnd-1.x/jline.version-4.0.12 branch from 09f4cf9 to 39d8e6e Compare April 18, 2026 10:52
@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1596.

@dependabot dependabot Bot closed this Apr 28, 2026
@dependabot dependabot Bot deleted the dependabot/maven/mvnd-1.x/jline.version-4.0.12 branch April 28, 2026 10:11
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