-
Updated
Jun 9, 2020 - Java
camel
Here are 256 public repositories matching this topic...
-
Updated
Apr 17, 2020 - Java
This is a...
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[X ] Documentation issue or request
Description
Syndesis user documentation should be published on the Syndesis community site.
As Zoran says, the d
We should have some reusable code in camel-catalog that better understands if a to -> from matches. For example you can have
to jms:queue:cheese
from jms:cheese?concurrentConsumers=5
which should match up as they are on the same queue, eg cheese.
Visual route diagram
Old gmaven plugin used to generate sources needed for groovy-docs generation is failing on IPF 3.0.
Try to update on G-Docs plugin or something newer...
We should have more docs for camel-quarkus. One page should be about general configuration where you can set many options on camel.main.xxx and for example also for components via camel.component.xxx=123 etc
We should add the page to the TOC
https://camel.apache.org/camel-quarkus/latest/user-guide.html
And also have another page for build time configurations, where you can use
`quarkus
-
Updated
Nov 11, 2016 - Scala
-
Updated
Apr 3, 2020 - Java
-
Updated
Jun 9, 2020 - CSS
-
Updated
Apr 23, 2020 - HTML
-
Updated
May 18, 2020 - Java
-
Updated
Aug 8, 2019 - JavaScript
-
Updated
Jun 6, 2020 - Java
-
Updated
Jun 5, 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
Jul 4, 2018 - Java
-
Updated
Mar 25, 2020 - Java
currently UI tests re included in Travis build but not the Jenkins one.
when adding, check if the test report is provided (which is something that doesn't exist for Travis)
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."
If I set:
The
camel-twittercomponent should be added to the set of dependencies automatically.Also because the new property-binding mechanism goes in error otherwise.
We should inspect direct properties and property-files.
We may extend the search also to linked secrets and configmaps.