pjfanning commented on code in PR #18444:
URL: https://github.com/apache/camel/pull/18444#discussion_r2183949953
##########
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:
@oscerd apologies if I am mistaken but I couldn't find if this code has
moved somewhere else but it strikes me (as a non-expert on the code) that this
code may have been removed by accident - I'm happy to be corrected
--
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]