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 368037d1aa9 CAMEL-22314: camel-main - Fix
camel.main.fileConfigurations should be possible when configured via
appliction.properties.
368037d1aa9 is described below
commit 368037d1aa9add33346e6f8fc40e656ce414d431
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 4 16:51:29 2025 +0200
CAMEL-22314: camel-main - Fix camel.main.fileConfigurations should be
possible when configured via appliction.properties.
---
core/camel-spring-boot/src/main/docs/spring-boot.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 eb032f4e5a8..931435c0b7f 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -764,7 +764,7 @@
{
"name": "camel.main.file-configurations",
"type": "java.lang.String",
- "description": "Directory to load additional configuration files that
contains configuration values that takes precedence over any other
configuration. This can be used to refer to files that may have secret
configuration that has been mounted on the file system for containers. You can
specify a pattern to load from sub directories and a name pattern such as
\/var\/app\/secret\/*.properties, multiple directories can be separated by
comma.",
+ "description": "Directory to load additional properties files that
contains configurations that takes precedence (except for camel.main.xxx
configurations). This can be used to refer to files that may have secret
configuration that has been mounted on the file system for containers. You can
specify a pattern to load from file-system (not classpath) and a name pattern
such as \/var\/app\/secret\/*.properties, multiple directories can be separated
by comma.",
"sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
},
{