jamesnetherton commented on issue #7717: URL: https://github.com/apache/camel-quarkus/issues/7717#issuecomment-3269091900
I've not dug into it deeply, but I wonder if this is perhaps the problem when the OpenAPI doc get's stringified: https://github.com/apache/camel/blob/2a15dd4cd3d26f8761cd7f7f9239c00ec406c49c/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiSupport.java#L377 The date format Camel applies via the ObjectMapper is a bit different to the Swagger default: https://github.com/swagger-api/swagger-core/blob/46decb3079b4c7ad9281dda4a58bbb4cb4f7fd03/modules/swagger-models/src/main/java/io/swagger/v3/oas/models/media/DateSchema.java#L40-L42 -- 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]
