ppalaga commented on issue #428: XSLT extension does not work with file: URIs URL: https://github.com/apache/camel-quarkus/issues/428#issuecomment-554296383 I have a fix. It does not work for any URI that contains slashes. Has to do with how we produce the translet name. > Not very sure if it make sense as the file need to be compiled at build time Yes, the limitation is there for any kind of URI. We state in the docs that the resources have to be available at build time, but we should perhaps make it even more explicit saying that they are compiled at build time and fully ignored at runtime. If we document it properly, I see no reason why file:, http:, and other kinds of URIs should not be supported. WDYT?
---------------------------------------------------------------- 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