zhfeng commented on issue #878: Update to introduce the quarkus qute extension
URL: https://github.com/apache/camel-quarkus/pull/878#issuecomment-598244021
 
 
   > A general question: The templates seem to be parsed/compiled at runtime. I 
would not expect that for Qute. Is there a technical reason for that?
   
   yeah, it is the standalone mode in the camel-qute component when used 
outside of the Quarkus. There is a preconfigured engine instance is provided 
and available for injection in Quarkus. So I believe that all files located in 
src/main/resources/templates could be registered automatically when startup and 
I need to investigate it after separate the component module.

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