This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 2292f003e54 Regen
2292f003e54 is described below
commit 2292f003e5481fb8ad338e44a063181d61b12572
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 25 15:07:49 2025 +0200
Regen
---
core/camel-spring-boot/src/main/docs/spring-boot.json | 6 ++++++
tooling/camel-spring-boot-dependencies/pom.xml | 15 +++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index 40138bce026..42a117c76eb 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -542,6 +542,12 @@
"sourceType":
"org.apache.camel.spring.boot.LanguageConfigurationProperties",
"defaultValue": true
},
+ {
+ "name": "camel.main.additional-sensitive-keywords",
+ "type": "java.lang.String",
+ "description": "Camel comes with a default set of sensitive keywords
which are automatically masked. This option allows to add additional custom
keywords to be masked as well. Multiple keywords can be separated by comma.",
+ "sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
+ },
{
"name": "camel.main.allow-use-original-message",
"type": "java.lang.Boolean",
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 8778c2ac68c..5d683929c6d 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -242,6 +242,16 @@
<artifactId>micrometer-tracing</artifactId>
<version>1.5.3</version>
</dependency>
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-tracing-bridge-otel</artifactId>
+ <version>1.5.3</version>
+ </dependency>
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-tracing-test</artifactId>
+ <version>1.5.3</version>
+ </dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
@@ -3619,6 +3629,11 @@
<artifactId>camel-micrometer</artifactId>
<version>4.15.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-micrometer-observability</artifactId>
+ <version>4.15.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-micrometer-prometheus</artifactId>