codingteam / loglist

Reincarnation of the famous service
https://loglist.xyz/
MIT License
7 stars 4 forks source link

Migrate from joda-time to java.time #226

Closed Minoru closed 3 years ago

Minoru commented 3 years ago

In a review to #225, @Orhideous points out that joda-time shouldn't be used on JVM 11. Indeed, joda.org advises "users are asked to migrate to java.time (JSR-310) - a core part of the JDK which replaces this project". So we should do that.