This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 64ba64bde89 chore(docs): remove temporary warning 64ba64bde89 is described below commit 64ba64bde89f2dd8a1c27d7e92d5e1ba1c508820 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Mar 3 11:32:44 2025 +0100 chore(docs): remove temporary warning --- .../src/main/docs/observability-services.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/camel-observability-services/src/main/docs/observability-services.adoc b/components/camel-observability-services/src/main/docs/observability-services.adoc index 2ea9e59e94d..abbdf4a2981 100644 --- a/components/camel-observability-services/src/main/docs/observability-services.adoc +++ b/components/camel-observability-services/src/main/docs/observability-services.adoc @@ -72,9 +72,6 @@ The Java agent goal is to push those metrics to the OpenTelemetry compatible col Follow the instructions provided in xref:others:opentelemetry.adoc#OpenTelemetry-JavaAgent[OpenTelemetry Java Agent configuration]. -WARNING: Due to https://issues.apache.org/jira/browse/CAMEL-21460[a flaw in the alignment of OpenTelemetry dependencies in Spring Boot] runtime, you may hit a runtime error until the Spring Boot BOM dependencies is aligning the OpenTelemetry dependencies. -Be mindful of the required workaround required for this to work until the issue is fixed. - == JMX configuration The presence of this component implies the presence of `camel-management` component. This is in charge to include information about Camel application status in JMX format.