This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fury-fory
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 30f5a9a9236dc2488ebf61da2550cf4f38d50b58
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 23 14:07:03 2025 +0200

    CAMEL-22183 - camel-fury - Rename Fury to Fory
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../apache/camel/catalog/dataformats.properties    |  1 -
 .../org/apache/camel/catalog/dataformats/fury.json | 25 ----------------------
 .../org/apache/camel/main/dataformats.properties   |  1 -
 .../modules/dataformats/examples/json/fury.json    |  1 -
 4 files changed, 28 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
index 70cfe1b01f6..d62e820b8bb 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
@@ -16,7 +16,6 @@ fhirJson
 fhirXml
 flatpack
 fory
-fury
 grok
 gson
 gzipDeflater
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fury.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fury.json
deleted file mode 100644
index 7f3951fe2b4..00000000000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/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",
-    "artifactId": "camel-fury",
-    "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" }
-  }
-}
diff --git 
a/core/camel-main/src/generated/resources/org/apache/camel/main/dataformats.properties
 
b/core/camel-main/src/generated/resources/org/apache/camel/main/dataformats.properties
index 70cfe1b01f6..d62e820b8bb 100644
--- 
a/core/camel-main/src/generated/resources/org/apache/camel/main/dataformats.properties
+++ 
b/core/camel-main/src/generated/resources/org/apache/camel/main/dataformats.properties
@@ -16,7 +16,6 @@ fhirJson
 fhirXml
 flatpack
 fory
-fury
 grok
 gson
 gzipDeflater
diff --git a/docs/components/modules/dataformats/examples/json/fury.json 
b/docs/components/modules/dataformats/examples/json/fury.json
deleted file mode 120000
index abcadfd02a0..00000000000
--- a/docs/components/modules/dataformats/examples/json/fury.json
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../components/camel-fory/src/generated/resources/META-INF/org/apache/camel/component/fury/fury.json
\ No newline at end of file

Reply via email to