Luca Burgazzoli

Results 343 comments of Luca Burgazzoli

maybe we just need a CopyOnWriteList instead of the lock/unlock

getDir adds an additional attribute to the request, see: - https://github.com/jurmous/etcd4j/blob/master/src/main/java/mousio/etcd4j/EtcdClient.java#L286 - https://github.com/jurmous/etcd4j/blob/master/src/main/java/mousio/etcd4j/requests/EtcdKeyGetRequest.java#L90

it was supposed to work, which etcd version? On Wed, 19 Sep 2018 at 13:08, neilcheng wrote: > thanks for your quick response @lburgazzoli > . but I found this...

@summershrimp I've just added a small test which works on my side, are you able to provide a reproducer ?

@summershrimp which version of jackson are you using ? etcd4j requires jackson > 2.8

@viacheslav-fomin-main @summershrimp are you able to provide a reproducer ? There is a small [test](https://github.com/jurmous/etcd4j/blob/master/src/test/java/mousio/etcd4j/TestFunctionality.java#L273-L292) about recursive usage which is ok so I'm unable to reproduce your issue. Please check...

@lujiajing1126 do you have jackson 2.8.x in your classpath ?