Re: [PR] fix(sql-component): Fix sql component adoc [camel]

2024-06-12 Thread via GitHub
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

Re: [PR] fix(sql-component): Fix sql component adoc [camel]

2024-06-11 Thread via GitHub
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

Re: [PR] fix(sql-component): Fix sql component adoc [camel]

2024-06-11 Thread via GitHub
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

Re: [PR] fix(sql-component): Fix sql component adoc [camel]

2024-06-11 Thread via GitHub
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

[PR] fix(sql-component): Fix sql component adoc [camel]

2024-06-11 Thread via GitHub
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]