dependabot[bot] opened a new pull request, #1618: URL: https://github.com/apache/maven-mvnd/pull/1618
Bumps `jline.version` from 3.30.13 to 4.1.1. Updates `org.jline:jline-terminal` from 3.30.13 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal's releases</a>.</em></p> <blockquote> <p>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 <code>enterRawMode</code>, 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.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fixed Display oldLines being set as possible immutable lists. (<a href="https://redirect.github.com/jline/jline3/pull/1878">#1878</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>fix: use POSIX cfmakeraw defaults (VMIN=1, VTIME=0) in enterRawMode (<a href="https://redirect.github.com/jline/jline3/pull/1871">#1871</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: skip null returns from signal registration in AbstractUnixSysTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: Fixed ScreenTerminal alt-charset (<a href="https://redirect.github.com/jline/jline3/pull/1867">#1867</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (<a href="https://redirect.github.com/jline/jline3/pull/1898">#1898</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1 (<a href="https://redirect.github.com/jline/jline3/pull/1894">#1894</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump junit.version from 6.0.3 to 6.1.0 (<a href="https://redirect.github.com/jline/jline3/pull/1893">#1893</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump groovy.version from 5.0.5 to 5.0.6 (<a href="https://redirect.github.com/jline/jline3/pull/1865">#1865</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.4 to 0.9.0 (<a href="https://redirect.github.com/jline/jline3/pull/1887">#1887</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/jline/jline3/pull/1886">#1886</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1889">#1889</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/jline/jline3/pull/1880">#1880</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump slf4j.version from 2.0.17 to 2.0.18 (<a href="https://redirect.github.com/jline/jline3/pull/1874">#1874</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>refactor: Remove duplicate code in Shell impl tests (<a href="https://redirect.github.com/jline/jline3/pull/1868">#1868</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BryanSant"><code>@BryanSant</code></a> made their first contribution in <a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.0...4.1.1">https://github.com/jline/jline3/compare/4.1.0...4.1.1</a></p> <h2>JLine 4.1.0</h2> <p>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.</p> <p>Highlights include streaming pipes with concurrent pipeline execution, a new <code>Sized</code> interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM <code>sigaction()</code>, and a comprehensive overhaul of termios constant mappings across all supported platforms.</p> <h2>🚀 New features and improvements</h2> <ul> <li>refactor: introduce Sized interface and Size.of() factory methods (<a href="https://redirect.github.com/jline/jline3/pull/1731">#1731</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: Added UnknownCommandException for Shell module (<a href="https://redirect.github.com/jline/jline3/pull/1780">#1780</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: bulk read for NonBlockingPumpInputStream (<a href="https://redirect.github.com/jline/jline3/pull/1778">#1778</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: add filterable(boolean) option to list and checkbox prompts (<a href="https://redirect.github.com/jline/jline3/pull/1784">#1784</a>) <a href="https://github.com/ingokegel"><code>@ingokegel</code></a></li> <li>refactor: Deduplicate AttributedCharSequence#emitStyleChange. (<a href="https://redirect.github.com/jline/jline3/pull/1788">#1788</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>perf: optimize Display.update for minimal allocation and output bytes (<a href="https://redirect.github.com/jline/jline3/pull/1785">#1785</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: streaming pipes with concurrent pipeline execution (<a href="https://redirect.github.com/jline/jline3/pull/1777">#1777</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: optimize output rendering with direct byte buffer (<a href="https://redirect.github.com/jline/jline3/pull/1749">#1749</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: modernize signal handling via Panama FFM sigaction() (<a href="https://redirect.github.com/jline/jline3/pull/1750">#1750</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: Add /dev/tty fallback for terminals with piped streams (<a href="https://redirect.github.com/jline/jline3/pull/1728">#1728</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/798308f86a0be6645423ec2857ed81cf15fb3d25"><code>798308f</code></a> fix: add filter-by-commitish to 3.x release drafter config</li> <li><a href="https://github.com/jline/jline3/commit/af5638ab34005a7b7184a56a9a6cf150a3f4848b"><code>af5638a</code></a> fix: avoid aliasing and immutable list issues in Display oldLines (<a href="https://redirect.github.com/jline/jline3/issues/1878">#1878</a>)</li> <li><a href="https://github.com/jline/jline3/commit/f55dc2eb6e8c252d36bc4a0a18b9f75799f9b892"><code>f55dc2e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1898">#1898</a> from jline/dependabot/maven/master/com.palantir.java...</li> <li><a href="https://github.com/jline/jline3/commit/1f736678cded0f70ed1b6995f6ce9973def6125b"><code>1f73667</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1894">#1894</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li><a href="https://github.com/jline/jline3/commit/684c8a7a16910995de0f203fd2c674361df247e6"><code>684c8a7</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1893">#1893</a> from jline/dependabot/maven/master/junit.version-6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/d28a729f1cc9a96aaa43c9855fc2fa47e4b91b12"><code>d28a729</code></a> chore: Bump com.palantir.javaformat:palantir-java-format</li> <li><a href="https://github.com/jline/jline3/commit/212d19b7defc7bcb2f2fc22cb6d9d3607ccbdba7"><code>212d19b</code></a> chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1</li> <li><a href="https://github.com/jline/jline3/commit/c14a4fd1d8fdbb80aa9782b5a434f1340a0a0f89"><code>c14a4fd</code></a> chore: Bump junit.version from 6.0.3 to 6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/923486a961db66e70a7c5e8ff366f248512cef02"><code>923486a</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1865">#1865</a> from jline/dependabot/maven/master/groovy.version-5.0.6</li> <li><a href="https://github.com/jline/jline3/commit/67c84a82275df2aa3301b0911fe20187eafab4fa"><code>67c84a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1887">#1887</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-jni` from 3.30.13 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal-jni's releases</a>.</em></p> <blockquote> <p>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 <code>enterRawMode</code>, 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.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fixed Display oldLines being set as possible immutable lists. (<a href="https://redirect.github.com/jline/jline3/pull/1878">#1878</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>fix: use POSIX cfmakeraw defaults (VMIN=1, VTIME=0) in enterRawMode (<a href="https://redirect.github.com/jline/jline3/pull/1871">#1871</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: skip null returns from signal registration in AbstractUnixSysTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: Fixed ScreenTerminal alt-charset (<a href="https://redirect.github.com/jline/jline3/pull/1867">#1867</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (<a href="https://redirect.github.com/jline/jline3/pull/1898">#1898</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1 (<a href="https://redirect.github.com/jline/jline3/pull/1894">#1894</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump junit.version from 6.0.3 to 6.1.0 (<a href="https://redirect.github.com/jline/jline3/pull/1893">#1893</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump groovy.version from 5.0.5 to 5.0.6 (<a href="https://redirect.github.com/jline/jline3/pull/1865">#1865</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.4 to 0.9.0 (<a href="https://redirect.github.com/jline/jline3/pull/1887">#1887</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/jline/jline3/pull/1886">#1886</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1889">#1889</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/jline/jline3/pull/1880">#1880</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump slf4j.version from 2.0.17 to 2.0.18 (<a href="https://redirect.github.com/jline/jline3/pull/1874">#1874</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>refactor: Remove duplicate code in Shell impl tests (<a href="https://redirect.github.com/jline/jline3/pull/1868">#1868</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BryanSant"><code>@BryanSant</code></a> made their first contribution in <a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.0...4.1.1">https://github.com/jline/jline3/compare/4.1.0...4.1.1</a></p> <h2>JLine 4.1.0</h2> <p>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.</p> <p>Highlights include streaming pipes with concurrent pipeline execution, a new <code>Sized</code> interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM <code>sigaction()</code>, and a comprehensive overhaul of termios constant mappings across all supported platforms.</p> <h2>🚀 New features and improvements</h2> <ul> <li>refactor: introduce Sized interface and Size.of() factory methods (<a href="https://redirect.github.com/jline/jline3/pull/1731">#1731</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: Added UnknownCommandException for Shell module (<a href="https://redirect.github.com/jline/jline3/pull/1780">#1780</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: bulk read for NonBlockingPumpInputStream (<a href="https://redirect.github.com/jline/jline3/pull/1778">#1778</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: add filterable(boolean) option to list and checkbox prompts (<a href="https://redirect.github.com/jline/jline3/pull/1784">#1784</a>) <a href="https://github.com/ingokegel"><code>@ingokegel</code></a></li> <li>refactor: Deduplicate AttributedCharSequence#emitStyleChange. (<a href="https://redirect.github.com/jline/jline3/pull/1788">#1788</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>perf: optimize Display.update for minimal allocation and output bytes (<a href="https://redirect.github.com/jline/jline3/pull/1785">#1785</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: streaming pipes with concurrent pipeline execution (<a href="https://redirect.github.com/jline/jline3/pull/1777">#1777</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: optimize output rendering with direct byte buffer (<a href="https://redirect.github.com/jline/jline3/pull/1749">#1749</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: modernize signal handling via Panama FFM sigaction() (<a href="https://redirect.github.com/jline/jline3/pull/1750">#1750</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: Add /dev/tty fallback for terminals with piped streams (<a href="https://redirect.github.com/jline/jline3/pull/1728">#1728</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/798308f86a0be6645423ec2857ed81cf15fb3d25"><code>798308f</code></a> fix: add filter-by-commitish to 3.x release drafter config</li> <li><a href="https://github.com/jline/jline3/commit/af5638ab34005a7b7184a56a9a6cf150a3f4848b"><code>af5638a</code></a> fix: avoid aliasing and immutable list issues in Display oldLines (<a href="https://redirect.github.com/jline/jline3/issues/1878">#1878</a>)</li> <li><a href="https://github.com/jline/jline3/commit/f55dc2eb6e8c252d36bc4a0a18b9f75799f9b892"><code>f55dc2e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1898">#1898</a> from jline/dependabot/maven/master/com.palantir.java...</li> <li><a href="https://github.com/jline/jline3/commit/1f736678cded0f70ed1b6995f6ce9973def6125b"><code>1f73667</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1894">#1894</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li><a href="https://github.com/jline/jline3/commit/684c8a7a16910995de0f203fd2c674361df247e6"><code>684c8a7</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1893">#1893</a> from jline/dependabot/maven/master/junit.version-6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/d28a729f1cc9a96aaa43c9855fc2fa47e4b91b12"><code>d28a729</code></a> chore: Bump com.palantir.javaformat:palantir-java-format</li> <li><a href="https://github.com/jline/jline3/commit/212d19b7defc7bcb2f2fc22cb6d9d3607ccbdba7"><code>212d19b</code></a> chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1</li> <li><a href="https://github.com/jline/jline3/commit/c14a4fd1d8fdbb80aa9782b5a434f1340a0a0f89"><code>c14a4fd</code></a> chore: Bump junit.version from 6.0.3 to 6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/923486a961db66e70a7c5e8ff366f248512cef02"><code>923486a</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1865">#1865</a> from jline/dependabot/maven/master/groovy.version-5.0.6</li> <li><a href="https://github.com/jline/jline3/commit/67c84a82275df2aa3301b0911fe20187eafab4fa"><code>67c84a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1887">#1887</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-ffm` from 3.30.13 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal-ffm's releases</a>.</em></p> <blockquote> <p>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 <code>enterRawMode</code>, 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.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fixed Display oldLines being set as possible immutable lists. (<a href="https://redirect.github.com/jline/jline3/pull/1878">#1878</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>fix: use POSIX cfmakeraw defaults (VMIN=1, VTIME=0) in enterRawMode (<a href="https://redirect.github.com/jline/jline3/pull/1871">#1871</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: skip null returns from signal registration in AbstractUnixSysTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: Fixed ScreenTerminal alt-charset (<a href="https://redirect.github.com/jline/jline3/pull/1867">#1867</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (<a href="https://redirect.github.com/jline/jline3/pull/1898">#1898</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1 (<a href="https://redirect.github.com/jline/jline3/pull/1894">#1894</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump junit.version from 6.0.3 to 6.1.0 (<a href="https://redirect.github.com/jline/jline3/pull/1893">#1893</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump groovy.version from 5.0.5 to 5.0.6 (<a href="https://redirect.github.com/jline/jline3/pull/1865">#1865</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.4 to 0.9.0 (<a href="https://redirect.github.com/jline/jline3/pull/1887">#1887</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/jline/jline3/pull/1886">#1886</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1889">#1889</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/jline/jline3/pull/1880">#1880</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump slf4j.version from 2.0.17 to 2.0.18 (<a href="https://redirect.github.com/jline/jline3/pull/1874">#1874</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>refactor: Remove duplicate code in Shell impl tests (<a href="https://redirect.github.com/jline/jline3/pull/1868">#1868</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BryanSant"><code>@BryanSant</code></a> made their first contribution in <a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.0...4.1.1">https://github.com/jline/jline3/compare/4.1.0...4.1.1</a></p> <h2>JLine 4.1.0</h2> <p>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.</p> <p>Highlights include streaming pipes with concurrent pipeline execution, a new <code>Sized</code> interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM <code>sigaction()</code>, and a comprehensive overhaul of termios constant mappings across all supported platforms.</p> <h2>🚀 New features and improvements</h2> <ul> <li>refactor: introduce Sized interface and Size.of() factory methods (<a href="https://redirect.github.com/jline/jline3/pull/1731">#1731</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: Added UnknownCommandException for Shell module (<a href="https://redirect.github.com/jline/jline3/pull/1780">#1780</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: bulk read for NonBlockingPumpInputStream (<a href="https://redirect.github.com/jline/jline3/pull/1778">#1778</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: add filterable(boolean) option to list and checkbox prompts (<a href="https://redirect.github.com/jline/jline3/pull/1784">#1784</a>) <a href="https://github.com/ingokegel"><code>@ingokegel</code></a></li> <li>refactor: Deduplicate AttributedCharSequence#emitStyleChange. (<a href="https://redirect.github.com/jline/jline3/pull/1788">#1788</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>perf: optimize Display.update for minimal allocation and output bytes (<a href="https://redirect.github.com/jline/jline3/pull/1785">#1785</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: streaming pipes with concurrent pipeline execution (<a href="https://redirect.github.com/jline/jline3/pull/1777">#1777</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: optimize output rendering with direct byte buffer (<a href="https://redirect.github.com/jline/jline3/pull/1749">#1749</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: modernize signal handling via Panama FFM sigaction() (<a href="https://redirect.github.com/jline/jline3/pull/1750">#1750</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: Add /dev/tty fallback for terminals with piped streams (<a href="https://redirect.github.com/jline/jline3/pull/1728">#1728</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/798308f86a0be6645423ec2857ed81cf15fb3d25"><code>798308f</code></a> fix: add filter-by-commitish to 3.x release drafter config</li> <li><a href="https://github.com/jline/jline3/commit/af5638ab34005a7b7184a56a9a6cf150a3f4848b"><code>af5638a</code></a> fix: avoid aliasing and immutable list issues in Display oldLines (<a href="https://redirect.github.com/jline/jline3/issues/1878">#1878</a>)</li> <li><a href="https://github.com/jline/jline3/commit/f55dc2eb6e8c252d36bc4a0a18b9f75799f9b892"><code>f55dc2e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1898">#1898</a> from jline/dependabot/maven/master/com.palantir.java...</li> <li><a href="https://github.com/jline/jline3/commit/1f736678cded0f70ed1b6995f6ce9973def6125b"><code>1f73667</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1894">#1894</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li><a href="https://github.com/jline/jline3/commit/684c8a7a16910995de0f203fd2c674361df247e6"><code>684c8a7</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1893">#1893</a> from jline/dependabot/maven/master/junit.version-6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/d28a729f1cc9a96aaa43c9855fc2fa47e4b91b12"><code>d28a729</code></a> chore: Bump com.palantir.javaformat:palantir-java-format</li> <li><a href="https://github.com/jline/jline3/commit/212d19b7defc7bcb2f2fc22cb6d9d3607ccbdba7"><code>212d19b</code></a> chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1</li> <li><a href="https://github.com/jline/jline3/commit/c14a4fd1d8fdbb80aa9782b5a434f1340a0a0f89"><code>c14a4fd</code></a> chore: Bump junit.version from 6.0.3 to 6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/923486a961db66e70a7c5e8ff366f248512cef02"><code>923486a</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1865">#1865</a> from jline/dependabot/maven/master/groovy.version-5.0.6</li> <li><a href="https://github.com/jline/jline3/commit/67c84a82275df2aa3301b0911fe20187eafab4fa"><code>67c84a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1887">#1887</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-native` from 3.30.13 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-native's releases</a>.</em></p> <blockquote> <p>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 <code>enterRawMode</code>, 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.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fixed Display oldLines being set as possible immutable lists. (<a href="https://redirect.github.com/jline/jline3/pull/1878">#1878</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>fix: use POSIX cfmakeraw defaults (VMIN=1, VTIME=0) in enterRawMode (<a href="https://redirect.github.com/jline/jline3/pull/1871">#1871</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: skip null returns from signal registration in AbstractUnixSysTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: Fixed ScreenTerminal alt-charset (<a href="https://redirect.github.com/jline/jline3/pull/1867">#1867</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (<a href="https://redirect.github.com/jline/jline3/pull/1898">#1898</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1 (<a href="https://redirect.github.com/jline/jline3/pull/1894">#1894</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump junit.version from 6.0.3 to 6.1.0 (<a href="https://redirect.github.com/jline/jline3/pull/1893">#1893</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump groovy.version from 5.0.5 to 5.0.6 (<a href="https://redirect.github.com/jline/jline3/pull/1865">#1865</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.4 to 0.9.0 (<a href="https://redirect.github.com/jline/jline3/pull/1887">#1887</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/jline/jline3/pull/1886">#1886</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1889">#1889</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/jline/jline3/pull/1880">#1880</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: Bump slf4j.version from 2.0.17 to 2.0.18 (<a href="https://redirect.github.com/jline/jline3/pull/1874">#1874</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>refactor: Remove duplicate code in Shell impl tests (<a href="https://redirect.github.com/jline/jline3/pull/1868">#1868</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BryanSant"><code>@BryanSant</code></a> made their first contribution in <a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.0...4.1.1">https://github.com/jline/jline3/compare/4.1.0...4.1.1</a></p> <h2>JLine 4.1.0</h2> <p>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.</p> <p>Highlights include streaming pipes with concurrent pipeline execution, a new <code>Sized</code> interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM <code>sigaction()</code>, and a comprehensive overhaul of termios constant mappings across all supported platforms.</p> <h2>🚀 New features and improvements</h2> <ul> <li>refactor: introduce Sized interface and Size.of() factory methods (<a href="https://redirect.github.com/jline/jline3/pull/1731">#1731</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: Added UnknownCommandException for Shell module (<a href="https://redirect.github.com/jline/jline3/pull/1780">#1780</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>feat: bulk read for NonBlockingPumpInputStream (<a href="https://redirect.github.com/jline/jline3/pull/1778">#1778</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: add filterable(boolean) option to list and checkbox prompts (<a href="https://redirect.github.com/jline/jline3/pull/1784">#1784</a>) <a href="https://github.com/ingokegel"><code>@ingokegel</code></a></li> <li>refactor: Deduplicate AttributedCharSequence#emitStyleChange. (<a href="https://redirect.github.com/jline/jline3/pull/1788">#1788</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>perf: optimize Display.update for minimal allocation and output bytes (<a href="https://redirect.github.com/jline/jline3/pull/1785">#1785</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: streaming pipes with concurrent pipeline execution (<a href="https://redirect.github.com/jline/jline3/pull/1777">#1777</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: optimize output rendering with direct byte buffer (<a href="https://redirect.github.com/jline/jline3/pull/1749">#1749</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: modernize signal handling via Panama FFM sigaction() (<a href="https://redirect.github.com/jline/jline3/pull/1750">#1750</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>feat: Add /dev/tty fallback for terminals with piped streams (<a href="https://redirect.github.com/jline/jline3/pull/1728">#1728</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/798308f86a0be6645423ec2857ed81cf15fb3d25"><code>798308f</code></a> fix: add filter-by-commitish to 3.x release drafter config</li> <li><a href="https://github.com/jline/jline3/commit/af5638ab34005a7b7184a56a9a6cf150a3f4848b"><code>af5638a</code></a> fix: avoid aliasing and immutable list issues in Display oldLines (<a href="https://redirect.github.com/jline/jline3/issues/1878">#1878</a>)</li> <li><a href="https://github.com/jline/jline3/commit/f55dc2eb6e8c252d36bc4a0a18b9f75799f9b892"><code>f55dc2e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1898">#1898</a> from jline/dependabot/maven/master/com.palantir.java...</li> <li><a href="https://github.com/jline/jline3/commit/1f736678cded0f70ed1b6995f6ce9973def6125b"><code>1f73667</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1894">#1894</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li><a href="https://github.com/jline/jline3/commit/684c8a7a16910995de0f203fd2c674361df247e6"><code>684c8a7</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1893">#1893</a> from jline/dependabot/maven/master/junit.version-6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/d28a729f1cc9a96aaa43c9855fc2fa47e4b91b12"><code>d28a729</code></a> chore: Bump com.palantir.javaformat:palantir-java-format</li> <li><a href="https://github.com/jline/jline3/commit/212d19b7defc7bcb2f2fc22cb6d9d3607ccbdba7"><code>212d19b</code></a> chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.0 to 0.9.1</li> <li><a href="https://github.com/jline/jline3/commit/c14a4fd1d8fdbb80aa9782b5a434f1340a0a0f89"><code>c14a4fd</code></a> chore: Bump junit.version from 6.0.3 to 6.1.0</li> <li><a href="https://github.com/jline/jline3/commit/923486a961db66e70a7c5e8ff366f248512cef02"><code>923486a</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1865">#1865</a> from jline/dependabot/maven/master/groovy.version-5.0.6</li> <li><a href="https://github.com/jline/jline3/commit/67c84a82275df2aa3301b0911fe20187eafab4fa"><code>67c84a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1887">#1887</a> from jline/dependabot/maven/master/eu.maveniverse.ma...</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.1.1">compare view</a></li> </ul> </details> <br /> 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
