aldettinger commented on pull request #3505: URL: https://github.com/apache/camel-quarkus/pull/3505#issuecomment-1036399271
@erayerdem Many thanks for contributions. The freemarker configuration [comes from quarkus-freemarker](https://github.com/apache/camel-quarkus/blob/main/extensions/freemarker/runtime/src/main/doc/configuration.adoc#quarkiverse-freemarker-and-its-configuration). As such, one should use the `quarkus.freemarker.includes` property to include the templates as shown in [integration tests](https://github.com/apache/camel-quarkus/blob/main/integration-tests/freemarker/src/main/resources/application.properties). So, the section dealing with including native resources in camel-quarkus-freemarker documentation may not be needed anymore. quarkus-freemarker [is embedding all templates in the native executable](https://github.com/quarkiverse/quarkus-freemarker/blob/master/deployment/src/main/java/io/quarkiverse/freemarker/deployment/FreemarkerProcessor.java#L106). That said, are you ok with closing this PR in favor of #3545 ? -- 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