jorgeortiz85 / scala-time

A Scala wrapper for Joda Time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade joda-time to 2.0

LeifW opened this issue · comments

Any plans for this?

Sayeth the homepage:

Version 2.0 is almost completely source and binary compatible with version 1.x. Key changes include the use of JDK 1.5 or later, generics, and the removal of some (but not all) deprecated methods. See the upgrade notes for full details including information on the corner cases that are not compatible. Applications should be able to drop version 2.0 in place of an earlier version without any issues providing they are using JDK 1.5 or later and are not using one of the deprecated methods. Please let us know if a corner case hits you, especially if Joda-Time is a dependency of another open source project.

I only ask because I can't seem to find the javadocs for 1.6 online. :/