This is an automated email from the ASF dual-hosted git repository.
acosentino 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 d55b7fa56dc CAMEL-22192 - Camel-Fury: Rename the starter to Fory
(#1458)
d55b7fa56dc is described below
commit d55b7fa56dc3993c5cb0fdd9655e768e958db230
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 23 18:41:34 2025 +0200
CAMEL-22192 - Camel-Fury: Rename the starter to Fory (#1458)
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../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" }
- }
-}