Skip to content

chore(deps): Bump org.aesh:terminal-http from 3.16.4 to 3.17.1 - #25953

Merged
apupier merged 1 commit into
mainfrom
dependabot/maven/org.aesh-terminal-http-3.17.1
Aug 31, 2026
Merged

chore(deps): Bump org.aesh:terminal-http from 3.16.4 to 3.17.1#25953
apupier merged 1 commit into
mainfrom
dependabot/maven/org.aesh-terminal-http-3.17.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps org.aesh:terminal-http from 3.16.4 to 3.17.1.

Release notes

Sourced from org.aesh:terminal-http's releases.

Release 3.17.1

What's New in 3.17.1

Changes

  • Fix legacy read loop blocking on exit until user presses Enter

Full Changelog: aeshell/aesh-readline@v3.17...v3.17.1

Release 3.17

What's New in 3.17

Issues

  • #237 Bump netty.version from 4.2.16.Final to 4.2.17.Final
  • #238 Bump org.graalvm.buildtools:native-maven-plugin from 1.1.7 to 1.1.8
  • #245 Bump org.graalvm.buildtools:native-maven-plugin from 1.1.8 to 1.1.9
  • #246 Bump org.apache.maven:apache-maven from 3.9.12 to 3.9.16
  • #260 Bump org.graalvm.buildtools:native-maven-plugin from 1.1.9 to 1.1.10
  • #261 Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2

Changes

  • Enable skipped ReadlineTest.testArrowKeys
  • Fix ActionEvent focus corruption, ReadBuffer thread safety, AliasManager leak
  • Fix Decoder crash on malformed input: replace with U+FFFD
  • Fix Buffer boundary bugs: getAsciiSize off-by-one, get/doReplace bounds
  • Add Tab and Right arrow as accept keys in fuzzy history search
  • Make multi-line continuation prompt configurable
  • Fix EventDecoder thread-safety between accept() and setInputHandler()
  • Speed up SSH tests: Netty transport + password-only auth
  • Improve remote connection consistency and fix ByteBuf leak
  • Enhance native-image CI tests: verify FFM configuration and provider selection
  • Revert signal handler ordering, fix cleanup log noise instead
  • Enable FfmTerminalProvider in GraalVM 25+ native images
  • Readline: call finish() before user signal handler on Ctrl+C
  • Flush terminal output after writes to prevent buffered prompts
  • SyncImageDemoExample: use Kitty image placement for smooth animation
  • KittyImage: add transmit/place/delete for efficient image animation
  • SyncImageDemoExample: reduce frame rate from 25fps to 10fps
  • SyncImageDemoExample: pre-encode image outside render loop
  • Fix flaky testClientDisconnectClean: catch SocketException from TelnetClient race
  • Encoder: eliminate per-call byte[] allocation with reusable output buffer
  • EventDecoder: bulk-copy text runs between ESC sequences in filterSequences
  • Benchmarks: fix EventDecoder construction cost polluting per-call measurements
  • EventDecoder: replace 3 hand-rolled state machines with single VtParser
  • Fix binary telnet signal test: keep execute()/schedule() on Netty event loop
  • Fix race between executor shutdown and backpressure resumeReads
  • EventDecoder: fix focus filter cross-chunk sequence detection
  • ActionDecoder: replace LinkedList with ArrayDeque

... (truncated)

Commits
  • c45802c Release 3.17.1
  • b470bcc Fix legacy read loop blocking on exit until user presses Enter
  • 704445f Next version 3.18-dev
  • e7c56aa Release 3.17
  • 23f41cb Enable skipped ReadlineTest.testArrowKeys
  • 6e4b632 Fix ActionEvent focus corruption, ReadBuffer thread safety, AliasManager leak
  • 587078f Fix Decoder crash on malformed input: replace with U+FFFD
  • 754fb94 Fix Buffer boundary bugs: getAsciiSize off-by-one, get/doReplace bounds
  • e6abe57 Add Tab and Right arrow as accept keys in fuzzy history search
  • 915193e Make multi-line continuation prompt configurable
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <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)

Bumps [org.aesh:terminal-http](https://github.com/aeshell/aesh-readline) from 3.16.4 to 3.17.1.
- [Release notes](https://github.com/aeshell/aesh-readline/releases)
- [Commits](aeshell/aesh-readline@v3.16.4...v3.17.1)

---
updated-dependencies:
- dependency-name: org.aesh:terminal-http
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

🔬 Scalpel shadow comparison — Scalpel: 2 tested, 1 compile-only — current: 0 all tested

Maveniverse Scalpel detected 3 affected modules (current approach: 0).

⚠️ Modules only in Scalpel (3)
  • camel-jbang-plugin-tui
  • camel-launcher
  • camel-launcher-container

Changed properties: aesh-terminal-version

Skip-tests mode would test 2 modules (1 direct + 1 downstream), skip tests for 1 (generated code, meta-modules)

Modules Scalpel would test (2)
  • camel-jbang-plugin-tui
  • camel-launcher-container
Modules with tests skipped (1)
  • camel-launcher

ℹ️ Shadow mode — Scalpel observes but does not affect test execution. Learn more

All tested modules (4 modules)
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: Launcher
  • Camel :: Launcher :: Container
  • Camel :: Parent

⚙️ View full build and test results

@apupier
apupier merged commit fee8e7a into main Aug 31, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/org.aesh-terminal-http-3.17.1 branch August 31, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant