zhfeng commented on pull request #3481:
URL: https://github.com/apache/camel-quarkus/pull/3481#issuecomment-1024010618


   @jamesnetherton I get some progress 
   
   - [x] Introduce ```quarkus.camel.openapi.expose.enabled``` by default with 
```false```
   - [x] Improve the gerenerted server url and camel rest context 
   - [x] Add a JAX-RS service and verify the openapi documentation is merged
   - [x] Add to support REST DSL defined in XML
   - [ ] Lambda ```RouteBuilder```
   I have no idea about it and looks like only avaiable at runtime. Is it 
possible to get this route at build time ? any thought ?
   
   - [ ] CDI injection and use it in the RouteBuilder configure()?
   It should be fine as we only get the RestDefinition from camle context while 
not init or start any route. I will add a small test to verify.
   
   Please review these changes and feel free to comment.
   


-- 
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]


Reply via email to