jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

Fetch value using absolute path #172

Closed dgutierrez-stratio closed 6 years ago

dgutierrez-stratio commented 6 years ago

Fixed issue when retrieving a Json value using absolute path. Before the issue an empty json was returned (instead of the value)

lburgazzoli commented 6 years ago

Can you have a look at the conflict ?

dgutierrez-stratio commented 6 years ago

Please, do not merge yet

dgutierrez-stratio commented 6 years ago

Ok, all set! You can merge and generate a new release anytime now. Thanks!