davsclaus commented on code in PR #16214:
URL: https://github.com/apache/camel/pull/16214#discussion_r1836115406
##########
core/camel-core-model/src/main/java/org/apache/camel/model/dataformat/FuryDataFormat.java:
##########
@@ -40,6 +40,19 @@ public class FuryDataFormat extends DataFormatDefinition {
@Metadata(description = "Class of the java type to use when unmarshalling")
private String unmarshalTypeName;
+ @XmlAttribute
+ @Metadata(description = "Whether to require register classes",
defaultValue = "True", javaType = "java.lang.Boolean")
Review Comment:
true should be lower case
--
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]