In what version(s) of Spring Integration are you seeing this issue?
7.0.0-SNAPSHOT
Describe the bug
The current version of jcifs in Spring Integration does not support connecting to modern Samba servers. Also, this version is no longer maintained by the original maintainers. Support has moved to Codelibs - JCIFS
To Reproduce
- Start a modern Samba server with docker (i.e. crazymax/samba:latest) with appropriate configuration, or obtain credentials to an existing Samba server.
- Attempt to perform an action, such as writing a file to the samba server
- Most actions performed result in an jcifs.smb.SmbUnsupportedOperationException: Operation is not supported with the negotiated capabilities
Expected behavior
The action is performed successfully against the Samba server