Files
spring-integration/spring-integration-zookeeper/src
Gary Russell 493b4aa091 INT-4493: ZK MStore binary compatiblity
JIRA: https://jira.spring.io/browse/INT-4493

Use reflection to enable binary compatibility with curator 4.x.

The return type of `ExistsBuilder.creatingParentContainersIfNeeded()` is now
a sub-interface of `ExistsBuilderMain`.

Tested with a boot app with curator 4.0.1.

* Polishing - add cause
2018-06-27 11:55:36 -04:00
..