ppalaga commented on issue #671: Camel routes with xslt doesn't work in dev mode URL: https://github.com/apache/camel-quarkus/issues/671#issuecomment-590837364 I cannot reproduce with the current Camel Quarkus master branch. @kazik666 could you please confirm that the following steps should reproduce your issue? ``` git clone https://github.com/apache/camel-quarkus.git cd camel-quarkus mvn clean install -DskipTests cd integration-tests/xslt mvn clean compile quarkus:dev ``` The above starts the app properly in the dev mode Check whether the app works, in a separate terminal: ``` curl -vv -d '<mail><subject>Hey</subject><body>Hello world!</body></mail>' -X POST http://localhost:8080/xslt/classpath-xsl ``` The output contains `<cheese>` as expected. The live reload after changing the source of the app works too.
---------------------------------------------------------------- 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