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

Fixed flattener issues when json keys contain dots #171

Closed dgutierrez-stratio closed 6 years ago

dgutierrez-stratio commented 6 years ago

When a json key contained dots (such as an IP address), the flattening algorithm crashed returning nonsense

lburgazzoli commented 6 years ago

Do you want a release once ci is green ? I forgot to do it last time ...

dgutierrez-stratio commented 6 years ago

Please wait, I've got another bugfix pending! Comming in the next PR