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

Replace javax.xml.bind.DatatypeConverter usage (fixes Java 11+ compatibility) #194

Closed mikroskeem closed 4 years ago

mikroskeem commented 4 years ago

This PR bumps minimum Java compatibility to Java 8 and fixes the date parsing method which does not work as of Java 11 (or 9+ without adding the JAXB module explicitly) and newer versions.

Bumping minimum Java version to 8 is needed because neither Date.from(Instant) or Instant.parse(CharSequence) are present in Java 7.

mikroskeem commented 4 years ago

This repository seems unmaintained, closing.

felixfontein commented 3 years ago

This bug kicked me again today. It would be really nice if this could get fixed. Ping @lburgazzoli