pf4j / pf4j-update

Update mechanism for PF4J
Apache License 2.0
69 stars 39 forks source link

Lenient parsing of release date in descriptor #25

Closed janhoy closed 7 years ago

janhoy commented 7 years ago

Now accepts local date, full ISO as well as date-only YYYY-mm-dd If date is still unparsable, don't throw exception, but set to 0 (epoch) and print warning in logs Fixes #20

janhoy commented 7 years ago

Found no reason to make date formats pluggable, this should be sufficient for all users, and also back-compatible!

decebals commented 7 years ago

Thanks!