Some methods in the java.time.chrono interfaces—ChronoLocalDate,
ChronoLocalDateTime, and ChronoZonedDateTime—override methods from the
java.time.temporal.Temporal interface that are documented to throw
UnsupportedTemporalTypeException when given unsupported fields or units.
These overridden me
On Wed, 30 Apr 2025 20:30:59 GMT, Gautham Krishnan wrote:
> In the following classes, month and day values are stored in fields of type
> 'int' or 'short'. The range of allowed values is small enough that the type
> can be 'byte' instead.
>
On Wed, 30 Apr 2025 21:11:51 GMT, Roger Riggs wrote:
>> Gautham Krishnan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Updating copyright header
>
> Its recommended to set the assignee of a issue before s
On Wed, 30 Apr 2025 20:50:34 GMT, Naoto Sato wrote:
>> Gautham Krishnan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Updating copyright header
>
> Since they are serialized fields (except Hijrah ones), I
lDate
> java.time.chono.HijrahDate
>
> Refactoring the type will give the JVM a little more layout flexibility, and
> will be especially useful when these classes become value classes.
Gautham Krishnan has updated the pull request incrementally with one additional
commit since the last
In the following classes, month and day values are stored in fields of type
'int' or 'short'. The range of allowed values is small enough that the type can
be 'byte' instead.
java.time.YearMonth
java.time.MonthDay
java.time.LocalDate
java.time.chono.HijrahDate
Refactoring the type will give the
On Fri, 25 Apr 2025 09:57:38 GMT, Gautham Krishnan wrote:
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be
> updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
>
> Also Bug4848242.java needs to be removed as the test expects all
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be
> updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
>
> Also Bug4848242.java needs to be removed as the test expects all euro locale
> time zones should have the same short
On Tue, 29 Apr 2025 17:36:26 GMT, Naoto Sato wrote:
>> Gautham Krishnan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Updating comment in Bug4848242.java
>
> You'll need to append "8342886&quo
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be
> updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
>
> Also Bug4848242.java needs to be removed as the test expects all euro locale
> time zones should have the same short
On Fri, 25 Apr 2025 18:12:32 GMT, Naoto Sato wrote:
>> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to
>> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
>>
>> Also Bug4848242.java needs to be removed as the test expects all euro locale
>>
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be
> updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
>
> Also Bug4848242.java needs to be removed as the test expects all euro locale
> time zones should have the same short
On Fri, 25 Apr 2025 18:12:32 GMT, Naoto Sato wrote:
>> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to
>> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
>>
>> Also Bug4848242.java needs to be removed as the test expects all euro locale
>>
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be
> updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
>
> Also Bug4848242.java needs to be removed as the test expects all euro locale
> time zones should have the same short
MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be
updated as MET is alias to Europe/Brussels as per 2024b tzdata changes.
Also Bug4848242.java needs to be removed as the test expects all euro locale
time zones should have the same short names.
-
Commit m
15 matches
Mail list logo