zhfeng commented on code in PR #4018: URL: https://github.com/apache/camel-quarkus/pull/4018#discussion_r1002828444
########## extensions/xslt/runtime/src/main/doc/configuration.adoc: ########## @@ -9,7 +9,22 @@ quarkus.camel.xslt.sources = transform.xsl, classpath:path/to/my/file.xsl Scheme-less URIs are interpreted as `classpath:` URIs. -Only `classpath:` URIs are supported on Quarkus. `file:`, `http:` and other kinds of URIs do not work by design. +Only `classpath:` URIs are supported on Quarkus native mode. `file:`, `http:` and other kinds of URIs can be used on JVM mode only. + +`xsl:include` and `xsl:messaging` are aslo supported in JVM mode only right now. Review Comment: It looks good to me. -- 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