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 47f790a23f9 [create-pull-request] automated change (#1643)
47f790a23f9 is described below
commit 47f790a23f9c93b0101f20608b310e6626f58254
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 17:35:19 2026 +0100
[create-pull-request] automated change (#1643)
Co-authored-by: oscerd <[email protected]>
---
.../camel-docling-starter/src/main/docs/docling.json | 7 -------
components-starter/camel-openai-starter/src/main/docs/openai.json | 3 ++-
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git
a/components-starter/camel-docling-starter/src/main/docs/docling.json
b/components-starter/camel-docling-starter/src/main/docs/docling.json
index 984e3a7e2e0..7bf1508b8ff 100644
--- a/components-starter/camel-docling-starter/src/main/docs/docling.json
+++ b/components-starter/camel-docling-starter/src/main/docs/docling.json
@@ -126,13 +126,6 @@
"description": "Whether to enable auto configuration of the docling
component. This is enabled by default.",
"sourceType":
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
},
- {
- "name": "camel.component.docling.extract-all-metadata",
- "type": "java.lang.Boolean",
- "description": "Extract all available metadata fields including
custom\/raw fields",
- "sourceType":
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
- "defaultValue": false
- },
{
"name": "camel.component.docling.include-layout-info",
"type": "java.lang.Boolean",
diff --git a/components-starter/camel-openai-starter/src/main/docs/openai.json
b/components-starter/camel-openai-starter/src/main/docs/openai.json
index 3461d95f59b..645df63e978 100644
--- a/components-starter/camel-openai-starter/src/main/docs/openai.json
+++ b/components-starter/camel-openai-starter/src/main/docs/openai.json
@@ -30,7 +30,8 @@
"name": "camel.component.openai.base-url",
"type": "java.lang.String",
"description": "Default base URL for all endpoints",
- "sourceType":
"org.apache.camel.component.openai.springboot.OpenAIComponentConfiguration"
+ "sourceType":
"org.apache.camel.component.openai.springboot.OpenAIComponentConfiguration",
+ "defaultValue": "https:\/\/api.openai.com\/v1"
},
{
"name": "camel.component.openai.customizer.enabled",