ppalaga commented on issue #97: Inspect routes to detect classes that may 
require reflection
URL: https://github.com/apache/camel-quarkus/issues/97#issuecomment-559607115
 
 
   To autodetect anything in the Routes, we'd need a way to get the 
`org.apache.camel.model.Model`
   at build time without having to instantiate the `CamelContext`. 
   That would be handy not only for registering beans for reflection, but also 
for other things such as finding which XSLT resources need to get compiled into 
translets or which XSD resources need to get included in the native executable.
   
   Getting `org.apache.camel.model.Model` without a `CamelContext` is not 
possible now, at least not with the current `Route(s)Builder`. Perhaps we could 
introduce a new implementation able do that. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to