[threeten-dev] [JSR310 M7 Review request] 8007392: JSR310 DateTime API Updates
Xueming Shen
xueming.shen at oracle.com
Fri Feb 8 13:23:48 PST 2013
Hi
The webrev and the javadoc have been updated with some last
minute changes mainly to support non-iso calendar formatting/parsing.
http://cr.openjdk.java.net/~sherman/8007392/
http://cr.openjdk.java.net/~sherman/8007392/javadoc
Thanks!
-Sherman
On 02/07/2013 10:31 AM, Xueming Shen wrote:
>
> 8007392: JSR 310: DateTime API Updates
>
> Webrev:
> http://cr.openjdk.java.net/~sherman/8007392/
> http://cr.openjdk.java.net/~sherman/8007392/javadoc
>
> Note:
> The Threeten API has been updated based on reviews and continued
> development. The main changes included here are
>
> - Consolidating Chronology classes for local calendars in a
> new java.time.chrono package
> - Merging the localized calendars into java.time.chrono
> (removing package java.time.calendar)
> - Moving Year, YearMonth, MonthDay to java.time
> - Rename DateTimeFormatter print method to format()
> - Move DateTimeFormatters static methods to DateTimeFormatter
> - Redesign/remove DateTimeBuilder class - becomes package private
> - Replace TemporalAdder/Subtractor with TemporalAmount
> - Remove DateTimePrintException
> - Move OffsetDateTime and OffsetTime to java.time package
> - Remove OffsetDate
> - Rename chrono to chronology in class and method names
> - Rename ISO* classes and methods to Iso*
> - Refactor Period to be date based year/month/day
> - Refactor Duration to be time based h/m/s
>
> Thanks!
> -Sherman
>
>
>
>
>
More information about the threeten-dev
mailing list