zhfeng commented on issue #3251:
URL: https://github.com/apache/camel-quarkus/issues/3251#issuecomment-1011903115


   I got some time to investigate ```quarkus-smallrye-openapi``` and it seems 
that it leverages the ```AnnotationScannerExtension``` to scan ```JAXRS```, 
```Spring```, ```Vert.x``` and generate the ```OpenAPI``` data model. So all of 
these happen at the build time.  But as far as I know, we can only produce the 
```CamelContext```  and get the rest services at static init.
   
   And I think we can use ```AddToOpenAPIDefinitionBuildItem``` to expose the 
DSL services but I wonder how we can get them at the build time ? especially if 
it get from the XML DSL.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to