[GitHub] [camel-quarkus] lburgazzoli commented on issue #428: XSLT extension does not work with file: URIs

2019-11-15 Thread GitBox
lburgazzoli commented on issue #428: XSLT extension does not work with file: 
URIs
URL: https://github.com/apache/camel-quarkus/issues/428#issuecomment-554357535
 
 
   Yes, what I think is that we should enhance the component to let us filter 
what protocols we support so in quarkus we'll support classpath only, then 
about compiling the source yes, it can be everywhere and embedded in the 
resulting image but I do not know if it is something that depends on us or is a 
developer task


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


[GitHub] [camel-quarkus] lburgazzoli commented on issue #428: XSLT extension does not work with file: URIs

2019-11-15 Thread GitBox
lburgazzoli commented on issue #428: XSLT extension does not work with file: 
URIs
URL: https://github.com/apache/camel-quarkus/issues/428#issuecomment-554341190
 
 
   As far as I remember the stack (camel or xslt engine) still try to access 
the file before determine if it needs to compile or reuse classes so having 
something served through http would still lead to some possible slow actions 
and errors.


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


[GitHub] [camel-quarkus] lburgazzoli commented on issue #428: XSLT extension does not work with file: URIs

2019-11-15 Thread GitBox
lburgazzoli commented on issue #428: XSLT extension does not work with file: 
URIs
URL: https://github.com/apache/camel-quarkus/issues/428#issuecomment-554274289
 
 
   Not very sure if it make sense as the file need to be compiled at build time 
so it may be better to require the file to be available as  classpath thing so 
it does not change between the build phase and the runtime execution fo the app


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