Kinae opened a new pull request, #8777: URL: https://github.com/apache/camel/pull/8777
Trivial change The generation of the Schema produce a warn log when it should not for the boolean type : `WARN RestModelConverters - Encountered unexpected type boolean in processing schema.` The OpenApi spec says : https://swagger.io/docs/specification/data-models/data-types ``` string (this includes dates and files) number integer boolean array object ``` Since it just an error log, it's hard to test, so I added a boolean in the User.java, the log is no longer there. -- 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