java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order

Home Page:http://json-schema-validator.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate from joda-time to java 8 time API

xp-vit opened this issue · comments

I believe that the library can be migrated to Java 8 time and dependency on joda-time can be dropped. Please let me know if you agree and I will prepare PR.

thanks

Relevant PR for this: #355

But unfortunately the maintainers haven't been able to review it yet :/ Which is a problem because there are a couple of subtle differences between Joda and Java 8 Time where the PR needs design guidance - whether to accept the new behaviour and drop the old, or whether to try and emulate the old behaviour of Joda.