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

Prevent exceptions when fetching large numbers #183

Closed dgutierrez-stratio closed 5 years ago

dgutierrez-stratio commented 5 years ago

If some large number is stored in etcd (as string), when unmarshalling using the JSON utilities a fatal exception occurred.

dgutierrez-stratio commented 5 years ago

Hi @lburgazzoli, could you generate a new release to include these changes? Thanks in advance.

lburgazzoli commented 5 years ago

2.17.0 has been released, should be available soon on maven central