java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
http://json-schema-validator.herokuapp.com/
Other
1.62k stars 399 forks source link

Migrate from joda-time to java 8 time API #366

Open xp-vit opened 3 years ago

xp-vit commented 3 years ago

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

chriskilding commented 3 years ago

Relevant PR for this: https://github.com/java-json-tools/json-schema-validator/pull/355

chriskilding commented 3 years ago

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.