-
Updated
Sep 10, 2021 - Java
camel
Here are 311 public repositories matching this topic...
-
Updated
Aug 16, 2021 - Java
-
Updated
Sep 11, 2021 - Java
-
Updated
Aug 17, 2021 - Java
-
Updated
Sep 6, 2021 - Java
-
Updated
Sep 10, 2021 - Vala
eg the new in 1.5 about QuarkusApplication as a main class so you can run it easily without having to use mvn quarkus:dev etc.
Please see:
https://github.com/apache/camel-kafka-connector/blob/main/tooling/camel-kafka-connector-docs-maven-plugin/src/main/java/org/apache/camel/kafkaconnector/maven/docs/UpdateDocComponentsListMojo.java#L51
https://github.com/apache/camel-kafka-connector/blob/main/tooling/camel-kafka-connector-docs-maven-plugin/src/main/java/org/apache/camel/kafkaconnector/maven/docs/UpdateDocComponentsList
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Nov 18, 2020 - Java
-
Updated
Nov 11, 2016 - Scala
-
Updated
Apr 13, 2021 - Java
-
Updated
Sep 10, 2021 - Java
-
Updated
Oct 29, 2020 - Java
for instance
<setBody id="setBody10">
--
<constant>
<![CDATA[
<v1:isAliveResponse xmlns:v1="http://model.ws.xxxx.com/global/v1">
<isAlive>true</isAlive>
</v1:isAliveResponse>
]]>
</constant>
</setBody>
-
Updated
Aug 12, 2021 - Clojure
-
Updated
Aug 31, 2021 - Kotlin
Improve this page
Add a description, image, and links to the camel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the camel topic, visit your repo's landing page and select "manage topics."


Cobra function
cmd.SetOut()does not redirect output for some commands.for command output redirection this function is used https://github.com/apache/camel-k/blob/d9230bd1f92d2839adb37f819132a2ecd6b92ee4/e2e/support/test_support.go#L1331
redirection works fine for
kamel getkamel kitbut the output of commandskamel describekamel helpkamel dumpkamel versionis not being r