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

   Bumps [org.aesh:terminal-http](https://github.com/aeshell/aesh-readline) 
from 3.16.4 to 3.17.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/aeshell/aesh-readline/releases";>org.aesh:terminal-http's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release 3.17.1</h2>
   <h2>What's New in 3.17.1</h2>
   <h3>Changes</h3>
   <ul>
   <li>Fix legacy read loop blocking on exit until user presses Enter</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/aeshell/aesh-readline/compare/v3.17...v3.17.1";>https://github.com/aeshell/aesh-readline/compare/v3.17...v3.17.1</a></p>
   <h2>Release 3.17</h2>
   <h2>What's New in 3.17</h2>
   <h3>Issues</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/aeshell/aesh-readline/issues/237";>#237</a> 
Bump netty.version from 4.2.16.Final to 4.2.17.Final</li>
   <li><a 
href="https://redirect.github.com/aeshell/aesh-readline/issues/238";>#238</a> 
Bump org.graalvm.buildtools:native-maven-plugin from 1.1.7 to 1.1.8</li>
   <li><a 
href="https://redirect.github.com/aeshell/aesh-readline/issues/245";>#245</a> 
Bump org.graalvm.buildtools:native-maven-plugin from 1.1.8 to 1.1.9</li>
   <li><a 
href="https://redirect.github.com/aeshell/aesh-readline/issues/246";>#246</a> 
Bump org.apache.maven:apache-maven from 3.9.12 to 3.9.16</li>
   <li><a 
href="https://redirect.github.com/aeshell/aesh-readline/issues/260";>#260</a> 
Bump org.graalvm.buildtools:native-maven-plugin from 1.1.9 to 1.1.10</li>
   <li><a 
href="https://redirect.github.com/aeshell/aesh-readline/issues/261";>#261</a> 
Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Enable skipped ReadlineTest.testArrowKeys</li>
   <li>Fix ActionEvent focus corruption, ReadBuffer thread safety, AliasManager 
leak</li>
   <li>Fix Decoder crash on malformed input: replace with U+FFFD</li>
   <li>Fix Buffer boundary bugs: getAsciiSize off-by-one, get/doReplace 
bounds</li>
   <li>Add Tab and Right arrow as accept keys in fuzzy history search</li>
   <li>Make multi-line continuation prompt configurable</li>
   <li>Fix EventDecoder thread-safety between accept() and 
setInputHandler()</li>
   <li>Speed up SSH tests: Netty transport + password-only auth</li>
   <li>Improve remote connection consistency and fix ByteBuf leak</li>
   <li>Enhance native-image CI tests: verify FFM configuration and provider 
selection</li>
   <li>Revert signal handler ordering, fix cleanup log noise instead</li>
   <li>Enable FfmTerminalProvider in GraalVM 25+ native images</li>
   <li>Readline: call finish() before user signal handler on Ctrl+C</li>
   <li>Flush terminal output after writes to prevent buffered prompts</li>
   <li>SyncImageDemoExample: use Kitty image placement for smooth animation</li>
   <li>KittyImage: add transmit/place/delete for efficient image animation</li>
   <li>SyncImageDemoExample: reduce frame rate from 25fps to 10fps</li>
   <li>SyncImageDemoExample: pre-encode image outside render loop</li>
   <li>Fix flaky testClientDisconnectClean: catch SocketException from 
TelnetClient race</li>
   <li>Encoder: eliminate per-call byte[] allocation with reusable output 
buffer</li>
   <li>EventDecoder: bulk-copy text runs between ESC sequences in 
filterSequences</li>
   <li>Benchmarks: fix EventDecoder construction cost polluting per-call 
measurements</li>
   <li>EventDecoder: replace 3 hand-rolled state machines with single 
VtParser</li>
   <li>Fix binary telnet signal test: keep execute()/schedule() on Netty event 
loop</li>
   <li>Fix race between executor shutdown and backpressure resumeReads</li>
   <li>EventDecoder: fix focus filter cross-chunk sequence detection</li>
   <li>ActionDecoder: replace LinkedList with ArrayDeque</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/c45802ce8a1ed1f10645e0f5a45846a7bdb6eacb";><code>c45802c</code></a>
 Release 3.17.1</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/b470bcc4d880c086122367b6ea0ed0128fc32f1e";><code>b470bcc</code></a>
 Fix legacy read loop blocking on exit until user presses Enter</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/704445ff0efeb0af118cfebb2f158831cb64d0fb";><code>704445f</code></a>
 Next version 3.18-dev</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/e7c56aaea544a3cab055fc8383245381a1230853";><code>e7c56aa</code></a>
 Release 3.17</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/23f41cb24961eda0b1eb79fe6e4177c7cbfc8333";><code>23f41cb</code></a>
 Enable skipped ReadlineTest.testArrowKeys</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/6e4b6322e7d52608367d83e2346288cd8bd05f4f";><code>6e4b632</code></a>
 Fix ActionEvent focus corruption, ReadBuffer thread safety, AliasManager 
leak</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/587078f4b2830f350bb55b8aff3725e1c411685f";><code>587078f</code></a>
 Fix Decoder crash on malformed input: replace with U+FFFD</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/754fb94c7fc1d317600924411a9b4d69dd398a3b";><code>754fb94</code></a>
 Fix Buffer boundary bugs: getAsciiSize off-by-one, get/doReplace bounds</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/e6abe57d3d6eb2510da27b9827efee3be661b444";><code>e6abe57</code></a>
 Add Tab and Right arrow as accept keys in fuzzy history search</li>
   <li><a 
href="https://github.com/aeshell/aesh-readline/commit/915193e434cc98533ca3fff8a05c7efdc28cdb9c";><code>915193e</code></a>
 Make multi-line continuation prompt configurable</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aeshell/aesh-readline/compare/v3.16.4...v3.17.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.aesh:terminal-http&package-manager=maven&previous-version=3.16.4&new-version=3.17.1)](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