jamesnetherton commented on code in PR #6719:
URL: https://github.com/apache/camel-quarkus/pull/6719#discussion_r1822009441


##########
extensions/rest-openapi/runtime/src/main/java/org/apache/camel/quarkus/rest/openapi/runtime/RestOpenApiBuildTimeConfig.java:
##########
@@ -77,5 +77,13 @@ public static class CodeGenConfig {
          */
         @ConfigItem(defaultValue = "false")
         public boolean notNullJackson;
+
+        /**
+         * If `true`, use JsonIgnoreProperties(ignoreUnknown = true) 
annotationin the generated model classes.

Review Comment:
   ```suggestion
            * If `true`, use JsonIgnoreProperties(ignoreUnknown = true) 
annotation in the generated model classes.
   ```



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to