CAMEL-22986: Use official kamelets from camel-kamelets catalog JAR - #268
Merged
Merged
Conversation
oscerd
approved these changes
Sep 21, 2026
Contributor
|
please rebase on main branch. The PR check error has been fixed #270 |
Reworked the kamelet-chucknorris example to use the official chuck-norris-source kamelet from the camel-kamelets catalog JAR instead of bundling a custom kamelet YAML file locally. - Added camel-kamelets dependency to load official kamelets from classpath - Converted route definition from XML DSL to YAML DSL - Removed custom chuck-norris-source.kamelet.yaml - Added MyApplication.java for standalone Camel Main bootstrap - Added explicit component dependencies (timer, http, jsonpath) needed by the kamelet at runtime Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
tmielke
force-pushed
the
CAMEL-22986
branch
from
September 21, 2026 11:23
ab32523 to
113a63a
Compare
Contributor
|
test failure on the modified example: |
Previous commit missed to include src/main/resources/camel/my-route.camel.yaml
Author
|
Thanks @apupier, the PR missed to include the route definition file. My bad... |
apupier
approved these changes
Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reworked the
kamelet-chucknorrisexample to use the official chuck-norris-source kamelet from the camel-kamelets catalog JAR instead of bundling a custom kamelet YAML file locally.camel-kameletsdependency to load official kamelets from classpathchuck-norris-source.kamelet.yamlMyApplication.javafor standalone Camel Main bootstraptimer,http,jsonpath) needed by the kamelet at runtimeCo-authored-by: Claude Opus 4.6 noreply@anthropic.com