Hi Darius, I think the easiest way would be to put your own implementation of RestApiProcessorFactory in the registry, you can take look at the code that chooses what implementation to use at[1],
zoran [1] https://github.com/apache/camel/blob/158cb2242fe1021a0812b5a8977e8a71f72f8842/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestApiEndpoint.java#L137-L141 On Sun, Feb 3, 2019 at 1:37 AM Darius Cooper <[email protected]> wrote: > > If there a way to register a custom RestApiProcessorFactory that will > take the place of SwaggerRestApiProcessorFactory ? > > (Basically, I'm trying to figure out a work-around for > https://issues.apache.org/jira/browse/CAMEL-13126, so I can version 2.23.x) > > thanks -- Zoran Regvart
