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_r347797879
########## 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: I mean it would be nice to check what we need to to upstream to avoid having to subclass the component here. ---------------------------------------------------------------- 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