oscerd commented on code in PR #18444:
URL: https://github.com/apache/camel/pull/18444#discussion_r2184581327


##########
components/camel-fory/src/generated/java/org/apache/camel/component/fory/ForyDataFormatConfigurer.java:
##########
@@ -14,20 +14,18 @@
  */
 @Generated("org.apache.camel.maven.packaging.PackageDataFormatMojo")
 @SuppressWarnings("unchecked")
-public class FuryDataFormatConfigurer extends PropertyConfigurerSupport 
implements GeneratedPropertyConfigurer {
+public class ForyDataFormatConfigurer extends PropertyConfigurerSupport 
implements GeneratedPropertyConfigurer {
 
     @Override
     public boolean configure(CamelContext camelContext, Object target, String 
name, Object value, boolean ignoreCase) {
-        FuryDataFormat dataformat = (FuryDataFormat) target;
+        ForyDataFormat dataformat = (ForyDataFormat) target;
         switch (ignoreCase ? name.toLowerCase() : name) {
         case "unmarshaltype":
         case "unmarshalType": 
dataformat.setUnmarshalType(property(camelContext, java.lang.Class.class, 
value)); return true;
         case "requireclassregistration":
         case "requireClassRegistration": 
dataformat.setRequireClassRegistration(property(camelContext, boolean.class, 
value)); return true;
         case "threadsafe":
         case "threadSafe": dataformat.setThreadSafe(property(camelContext, 
boolean.class, value)); return true;
-        case "allowautowiredfury":

Review Comment:
   @davsclaus fixed it this morning 
https://github.com/apache/camel/commit/a99a112879eca22896c2599b9f36791a0b0baa5b



##########
components/camel-fory/src/generated/java/org/apache/camel/component/fory/ForyDataFormatConfigurer.java:
##########
@@ -14,20 +14,18 @@
  */
 @Generated("org.apache.camel.maven.packaging.PackageDataFormatMojo")
 @SuppressWarnings("unchecked")
-public class FuryDataFormatConfigurer extends PropertyConfigurerSupport 
implements GeneratedPropertyConfigurer {
+public class ForyDataFormatConfigurer extends PropertyConfigurerSupport 
implements GeneratedPropertyConfigurer {
 
     @Override
     public boolean configure(CamelContext camelContext, Object target, String 
name, Object value, boolean ignoreCase) {
-        FuryDataFormat dataformat = (FuryDataFormat) target;
+        ForyDataFormat dataformat = (ForyDataFormat) target;
         switch (ignoreCase ? name.toLowerCase() : name) {
         case "unmarshaltype":
         case "unmarshalType": 
dataformat.setUnmarshalType(property(camelContext, java.lang.Class.class, 
value)); return true;
         case "requireclassregistration":
         case "requireClassRegistration": 
dataformat.setRequireClassRegistration(property(camelContext, boolean.class, 
value)); return true;
         case "threadsafe":
         case "threadSafe": dataformat.setThreadSafe(property(camelContext, 
boolean.class, value)); return true;
-        case "allowautowiredfury":

Review Comment:
   Thanks for helping out on this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to