This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fory-fix in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 9fab1d9429567f31e270f9e2c6c423d3a336343f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 23 18:40:57 2025 +0200 CAMEL-22192 - Camel-Fury: Rename the starter to Fory Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../springboot/catalog/dataformats.properties | 1 - .../camel/springboot/catalog/dataformats/fury.json | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties index 10bebcf4d43..3aca410b235 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties @@ -16,7 +16,6 @@ fhirJson fhirXml flatpack fory -fury grok gson gzipDeflater diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fury.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fury.json deleted file mode 100644 index 9c8477fe9ea..00000000000 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fury.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "dataformat": { - "kind": "dataformat", - "name": "fury", - "title": "Fury", - "description": "Serialize and deserialize messages using Apache Fury", - "deprecated": false, - "firstVersion": "4.9.0", - "label": "dataformat,transformation", - "javaType": "org.apache.camel.component.fury.FuryDataFormat", - "supportLevel": "Preview", - "groupId": "org.apache.camel.springboot", - "artifactId": "camel-fury-starter", - "version": "4.13.0-SNAPSHOT", - "modelName": "fury", - "modelJavaType": "org.apache.camel.model.dataformat.FuryDataFormat" - }, - "properties": { - "id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }, - "unmarshalType": { "index": 1, "kind": "attribute", "displayName": "Unmarshal Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Class of the java type to use when unmarshalling" }, - "requireClassRegistration": { "index": 2, "kind": "attribute", "displayName": "Require Class Registration", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to require register classes" }, - "threadSafe": { "index": 3, "kind": "attribute", "displayName": "Thread Safe", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to use the threadsafe fury" }, - "allowAutoWiredFury": { "index": 4, "kind": "attribute", "displayName": "Allow Auto Wired Fury", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to auto-discover Fury from the registry" } - } -}