oscerd commented on issue #311: [CURATOR-429] Make Curator 4.x compatible with Zookeeper 3.4.x in OSGi too URL: https://github.com/apache/curator/pull/311#issuecomment-491934083 Without applying a version range the result is that curator will work only with zookeeper 3.5, because this the dependency declared in curator. It will use what is located in the POM. Relaxing the requirement by introducing a range is usually the best way to manage this situation. This will made true the sentence "curator can work with zookeeper 3.4 and 3.5, from version 4.x". Actually this is not true for OSGi container.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
