Files
spring-integration/spring-integration-smb/src
Artem Bilan d1a80fddb0 GH-9268: Fix regression in SMB Inbound for sub-dirs
Fixes: #9268

The new `SmbSession.list()` behavior prevents to pull files from sub-folders in inbound channel adapter

* Fix `SmbSession.list()` similar way to `SftpSession`: if `remoteFile.isFile()` then remove it as is.
Otherwise, perform `smbDir.listFiles()` on that sub-dir
* Modify `SmbTests.testSmbInboundFlow()` to poll files from the `smbSource/subSmbSource/`

(cherry picked from commit f2399a4e13)
2024-06-24 18:52:38 +00:00
..