This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-4.8.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.8.x by this push:
     new f6bb7d55cd5 chore(doc): spring boot configuration required (#16372)
f6bb7d55cd5 is described below

commit f6bb7d55cd597d3109a7b46cc31631f8dc8934ec
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon Nov 25 14:01:42 2024 +0100

    chore(doc): spring boot configuration required (#16372)
    
    Closes CAMEL-21460
---
 components/camel-opentelemetry/src/main/docs/opentelemetry.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc 
b/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc
index d40777e6edb..92399321c05 100644
--- a/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc
+++ b/components/camel-opentelemetry/src/main/docs/opentelemetry.adoc
@@ -109,6 +109,8 @@ java -javaagent:path/to/opentelemetry-javaagent.jar \
 
 include::spring-boot:partial$starter.adoc[]
 
+WARNING: the dependencies used by Camel core are not in sync with the one 
provided by Spring Boot BOM. If you're using this component be mindful of the 
https://issues.apache.org/jira/browse/CAMEL-21460[4.8.x Opentelemetry 
configuration] required.
+
 == MDC Logging
 
 When MDC Logging is enabled for the active Camel context the Trace ID and Span 
ID will be added and removed from the MDC for each route, the keys are 
`trace_id` and `span_id`, respectively.

Reply via email to