Skip to content

Fix endpointdsl example: remove unused camel-stream dependency - #193

Open
Croway wants to merge 1 commit into
mainfrom
fix/endpointdsl-remove-unused-stream-dep
Open

Fix endpointdsl example: remove unused camel-stream dependency#193
Croway wants to merge 1 commit into
mainfrom
fix/endpointdsl-remove-unused-stream-dep

Conversation

@Croway

@Croway Croway commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The endpointdsl example's route logs the body with .log("${body}"), but the README described it as routing to a stream endpoint that writes to standard output, and camel-stream-starter was declared as a dependency without being used anywhere in the code.
  • Removed the unused camel-stream-starter dependency from pom.xml.
  • Updated readme.adoc wording to match the actual .log(...) behavior.

Test plan

  • mvn -pl endpointdsl -am test passes

🤖 Generated with Claude Code

https://claude.ai/code/session_01X2p9q3rU4AySm5Y7uDSJ61

The route logs the message with .log("${body}") rather than routing to
a stream endpoint, so camel-stream-starter was an unused dependency.
Remove it and update the README wording to match the actual behavior.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X2p9q3rU4AySm5Y7uDSJ61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant