lordrip commented on code in PR #14480:
URL: https://github.com/apache/camel/pull/14480#discussion_r1636349163
##
components/camel-sql/src/main/docs/sql-component.adoc:
##
@@ -357,7 +357,7 @@ from("direct:query")
.to("mock:query");
-If the dynamic list of values is
lhein commented on code in PR #14480:
URL: https://github.com/apache/camel/pull/14480#discussion_r1635476026
##
components/camel-sql/src/main/docs/sql-component.adoc:
##
@@ -357,7 +357,7 @@ from("direct:query")
.to("mock:query");
-If the dynamic list of values is st
davsclaus merged PR #14480:
URL: https://github.com/apache/camel/pull/14480
--
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: commits-unsubscr...@camel.ap
github-actions[bot] commented on PR #14480:
URL: https://github.com/apache/camel/pull/14480#issuecomment-2161036128
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
lordrip opened a new pull request, #14480:
URL: https://github.com/apache/camel/pull/14480
# Description
Currently, the `body` reference in the sql-component `.adoc` file is
breaking the camel-website build.
Related PR: https://github.com/apache/camel-website/pull/1190
- [X]