[threeten-dev] hg: threeten/threeten/jdk: 4 new changesets
roger.riggs at oracle.com
roger.riggs at oracle.com
Thu Feb 21 12:30:20 PST 2013
Changeset: fccb4193ae5d
Author: rriggs
Date: 2013-02-05 15:00 -0500
URL: http://hg.openjdk.java.net/threeten/threeten/jdk/rev/fccb4193ae5d
restore doclint:none
! make/netbeans/threeten/build.xml
Changeset: af3aeefad800
Author: rriggs
Date: 2013-02-21 09:38 -0500
URL: http://hg.openjdk.java.net/threeten/threeten/jdk/rev/af3aeefad800
Summary: Replacment of HijrahChronology implementation.
<pre>
# 95 Deviation Options for the Hijrah Calendar
#118 Confirm calendar system type of islamic.
#256 HijrahDate factories
HijrahChronology supports multiple variations via configuration files.
Each configuration file provides data for month lengths for each year
plus alignment of the start date with the Epoch day.
lib/calendars.properties is used to identify the supported Hijrah variants
The added hijrah-config-umalqura.properties is a placeholder until
a full set of Umm alQura data can be secured and verified.
In several tests, the test dates have been changed to be in the
range of valid years available in the placeholder calendar data.
The tests are modified to use Hijrah dates in range of the Umm alQura variant.
</pre>
! make/java/java/Makefile
! src/share/classes/java/time/chrono/Chronology.java
! src/share/classes/java/time/chrono/HijrahChronology.java
! src/share/classes/java/time/chrono/HijrahDate.java
- src/share/classes/java/time/chrono/HijrahDeviationReader.java
! src/share/classes/java/time/chrono/HijrahEra.java
! src/share/lib/calendars.properties
+ src/share/lib/hijrah-config-umalqura.properties
! test/java/time/tck/java/time/TestChronology.java
! test/java/time/tck/java/time/chrono/TestChronoLocalDate.java
! test/java/time/tck/java/time/chrono/TestChronoLocalDateTime.java
! test/java/time/tck/java/time/chrono/TestHijrahChronology.java
! test/java/time/tck/java/time/temporal/TestChronoLocalDate.java
! test/java/time/tck/java/time/temporal/TestChronoLocalDateTime.java
! test/java/time/tck/java/time/temporal/TestChronoZonedDateTime.java
! test/java/time/test/java/time/chrono/TestExampleCode.java
Changeset: d2318c5ed515
Author: rriggs
Date: 2013-02-21 09:50 -0500
URL: http://hg.openjdk.java.net/threeten/threeten/jdk/rev/d2318c5ed515
added test For UmmAlQuraChronology and ChronologyPerf
+ test/java/time/test/java/time/chrono/TestChronologyPerf.java
+ test/java/time/test/java/time/chrono/TestUmmAlQuraChronology.java
Changeset: 6ba1a7c59590
Author: rriggs
Date: 2013-02-21 15:29 -0500
URL: http://hg.openjdk.java.net/threeten/threeten/jdk/rev/6ba1a7c59590
Merge
! make/java/java/Makefile
! makefiles/CopyFiles.gmk
! src/share/classes/java/time/chrono/Chronology.java
! src/share/classes/java/time/chrono/HijrahChronology.java
! src/share/classes/java/time/chrono/HijrahDate.java
- src/share/classes/java/time/chrono/HijrahDeviationReader.java
! src/share/classes/java/time/chrono/HijrahEra.java
! test/java/time/tck/java/time/TestChronology.java
! test/java/time/tck/java/time/chrono/TestChronoLocalDate.java
! test/java/time/tck/java/time/chrono/TestChronoLocalDateTime.java
! test/java/time/tck/java/time/chrono/TestHijrahChronology.java
! test/java/time/tck/java/time/temporal/TestChronoLocalDate.java
! test/java/time/tck/java/time/temporal/TestChronoLocalDateTime.java
! test/java/time/tck/java/time/temporal/TestChronoZonedDateTime.java
! test/java/time/test/java/time/chrono/TestExampleCode.java
+ test/java/time/test/java/time/chrono/TestUmmAlQuraChronology.java
! test/java/time/test/java/time/format/TestNonIsoFormatter.java
More information about the threeten-dev
mailing list