This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git.
from e38784b (chores) camel-kubernetes: code cleanup (#5961) new b6c4d61 Polish and cleanup documentation new 177c25f Polish and cleanup documentation new 66bd70d Polish and cleanup documentation new c60fb6370 Polish and cleanup documentation The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/catalog/docs/properties-component.adoc | 820 ++------------ .../java/org/apache/camel/ConsumerTemplate.java | 13 +- .../src/main/docs/properties-component.adoc | 820 ++------------ .../modules/ROOT/pages/properties-component.adoc | 820 ++------------ docs/user-manual/modules/ROOT/nav.adoc | 4 +- .../modules/ROOT/pages/bean-integration.adoc | 50 +- .../modules/ROOT/pages/consumertemplate.adoc | 51 + .../modules/ROOT/pages/producertemplate.adoc | 4 + .../ROOT/pages/using-propertyplaceholder.adoc | 1135 ++++++-------------- docs/user-manual/modules/faq/nav.adoc | 1 - ...spring-property-placeholder-with-camel-xml.adoc | 77 -- docs/user-manual/modules/faq/pages/index.adoc | 1 - 12 files changed, 757 insertions(+), 3039 deletions(-) create mode 100644 docs/user-manual/modules/ROOT/pages/consumertemplate.adoc delete mode 100644 docs/user-manual/modules/faq/pages/how-do-i-use-spring-property-placeholder-with-camel-xml.adoc