Skip to content

Bump jlineVersion from 4.1.0 to 4.1.3#12182

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/jlineVersion-4.1.3
Open

Bump jlineVersion from 4.1.0 to 4.1.3#12182
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/jlineVersion-4.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps jlineVersion from 4.1.0 to 4.1.3.
Updates org.jline:jline-reader from 4.1.0 to 4.1.3

Release notes

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

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates org.jline:jline-style from 4.1.0 to 4.1.3

Release notes

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

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates org.jline:jline-builtins from 4.1.0 to 4.1.3

Release notes

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

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates org.jline:jline-console from 4.1.0 to 4.1.3

Release notes

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

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates org.jline:jline-console-ui from 4.1.0 to 4.1.3

Release notes

Sourced from org.jline:jline-console-ui's releases.

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal from 4.1.0 to 4.1.3

Release notes

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

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-ffm from 4.1.0 to 4.1.3

Release notes

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

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jni from 4.1.0 to 4.1.3

Release notes

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

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

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

Release notes

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

Description has been truncated

Bumps `jlineVersion` from 4.1.0 to 4.1.3.

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-style
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-builtins
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-console
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-console-ui
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-ffm
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jni
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-native
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jline:jansi-core
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

0 participants