zhfeng commented on issue #6701:
URL: https://github.com/apache/camel-quarkus/issues/6701#issuecomment-2440482806
Hi @calleandersson
Can you share a simple spec `.yaml` file? Then I can create an unit test.
@davsclaus not sure if we can have two spec files in one route configuration
like
```java
public class RestOpenApiRoutes extends RouteBuilder {
@Override
public void configure() throws Exception {
rest().openApi().specification("petstore.json").missingOperation("ignore");
rest().openApi().specification("example.yaml").missingOperation("ignore");
...
}
}
```
--
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]