dependabot[bot] opened a new pull request, #833:
URL: https://github.com/apache/aries/pull/833

   Bumps [org.jline:jline](https://github.com/jline/jline3) from 4.0.15 to 
4.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jline's 
releases</a>.</em></p>
   <blockquote>
   <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>
   <ul>
   <li>Fix status bar duplication after vertical resize (<a 
href="https://redirect.github.com/jline/jline3/pull/1860";>#1860</a>) <a 
href="https://github.com/Abdelilah-AIT-HAMOU";><code>@​Abdelilah-AIT-HAMOU</code></a></li>
   <li>fix: remove proactive isNativeAccessEnabled() checks from terminal 
providers (<a 
href="https://redirect.github.com/jline/jline3/pull/1859";>#1859</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: prevent DA response bytes from leaking to parent shell (<a 
href="https://redirect.github.com/jline/jline3/issues/1856";>#1856</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1857";>#1857</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: correct inverted bounds check in readBuffered methods (<a 
href="https://redirect.github.com/jline/jline3/pull/1853";>#1853</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: wire up unmapped termios constants in JNI and FFM providers (<a 
href="https://redirect.github.com/jline/jline3/pull/1838";>#1838</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: correct Solaris termios constants from octal to proper hex (<a 
href="https://redirect.github.com/jline/jline3/pull/1837";>#1837</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: correct FreeBSD PENDIN and NOFLSH termios constants (<a 
href="https://redirect.github.com/jline/jline3/pull/1834";>#1834</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: correct Linux PENDIN termios constant (<a 
href="https://redirect.github.com/jline/jline3/pull/1835";>#1835</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: add missing CDTR_IFLOW readback in OsX toAttributes (<a 
href="https://redirect.github.com/jline/jline3/pull/1836";>#1836</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: replace Thread.sleep() with synchronization in TmuxEncodingTest (<a 
href="https://redirect.github.com/jline/jline3/pull/1827";>#1827</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: add VT100 response feedback to SwingTerminal and WebTerminal (<a 
href="https://redirect.github.com/jline/jline3/pull/1824";>#1824</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: use console encoding instead of default charset in Tmux (<a 
href="https://redirect.github.com/jline/jline3/pull/1826";>#1826</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: tail -n counts lines correctly when input lacks trailing newline 
(fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1787";>#1787</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1823";>#1823</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: use terminal encoding instead of default charset in VirtualTerminal 
(fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1821";>#1821</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1822";>#1822</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: close terminal in PromptBuilderTest to prevent resource leak (fixes 
<a href="https://redirect.github.com/jline/jline3/issues/1810";>#1810</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1820";>#1820</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/pull/1781";>#1781</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: erase probe emoji after grapheme cluster width detection (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1770";>#1770</a>) <a 
href="https://github.com/ingokegel";><code>@​ingokegel</code></a></li>
   <li>fix: close PTY streams before shutdown to prevent hang on macOS (fixes 
<a href="https://redirect.github.com/jline/jline3/issues/1808";>#1808</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1817";>#1817</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: register all FFM foreign function signatures for GraalVM 
native-image (<a 
href="https://redirect.github.com/jline/jline3/pull/1802";>#1802</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: close terminals properly in tests (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1806";>#1806</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1814";>#1814</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: deprecate SwingTerminal.dispose() in favor of close() (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1805";>#1805</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1811";>#1811</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/pull/1813";>#1813</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/pull/1792";>#1792</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: remove spurious (short) casts in Size setters (<a 
href="https://redirect.github.com/jline/jline3/pull/1791";>#1791</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: move Terminal parameter to first position in columnSubSequence and 
columnSplitLength (<a 
href="https://redirect.github.com/jline/jline3/pull/1790";>#1790</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: compiler error in ScreenTerminal.dump() (<a 
href="https://redirect.github.com/jline/jline3/pull/1773";>#1773</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: Bump actions/upload-pages-artifact from 4 to 5 (<a 
href="https://redirect.github.com/jline/jline3/pull/1783";>#1783</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/bdec53e8a5fcfd51d4bc104c9ecb05cc9a082623";><code>bdec53e</code></a>
 chore: fix release-drafter config for 4.x branches</li>
   <li><a 
href="https://github.com/jline/jline3/commit/2af04cf6d2a2250e1dabe85726c969e40e80a501";><code>2af04cf</code></a>
 refactor: introduce Sized interface and Size.of() factory methods (<a 
href="https://redirect.github.com/jline/jline3/issues/1731";>#1731</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/5ef0aabc4bd0e6f75528a62f0437bd621a1ab341";><code>5ef0aab</code></a>
 fix: status bar duplication after vertical resize (<a 
href="https://redirect.github.com/jline/jline3/issues/1860";>#1860</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/6141618a675884d95bc3b4be20f185483f526752";><code>6141618</code></a>
 fix: remove proactive isNativeAccessEnabled() checks from terminal providers 
...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/78189279a0d35356148b0b32ffd0f1d57aedce03";><code>7818927</code></a>
 refactor: unify terminal probe response handling</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8a6a1d3d09aeea35bcd9a309217be3da53538fde";><code>8a6a1d3</code></a>
 fix: prevent DA response bytes from leaking to parent shell (<a 
href="https://redirect.github.com/jline/jline3/issues/1856";>#1856</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0d19e52f9df5f7a87c9b89bfa33ebb2eddc7ab61";><code>0d19e52</code></a>
 - Added UnknownCommandException (<a 
href="https://redirect.github.com/jline/jline3/issues/1780";>#1780</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0703cc029181bd95229a9ab673836b7e5a6e5b69";><code>0703cc0</code></a>
 feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream (<a 
href="https://redirect.github.com/jline/jline3/issues/1776";>#1776</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/83257409e7262f87d6d94cdb7f7dd7a632d5fbae";><code>8325740</code></a>
 fix: use maven.multiModuleProjectDirectory for test-jar path</li>
   <li><a 
href="https://github.com/jline/jline3/commit/b2e362a49d01ef49395e9c1e22d2c0a8521c2427";><code>b2e362a</code></a>
 fix: deduplicate ReaderTestSupport between reader and builtins (<a 
href="https://redirect.github.com/jline/jline3/issues/1807";>#1807</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/4.0.15...4.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jline:jline&package-manager=maven&previous-version=4.0.15&new-version=4.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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]

Reply via email to