Details
-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b78
-
generic
-
generic
-
Verified
Description
The Threeten API has been updated based on reviews and continued development.
The changes to be integrated into the JDK include:
- Consolidating Chronology classes for local calendars in a new java.time.chrono package
- Changing the name of the calendar package to java.time.calendars
- 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*
The changes to be integrated into the JDK include:
- Consolidating Chronology classes for local calendars in a new java.time.chrono package
- Changing the name of the calendar package to java.time.calendars
- 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*