-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What example(s) need improvement?
All the Camel examples
What improvement(s) could be made?
- All should wait on a loop that checks if the context is stopped, rather than just sleeping forever (even better = use the main support shutdown policy that has a wait function)
- Update dependency versions to latest
- Stop doing URL encoding in the properties helper class (like so) and instead use
RAW()when needed - Include the Maven plugin to build in all dependencies into a single jar (example)
- Update the documentation to use
mvn packageandjavarather thanmvn exec::java
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request