sonatype / ossindex-public

Sonatype OSS Index - Public
Apache License 2.0
6 stars 9 forks source link

Use of deprecated Joda-time #8

Open jeremylong opened 4 years ago

jeremylong commented 4 years ago

Please consider migrating from joda.time to java.time. The joda.time library is no longer being maintained as java.time (JSR-310) is now part of core Java. See https://www.joda.org/joda-time/.

Current usage: https://github.com/sonatype/ossindex-public/search?q=joda&unscoped_q=joda

jdillon commented 4 years ago

@jeremylong will consider when we remove support for pre-java8.