spring 将 sftp 与 reactor 集成

spring integration sftp with reactor

这个问题是之前 that I posted. I wanted to create a github project to confirm the behavior and possibly figure out some kind of resolution. Here is the github project

问题的延续

Spring 对 reactor 的支持似乎包含在 reactor 2.x 版本中并且 spring 集成 sftp 使用 1.1.4 版本的 reactor 并引用了一个 StringUtils class已移至 reactor 2+ 版本中的不同包。

似乎这个版本冲突是不可避免的,直到它在 SI 4.2 中得到解决,所以我希望得到一些关于如何使用 reactor 1.1.4 和重新创建 same/similar reactor 配置的建议在 spring 反应器支持下(在本项目中)。这样 SI sftp 也可以工作。

尝试 reactor 2.0.0.RELEASE 在 2.0 上完成了使 packages/maven 坐标正交的工作,因此两个版本可以在类路径中共存。

我不确定工作是否在里程碑 2 之前完成。