davsclaus commented on code in PR #17416: URL: https://github.com/apache/camel/pull/17416#discussion_r1994949633
########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java: ########## @@ -63,6 +64,7 @@ import org.apache.camel.util.FileUtil; import org.apache.camel.util.IOHelper; import org.apache.camel.util.StringHelper; +import org.apache.commons.io.IOUtils; Review Comment: Can you avoid using this library and use what we have in Camel already - There is something likely already on IOHelper or elsewhere in Camel to copy an InputStream -- 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