You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 package and java rather than mvn exec::java
The text was updated successfully, but these errors were encountered:
What example(s) need improvement?
All the Camel examples
What improvement(s) could be made?
RAW()
when neededmvn package
andjava
rather thanmvn exec::java
The text was updated successfully, but these errors were encountered: