JinyuChen97 commented on PR #8965: URL: https://github.com/apache/camel-quarkus/pull/8965#issuecomment-5192897563
> @JinyuChen97 Are we testing that a rest route without "consume" statement is working ? Other routes in the tests have this, so are we already covered ? Or maybe we are testing something else. Hi @aldettinger, thanks for the feedback, the existing POST routes all explicitly define the consumes attribute. This test covers a different scenario from a downstream jira when consumes is not set, the generated OpenAPI spec was missing the requestBody entirely. The upstream camel fix defaults to application/json in that case, and this test verifies that behavior works in camel quarkus. -- 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]
