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 39b71cf1f70 Regen
39b71cf1f70 is described below
commit 39b71cf1f70a72f86a4289b57fbceb3930a0ce03
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 30 16:46:16 2025 +0100
Regen
---
.../springboot/catalog/components/google-storage.json | 3 ++-
.../camel/springboot/catalog/others/dsl-modeline.json | 2 +-
core/camel-spring-boot/src/main/docs/spring-boot.json | 16 +++++++++-------
3 files changed, 12 insertions(+), 9 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-storage.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-storage.json
index c0145c2ff1b..49f9b867172 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-storage.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-storage.json
@@ -73,7 +73,8 @@
"CamelGoogleCloudStorageMetageneration": { "index": 23, "kind": "header",
"displayName": "", "group": "consumer", "label": "consumer", "required": false,
"javaType": "Long", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The metageneration of the object",
"constantName":
"org.apache.camel.component.google.storage.GoogleCloudStorageConstants#METADATA_METAGENERATION"
},
"CamelGoogleCloudStorageStorageClass": { "index": 24, "kind": "header",
"displayName": "", "group": "consumer", "label": "consumer", "required": false,
"javaType": "com.google.cloud.storage.StorageClass", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
storage class of the object", "constantName":
"org.apache.camel.component.google.storage.GoogleCloudStorageConstants#METADATA_STORAGE_CLASS"
},
"CamelGoogleCloudStorageCreateTime": { "index": 25, "kind": "header",
"displayName": "", "group": "consumer", "label": "consumer", "required": false,
"javaType": "Long", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The creation time of the object",
"constantName":
"org.apache.camel.component.google.storage.GoogleCloudStorageConstants#METADATA_CREATE_TIME"
},
- "CamelGoogleCloudStorageLastUpdate": { "index": 26, "kind": "header",
"displayName": "", "group": "consumer", "label": "consumer", "required": false,
"javaType": "Date", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The last update of the object",
"constantName":
"org.apache.camel.component.google.storage.GoogleCloudStorageConstants#METADATA_LAST_UPDATE"
}
+ "CamelGoogleCloudStorageLastUpdate": { "index": 26, "kind": "header",
"displayName": "", "group": "consumer", "label": "consumer", "required": false,
"javaType": "Date", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The last update of the object",
"constantName":
"org.apache.camel.component.google.storage.GoogleCloudStorageConstants#METADATA_LAST_UPDATE"
},
+ "CamelGoogleCloudStorageOverrideBucketName": { "index": 27, "kind":
"header", "displayName": "", "group": "common", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The bucket Name to override which this
object will be stored or which will be used for the current operation or in
which this object is contained.", "constantName":
"org.apache.camel.component.google.storage.GoogleCloudSt [...]
},
"properties": {
"bucketName": { "index": 0, "kind": "path", "displayName": "Bucket Name",
"group": "common", "label": "common", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration",
"configurationField": "configuration", "description": "Bucket name or ARN" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/dsl-modeline.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/dsl-modeline.json
index cf425f72b3d..78a36270087 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/dsl-modeline.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/dsl-modeline.json
@@ -4,7 +4,7 @@
"name": "dsl-modeline",
"title": "DSL Modeline",
"description": "Camel DSL Camel K modeline",
- "deprecated": false,
+ "deprecated": true,
"firstVersion": "3.16.0",
"label": "dsl",
"supportLevel": "Stable",
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 b6f4835f6b4..5078c39e6f7 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -908,13 +908,6 @@
"sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
"defaultValue": false
},
- {
- "name": "camel.main.modeline",
- "type": "java.lang.Boolean",
- "description": "Whether camel-k style modeline is also enabled when not
using camel-k. Enabling this allows to use a camel-k like experience by being
able to configure various settings using modeline directly in your route source
code.",
- "sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
- "defaultValue": false
- },
{
"name": "camel.main.name",
"type": "java.lang.String",
@@ -2015,6 +2008,15 @@
"description": "Whether to enable Camel info.",
"defaultValue": true
},
+ {
+ "name": "camel.main.modeline",
+ "type": "java.lang.Boolean",
+ "description": "Whether camel-k style modeline is also enabled when not
using camel-k. Enabling this allows to use a camel-k like experience by being
able to configure various settings using modeline directly in your route source
code.",
+ "sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+ "defaultValue": false,
+ "deprecated": true,
+ "deprecation": {}
+ },
{
"name": "camel.springboot.allow-use-original-message",
"type": "java.lang.Boolean",