lburgazzoli commented on a change in pull request #440: Fix #428 XSLT extension does not work with file: URIs URL: https://github.com/apache/camel-quarkus/pull/440#discussion_r347784843
########## File path: extensions/xslt/runtime/src/main/java/org/apache/camel/quarkus/component/xslt/CamelXsltRecorder.java ########## @@ -46,8 +56,7 @@ protected void configureEndpoint( String remaining, Map<String, Object> parameters) throws Exception { - final String fileName = FileUtil.stripExt(remaining, true); - final String className = StringHelper.capitalize(fileName, true); + final String className = uriResolver.getTransletClassName(remaining); Review comment: can you start working on the upstream component to support this feature natively ? ---------------------------------------------------------------- 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