Improve mdc.adoc#23124
Conversation
|
For Spring Boot you should always use the -starter - that is for all of the camel components. |
squakez
left a comment
There was a problem hiding this comment.
We don't generally explain in the components how to deal when adopting springboot or main (or quarkus). It is kind of implicity that, in order to use a component, then you have to add the component dependency or starter (or quarkus extension).
As for the property names, yes, they had to be fixed, thanks. However, I'd keep the example explanation in order to show the user how to use wildcards when they want to include any pattern for a property or header.
IMO, the only change we should add are the property names changes.
|
Thanks for your feedback. I was not able to get it working right away. The fact that there might be a starter occurred too late, that's why I updated the docs. But if this is a convention, then maybe redundant. Are these conventions documented somewhere? Should I revert everything but the property names? |
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
|
🧪 CI tested the following changed modules:
All tested modules (8 modules)
|
in the camel spring boot docs
yes thanks as suggested by @squakez |
60a1935 to
6c2930f
Compare
6c2930f to
2bb9a53
Compare
|
Alright. There were some changes on main on the exact lines of code, so I rebased and cleaned up. So, the changes are really only the property names.
Thanks for sharing. |
I was trying to get this running in my Spring Boot application. I noticed that the documentation could be improved.