We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use Camel 4.8.2 however
org.apache.camel.karaf:camel-dsl-support:jar:4.8.2 org.apache.camel.karaf:camel-xml-io-dsl:jar:4.8.2
are missing and not available from Maven Central
The text was updated successfully, but these errors were encountered:
You can use camel-blueprint to create routes in XML like in this example https://github.com/apache/camel-karaf/blob/main/tests/examples/blueprint-dsl-only/src/main/resources/OSGI-INF/blueprint/route1.xml
Sorry, something went wrong.
Yes that static approach we are also using heavily. In this case we need to dynamically load Camel routes from XML configuration passed in at runtime.
Thanks for the report. These modules are not yet available in camel-karaf (only static approach is supported for now).
I will work to re-add the "dynamic" approach.
No branches or pull requests
I'm trying to use Camel 4.8.2 however
org.apache.camel.karaf:camel-dsl-support:jar:4.8.2
org.apache.camel.karaf:camel-xml-io-dsl:jar:4.8.2
are missing and not available from Maven Central
The text was updated successfully, but these errors were encountered: