Claus Ibsen created CAMEL-21411:
-----------------------------------
Summary: camel-openapi-rest - Should default load specification
from classpath
Key: CAMEL-21411
URL: https://issues.apache.org/jira/browse/CAMEL-21411
Project: Camel
Issue Type: Improvement
Components: camel-rest-openapi
Reporter: Claus Ibsen
Fix For: 4.9.0
Both when using camel-jbang and for CSB/CEQ etc
{code:java}
- rest:
openApi:
specification: orders.json {code}
You need to use classpath to make it work
{code:java}
- rest: openApi: specification: classpath:orders.json {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)