dependabot[bot] opened a new pull request, #11832: URL: https://github.com/apache/maven/pull/11832
Bumps `jlineVersion` from 3.30.6 to 4.0.9. Updates `org.jline:jline-reader` from 3.30.6 to 4.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-reader's releases</a>.</em></p> <blockquote> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-style` from 3.30.6 to 4.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-style's releases</a>.</em></p> <blockquote> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-builtins` from 3.30.6 to 4.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-builtins's releases</a>.</em></p> <blockquote> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-console` from 3.30.6 to 4.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-console's releases</a>.</em></p> <blockquote> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-console-ui` from 3.30.6 to 4.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-console-ui's releases</a>.</em></p> <blockquote> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal` from 3.30.6 to 4.0.9 <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> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-ffm` from 3.30.6 to 4.0.9 <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> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-jni` from 3.30.6 to 4.0.9 <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> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-native` from 3.30.6 to 4.0.9 <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> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jline/jline3/pull/1698">jline/jline3#1698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.4...4.0.5">https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/27a26abcced7d06bb510e3f79309a08b79662c5e"><code>27a26ab</code></a> fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...</li> <li><a href="https://github.com/jline/jline3/commit/1154e0ead5b4d621811246b923222b46cfd6dbad"><code>1154e0e</code></a> Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)</li> <li><a href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475"><code>e247886</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1706">#1706</a>)</li> <li><a href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416"><code>4fdcc8f</code></a> fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/issues/1708">#1708</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b"><code>1ab1e9f</code></a> fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1709">#1709</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696"><code>9f3aa72</code></a> fix: Fix release drafter config and use drafted notes in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b"><code>beabe4e</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1703">#1703</a> from jline/fix/suppress-dumb-terminal-warning-no-tty</li> <li><a href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c"><code>b3bf72f</code></a> fix: Suppress dumb terminal warning when no streams are TTYs</li> <li><a href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b"><code>3ba42a8</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1700">#1700</a> from jline/dependabot/maven/master/org.codehaus.mojo...</li> <li><a href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a"><code>372a1bb</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1702">#1702</a> from jline/fix/simplify-nisse-setup</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jansi-core` from 3.30.6 to 4.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jansi-core's releases</a>.</em></p> <blockquote> <h2>JLine 4.0.9</h2> <h2>✨ Features</h2> <ul> <li>feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (<a href="https://github.com/jline/jline3/commit/1154e0ea">1154e0e</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (<a href="https://redirect.github.com/jline/jline3/pull/1710">#1710</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Prevents <code>NoSuchMethodError</code> for libraries like TamboUI that still call <code>.jansi(true)</code> or <code>.jna(true)</code> from their JLine 3 backend</li> </ul> </li> </ul> <h2>JLine 4.0.8</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Disable grapheme cluster probe on ExternalTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1709">#1709</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>Fixes <code>LineReaderTest</code> hanging when terminal type starts with "xterm" (<a href="https://redirect.github.com/jline/jline3/issues/1707">#1707</a>)</li> <li>Fixes Maven embedded executor tests failing on Windows due to <code>[?2027$p</code> escape sequence leaking into output paths</li> </ul> </li> <li>fix: Add proper picocli argument completion via AutoComplete (<a href="https://redirect.github.com/jline/jline3/pull/1708">#1708</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>fix: Fix release drafter config and use drafted notes in release workflow (<a href="https://github.com/jline/jline3/commit/9f3aa72a">9f3aa72</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/pull/1706">#1706</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>JLine 4.0.7</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Suppress dumb terminal warning when no streams are TTYs (<a href="https://redirect.github.com/jline/jline3/pull/1703">#1703</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a> <ul> <li>In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.6...4.0.7">https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p> <h2>JLine 4.0.6</h2> <h2>🔧 Build</h2> <ul> <li>Simplify versioning by using nisse property directly (<a href="https://redirect.github.com/jline/jline3/pull/1702">#1702</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a href="https://redirect.github.com/jline/jline3/pull/1700">#1700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.0.5...4.0.6">https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p> <h2>JLine 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert build to Maven 3.9.x compatibility by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1699">jline/jline3#1699</a></li> <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a href="https://github.com/dependabot... _Description has been truncated_ -- 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]
