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 304f387519c Rename fury to fory
304f387519c is described below

commit 304f387519c3dafc0e452a9f56fb94e45ca5ba9a
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jul 4 08:06:45 2025 +0200

    Rename fury to fory
---
 .../resources/org/apache/camel/springboot/catalog/dataformats/fory.json | 2 +-
 components-starter/camel-fory-starter/src/main/docs/fory.json           | 2 +-
 .../camel/component/fory/springboot/ForyDataFormatConfiguration.java    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json
index da6b5505ae9..4bc54c41dc3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json
@@ -19,7 +19,7 @@
     "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 fory" },
+    "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 Fory" },
     "allowAutoWiredFory": { "index": 4, "kind": "attribute", "displayName": 
"Allow Auto Wired Fory", "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 Fory from the registry" }
   }
 }
diff --git a/components-starter/camel-fory-starter/src/main/docs/fory.json 
b/components-starter/camel-fory-starter/src/main/docs/fory.json
index b7e998da314..8a4c7a62622 100644
--- a/components-starter/camel-fory-starter/src/main/docs/fory.json
+++ b/components-starter/camel-fory-starter/src/main/docs/fory.json
@@ -41,7 +41,7 @@
     {
       "name": "camel.dataformat.fory.thread-safe",
       "type": "java.lang.Boolean",
-      "description": "Whether to use the threadsafe fory",
+      "description": "Whether to use the threadsafe Fory",
       "sourceType": 
"org.apache.camel.component.fory.springboot.ForyDataFormatConfiguration",
       "defaultValue": true
     },
diff --git 
a/components-starter/camel-fory-starter/src/main/java/org/apache/camel/component/fory/springboot/ForyDataFormatConfiguration.java
 
b/components-starter/camel-fory-starter/src/main/java/org/apache/camel/component/fory/springboot/ForyDataFormatConfiguration.java
index 9dac18b7c2e..21745d53f4a 100644
--- 
a/components-starter/camel-fory-starter/src/main/java/org/apache/camel/component/fory/springboot/ForyDataFormatConfiguration.java
+++ 
b/components-starter/camel-fory-starter/src/main/java/org/apache/camel/component/fory/springboot/ForyDataFormatConfiguration.java
@@ -43,7 +43,7 @@ public class ForyDataFormatConfiguration
      */
     private Boolean requireClassRegistration = true;
     /**
-     * Whether to use the threadsafe fory
+     * Whether to use the threadsafe Fory
      */
     private Boolean threadSafe = true;
     /**

Reply via email to