add empty argLine property#1801
Merged
Merged
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
mergify Bot
added a commit
that referenced
this pull request
May 3, 2026
Bumps `jline.version` from 4.0.12 to 4.0.14. Updates `org.jline:jline-terminal` from 4.0.12 to 4.0.14 Release notes *Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.14 > ------------ > > * fix: correct inverted bounds check in readBuffered methods (3.x backport) ([#1855](https://redirect.github.com/jline/jline3/pull/1855)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump junit.version from 5.14.3 to 5.14.4 ([#1848](https://redirect.github.com/jline/jline3/pull/1848)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/checkout from 4 to 6 ([#1847](https://redirect.github.com/jline/jline3/pull/1847)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 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](https://redirect.github.com/jline/jline3/issues/1792)) > * Erase probe emoji after grapheme cluster width detection ([#1801](https://redirect.github.com/jline/jline3/issues/1801)) > * Register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/issues/1802)) > * Register Kernel32 FFM downcall signatures for GraalVM native-image ([#1803](https://redirect.github.com/jline/jline3/issues/1803)) > * Deprecate SwingTerminal.dispose() in favor of close() ([#1811](https://redirect.github.com/jline/jline3/issues/1811)) > * Avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/issues/1813)) > * Close PTY streams before shutdown to prevent hang on macOS ([#1817](https://redirect.github.com/jline/jline3/issues/1817)) > * Resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781)) > * Use terminal encoding instead of default charset in VirtualTerminal ([#1822](https://redirect.github.com/jline/jline3/issues/1822)) Commits * [`329f24c`](jline/jline3@329f24c) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ... * [`5e62717`](jline/jline3@5e62717) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) * [`2700ff2`](jline/jline3@2700ff2) chore: Bump org.graalvm.buildtools:native-maven-plugin ([#1851](https://redirect.github.com/jline/jline3/issues/1851)) * [`b37b1fa`](jline/jline3@b37b1fa) chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1850](https://redirect.github.com/jline/jline3/issues/1850)) * [`3befc1b`](jline/jline3@3befc1b) chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 ([#1852](https://redirect.github.com/jline/jline3/issues/1852)) * [`edc3637`](jline/jline3@edc3637) fix: correct inverted bounds check in readBuffered methods ([#1854](https://redirect.github.com/jline/jline3/issues/1854)) * [`befdfce`](jline/jline3@befdfce) fix: pass explicit version to nisse in release workflow * [`2571aec`](jline/jline3@2571aec) chore: update nisse extension to 0.8.4 * [`acc413c`](jline/jline3@acc413c) fix: use terminal encoding instead of default charset in VirtualTerminal (fix... * [`96d9900`](jline/jline3@96d9900) fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781)) * Additional commits viewable in [compare view](jline/jline3@4.0.12...4.0.14) Updates `org.jline:jline-reader` from 4.0.12 to 4.0.14 Release notes *Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.14 > ------------ > > * fix: correct inverted bounds check in readBuffered methods (3.x backport) ([#1855](https://redirect.github.com/jline/jline3/pull/1855)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump junit.version from 5.14.3 to 5.14.4 ([#1848](https://redirect.github.com/jline/jline3/pull/1848)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/checkout from 4 to 6 ([#1847](https://redirect.github.com/jline/jline3/pull/1847)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 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](https://redirect.github.com/jline/jline3/issues/1792)) > * Erase probe emoji after grapheme cluster width detection ([#1801](https://redirect.github.com/jline/jline3/issues/1801)) > * Register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/issues/1802)) > * Register Kernel32 FFM downcall signatures for GraalVM native-image ([#1803](https://redirect.github.com/jline/jline3/issues/1803)) > * Deprecate SwingTerminal.dispose() in favor of close() ([#1811](https://redirect.github.com/jline/jline3/issues/1811)) > * Avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/issues/1813)) > * Close PTY streams before shutdown to prevent hang on macOS ([#1817](https://redirect.github.com/jline/jline3/issues/1817)) > * Resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781)) > * Use terminal encoding instead of default charset in VirtualTerminal ([#1822](https://redirect.github.com/jline/jline3/issues/1822)) Commits * [`329f24c`](jline/jline3@329f24c) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ... * [`5e62717`](jline/jline3@5e62717) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) * [`2700ff2`](jline/jline3@2700ff2) chore: Bump org.graalvm.buildtools:native-maven-plugin ([#1851](https://redirect.github.com/jline/jline3/issues/1851)) * [`b37b1fa`](jline/jline3@b37b1fa) chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1850](https://redirect.github.com/jline/jline3/issues/1850)) * [`3befc1b`](jline/jline3@3befc1b) chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 ([#1852](https://redirect.github.com/jline/jline3/issues/1852)) * [`edc3637`](jline/jline3@edc3637) fix: correct inverted bounds check in readBuffered methods ([#1854](https://redirect.github.com/jline/jline3/issues/1854)) * [`befdfce`](jline/jline3@befdfce) fix: pass explicit version to nisse in release workflow * [`2571aec`](jline/jline3@2571aec) chore: update nisse extension to 0.8.4 * [`acc413c`](jline/jline3@acc413c) fix: use terminal encoding instead of default charset in VirtualTerminal (fix... * [`96d9900`](jline/jline3@96d9900) fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781)) * Additional commits viewable in [compare view](jline/jline3@4.0.12...4.0.14) Updates `org.jline:jline-terminal-jni` from 4.0.12 to 4.0.14 Release notes *Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.14 > ------------ > > * fix: correct inverted bounds check in readBuffered methods (3.x backport) ([#1855](https://redirect.github.com/jline/jline3/pull/1855)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump junit.version from 5.14.3 to 5.14.4 ([#1848](https://redirect.github.com/jline/jline3/pull/1848)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/checkout from 4 to 6 ([#1847](https://redirect.github.com/jline/jline3/pull/1847)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 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](https://redirect.github.com/jline/jline3/issues/1792)) > * Erase probe emoji after grapheme cluster width detection ([#1801](https://redirect.github.com/jline/jline3/issues/1801)) > * Register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/issues/1802)) > * Register Kernel32 FFM downcall signatures for GraalVM native-image ([#1803](https://redirect.github.com/jline/jline3/issues/1803)) > * Deprecate SwingTerminal.dispose() in favor of close() ([#1811](https://redirect.github.com/jline/jline3/issues/1811)) > * Avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/issues/1813)) > * Close PTY streams before shutdown to prevent hang on macOS ([#1817](https://redirect.github.com/jline/jline3/issues/1817)) > * Resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781)) > * Use terminal encoding instead of default charset in VirtualTerminal ([#1822](https://redirect.github.com/jline/jline3/issues/1822)) Commits * [`329f24c`](jline/jline3@329f24c) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ... * [`5e62717`](jline/jline3@5e62717) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) * [`2700ff2`](jline/jline3@2700ff2) chore: Bump org.graalvm.buildtools:native-maven-plugin ([#1851](https://redirect.github.com/jline/jline3/issues/1851)) * [`b37b1fa`](jline/jline3@b37b1fa) chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1850](https://redirect.github.com/jline/jline3/issues/1850)) * [`3befc1b`](jline/jline3@3befc1b) chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 ([#1852](https://redirect.github.com/jline/jline3/issues/1852)) * [`edc3637`](jline/jline3@edc3637) fix: correct inverted bounds check in readBuffered methods ([#1854](https://redirect.github.com/jline/jline3/issues/1854)) * [`befdfce`](jline/jline3@befdfce) fix: pass explicit version to nisse in release workflow * [`2571aec`](jline/jline3@2571aec) chore: update nisse extension to 0.8.4 * [`acc413c`](jline/jline3@acc413c) fix: use terminal encoding instead of default charset in VirtualTerminal (fix... * [`96d9900`](jline/jline3@96d9900) fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781)) * Additional commits viewable in [compare view](jline/jline3@4.0.12...4.0.14) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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)
mergify Bot
added a commit
that referenced
this pull request
May 10, 2026
Bumps `jline.version` from 4.0.14 to 4.1.0. Updates `org.jline:jline-terminal` from 4.0.14 to 4.1.0 Release notes *Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/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](https://redirect.github.com/jline/jline3/pull/1731)) [`@Elec332`](https://github.com/Elec332) > * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@Elec332`](https://github.com/Elec332) > * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@gnodet`](https://github.com/gnodet) > * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@ingokegel`](https://github.com/ingokegel) > * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@Elec332`](https://github.com/Elec332) > * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@gnodet`](https://github.com/gnodet) > * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@gnodet`](https://github.com/gnodet) > * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@gnodet`](https://github.com/gnodet) > * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@gnodet`](https://github.com/gnodet) > * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@gnodet`](https://github.com/gnodet) > > 🐛 Bug Fixes > ----------- > > * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU) > * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@gnodet`](https://github.com/gnodet) > * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@gnodet`](https://github.com/gnodet) > * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@gnodet`](https://github.com/gnodet) > * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@gnodet`](https://github.com/gnodet) > * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@gnodet`](https://github.com/gnodet) > * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@gnodet`](https://github.com/gnodet) > * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@gnodet`](https://github.com/gnodet) > * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@gnodet`](https://github.com/gnodet) > * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@gnodet`](https://github.com/gnodet) > * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@gnodet`](https://github.com/gnodet) > * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@gnodet`](https://github.com/gnodet) > * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@gnodet`](https://github.com/gnodet) > * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@gnodet`](https://github.com/gnodet) > * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@gnodet`](https://github.com/gnodet) > * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@gnodet`](https://github.com/gnodet) > * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@ingokegel`](https://github.com/ingokegel) > * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@gnodet`](https://github.com/gnodet) > * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@gnodet`](https://github.com/gnodet) > * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@gnodet`](https://github.com/gnodet) > * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@gnodet`](https://github.com/gnodet) > * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@gnodet`](https://github.com/gnodet) > * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@Elec332`](https://github.com/Elec332) > * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@gnodet`](https://github.com/gnodet) > * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@gnodet`](https://github.com/gnodet) > * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@Elec332`](https://github.com/Elec332) > > 📦 Dependency updates > -------------------- > > * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot) ... (truncated) Commits * [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches * [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731)) * [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860)) * [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ... * [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling * [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) * [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780)) * [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776)) * [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path * [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807)) * Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0) Updates `org.jline:jline-reader` from 4.0.14 to 4.1.0 Release notes *Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/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](https://redirect.github.com/jline/jline3/pull/1731)) [`@Elec332`](https://github.com/Elec332) > * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@Elec332`](https://github.com/Elec332) > * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@gnodet`](https://github.com/gnodet) > * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@ingokegel`](https://github.com/ingokegel) > * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@Elec332`](https://github.com/Elec332) > * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@gnodet`](https://github.com/gnodet) > * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@gnodet`](https://github.com/gnodet) > * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@gnodet`](https://github.com/gnodet) > * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@gnodet`](https://github.com/gnodet) > * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@gnodet`](https://github.com/gnodet) > > 🐛 Bug Fixes > ----------- > > * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU) > * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@gnodet`](https://github.com/gnodet) > * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@gnodet`](https://github.com/gnodet) > * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@gnodet`](https://github.com/gnodet) > * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@gnodet`](https://github.com/gnodet) > * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@gnodet`](https://github.com/gnodet) > * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@gnodet`](https://github.com/gnodet) > * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@gnodet`](https://github.com/gnodet) > * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@gnodet`](https://github.com/gnodet) > * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@gnodet`](https://github.com/gnodet) > * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@gnodet`](https://github.com/gnodet) > * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@gnodet`](https://github.com/gnodet) > * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@gnodet`](https://github.com/gnodet) > * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@gnodet`](https://github.com/gnodet) > * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@gnodet`](https://github.com/gnodet) > * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@gnodet`](https://github.com/gnodet) > * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@ingokegel`](https://github.com/ingokegel) > * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@gnodet`](https://github.com/gnodet) > * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@gnodet`](https://github.com/gnodet) > * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@gnodet`](https://github.com/gnodet) > * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@gnodet`](https://github.com/gnodet) > * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@gnodet`](https://github.com/gnodet) > * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@Elec332`](https://github.com/Elec332) > * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@gnodet`](https://github.com/gnodet) > * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@gnodet`](https://github.com/gnodet) > * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@Elec332`](https://github.com/Elec332) > > 📦 Dependency updates > -------------------- > > * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot) ... (truncated) Commits * [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches * [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731)) * [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860)) * [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ... * [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling * [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) * [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780)) * [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776)) * [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path * [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807)) * Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0) Updates `org.jline:jline-terminal-jni` from 4.0.14 to 4.1.0 Release notes *Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/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](https://redirect.github.com/jline/jline3/pull/1731)) [`@Elec332`](https://github.com/Elec332) > * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@Elec332`](https://github.com/Elec332) > * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@gnodet`](https://github.com/gnodet) > * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@ingokegel`](https://github.com/ingokegel) > * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@Elec332`](https://github.com/Elec332) > * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@gnodet`](https://github.com/gnodet) > * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@gnodet`](https://github.com/gnodet) > * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@gnodet`](https://github.com/gnodet) > * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@gnodet`](https://github.com/gnodet) > * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@gnodet`](https://github.com/gnodet) > > 🐛 Bug Fixes > ----------- > > * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU) > * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@gnodet`](https://github.com/gnodet) > * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@gnodet`](https://github.com/gnodet) > * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@gnodet`](https://github.com/gnodet) > * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@gnodet`](https://github.com/gnodet) > * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@gnodet`](https://github.com/gnodet) > * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@gnodet`](https://github.com/gnodet) > * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@gnodet`](https://github.com/gnodet) > * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@gnodet`](https://github.com/gnodet) > * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@gnodet`](https://github.com/gnodet) > * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@gnodet`](https://github.com/gnodet) > * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@gnodet`](https://github.com/gnodet) > * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@gnodet`](https://github.com/gnodet) > * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@gnodet`](https://github.com/gnodet) > * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@gnodet`](https://github.com/gnodet) > * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@gnodet`](https://github.com/gnodet) > * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@ingokegel`](https://github.com/ingokegel) > * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@gnodet`](https://github.com/gnodet) > * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@gnodet`](https://github.com/gnodet) > * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@gnodet`](https://github.com/gnodet) > * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@gnodet`](https://github.com/gnodet) > * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@gnodet`](https://github.com/gnodet) > * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@Elec332`](https://github.com/Elec332) > * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@gnodet`](https://github.com/gnodet) > * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@gnodet`](https://github.com/gnodet) > * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@Elec332`](https://github.com/Elec332) > > 📦 Dependency updates > -------------------- > > * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot) ... (truncated) Commits * [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches * [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731)) * [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860)) * [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ... * [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling * [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) * [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780)) * [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776)) * [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path * [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807)) * Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
mvn clean packagecommand