spring integration sftp with reactor -


this question sort of continuation of previous question posted. wanted create github project confirm behavior , possibly figure out kind of resolution. here github project

spring support reactor seems included in reactor 2.x versions , spring integration sftp uses 1.1.4 version of reactor , references stringutils class has been moved different package in reactor 2+ versions.

it seems version conflict unavoidable until resolved in si 4.2 hoping suggestions on how can use reactor 1.1.4 , recreate same/similar reactor configuration have spring reactor support (in project). way si sftp work too.

try reactor 2.0.0.release work done on 2.0 make packages/maven coordinates orthogonal both versions can coexist on classpath.

i not sure if work complete milestone 2.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -