davsclaus commented on code in PR #16686: URL: https://github.com/apache/camel/pull/16686#discussion_r1900742759
########## components/camel-smb/src/main/java/org/apache/camel/component/smb2/Smb2Configuration.java: ########## @@ -44,18 +51,26 @@ public class Smb2Configuration extends GenericFileConfiguration { private String password; @UriParam(label = "security", description = "The user domain") private String domain; + @UriParam(defaultValue = "*.txt", description = "The search pattern used to list the files") Review Comment: I dont think we should only include txt files, it should be all files. -- 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