Naoto Sato
c30f84536e
8239837: Typo in source code of ZoneOffsetTransitionRule leaking to Javadocs
...
Reviewed-by: lancea
2020-02-24 12:20:30 -08:00
Naoto Sato
5c3a01591c
8234347: "Turkey" meta time zone does not generate composed localized names
...
8236548: Localized time zone name inconsistency between English and other locales
Reviewed-by: joehw, rriggs
2020-02-12 08:25:35 -08:00
Naoto Sato
d517220df6
8236903: ZoneRules#getOffset throws DateTimeException for rules with last rules
...
Reviewed-by: scolebourne, rriggs
2020-01-22 12:35:24 -08:00
Naoto Sato
0ae7207e95
8187987: Add a mechanism to configure custom variants in HijrahChronology
...
Reviewed-by: joehw, rriggs
2020-01-21 08:02:10 -08:00
Naoto Sato
20b1410d0c
8235238: Parsing a time string ignores any custom TimeZoneNameProvider
...
Reviewed-by: joehw, rriggs
2019-12-13 08:17:28 -08:00
Roger Riggs
13569d67de
8233799: Review the need for overview.html in the java.time package
...
Reviewed-by: dfuchs, naoto, lancea
2019-12-02 09:45:32 -05:00
Joe Darcy
3c9b6d8554
8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes
...
Reviewed-by: rriggs, chegar
2019-10-09 10:17:50 -07:00
Roger Riggs
725031769f
8231314: java.time serialization warning cleanup
...
Reviewed-by: chegar, naoto, plevart
2019-09-26 11:10:19 -04:00
Julia Boes
d15a57b842
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
...
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: bchristi, lancea
2019-09-24 09:43:43 +01:00
Naoto Sato
ee9bd9bf04
8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth
...
Reviewed-by: joehw, scolebourne, rriggs
2019-09-11 08:50:03 -07:00
Joe Darcy
9d764ee48e
8229997: Apply java.io.Serial annotations in java.base
...
Reviewed-by: alanb, rriggs
2019-08-29 16:31:34 -07:00
Naoto Sato
cf9351a41f
8211990: DateTimeException thrown when calculating duration between certain dates
...
Reviewed-by: lancea, scolebourne, rriggs
2019-08-13 10:10:42 -07:00
Naoto Sato
c1a479ad67
8212970: TZ database in "vanguard" format support
...
Reviewed-by: rriggs, joehw, erikj, scolebourne
2019-07-26 08:56:28 -07:00
Thejasvi Voniadka
1f325a0f20
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
...
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
2019-07-11 03:28:43 +05:30
Naoto Sato
8f39def1ec
8220229: Timezone pattern "OOOO" does not result in the full "GMT+00:00" substring
...
Reviewed-by: lancea, rriggs
2019-06-20 11:21:54 -07:00
Naoto Sato
8dfd33c2b4
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
...
Reviewed-by: lancea, scolebourne, rriggs
2019-05-31 13:49:35 -07:00
Naoto Sato
395f3ef0c1
8222668: Add @since tag to JapaneseEra.REIWA
...
Reviewed-by: chegar, lancea
2019-04-18 17:36:10 -07:00
Naoto Sato
0b2e2ca9bd
8174268: Declare a public field in JapaneseEra for the era starting May 2019
...
Reviewed-by: rriggs, chegar
2019-04-01 08:21:45 -07:00
Naoto Sato
2a510a6353
8205432: Replace the placeholder Japanese era name
...
Reviewed-by: rriggs, chegar
2019-04-01 08:19:21 -07:00
Jonathan Gibbons
2df0f4b4dd
8220249: fix headings in java.compiler
...
Reviewed-by: erikj, darcy
2019-03-20 15:35:26 -07:00
Naoto Sato
b6464eb7b7
8217892: Clarify the support for the new Japanese era in java.time.chrono.JapaneseEra
...
Reviewed-by: chegar
2019-01-31 12:43:59 -08:00
Naoto Sato
2648146575
8216176: Clarify the singleton description in j.t.c.JapaneseEra class
...
Reviewed-by: rriggs
2019-01-08 10:05:42 -08:00
Deepak kejriwal
6774e567aa
8214567: Use {@systemProperty} for definitions of system properties
...
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
2018-12-26 17:09:19 +05:30
Claes Redestad
a3df1d618e
8215281: Use String.isEmpty() when applicable in java.base
...
Reviewed-by: dfuchs, alanb
2018-12-13 15:31:05 +01:00
Naoto Sato
98db2d5580
8213818: @return has already been specified
...
Reviewed-by: rriggs
2018-11-14 11:42:40 -08:00
Naoto Sato
02d6d9c259
8212941: Loosen the range of JapaneseEra
...
Reviewed-by: rriggs
2018-10-30 10:32:54 -07:00
Jonathan Gibbons
706a5b9558
8211952: Broken links in java.time API
...
Reviewed-by: lancea
2018-10-10 10:00:25 -07:00
Pallavi Sonal
f5d19b9109
8166138: DateTimeFormatter.ISO_INSTANT should handle offsets
...
Reviewed-by: rriggs, scolebourne, naoto
2018-10-04 17:25:51 +05:30
Naoto Sato
ff3f48d69f
8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
...
Reviewed-by: scolebourne, rriggs
2018-09-25 13:57:24 -07:00
Joe Darcy
e85841f34b
8207751: Remove misleading serialVersionUID from JulienFields.Field
...
Reviewed-by: lancea
2018-07-18 08:27:53 -07:00
Roger Riggs
4098f2560a
8066709: Make some JDK system properties read only
...
Reviewed-by: lancea, sundar, bchristi, weijun, mchung, alanb, mullan
2018-06-27 09:36:34 -04:00
Toshio Nakamura
a8506cb4e1
8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
...
Reviewed-by: rriggs, scolebourne
2018-06-19 08:19:54 -07:00
Naoto Sato
ec4b6a477f
8202088: Japanese new era implementation
...
Reviewed-by: scolebourne, rriggs, nishjain, weijun
2017-08-09 14:54:37 -07:00
Martin Buchholz
170d8a7fae
8204444: java.time cleanup
...
Reviewed-by: scolebourne, rriggs
2018-06-08 09:36:10 -07:00
Rachna Goel
5b3eaaf632
8202582: DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()
...
Call text.subSequence() before calling toString() on input string
Reviewed-by: igerasim
2018-05-04 15:44:24 +05:30
Naoto Sato
1d0e7680e8
8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
...
Reviewed-by: erikj, rriggs
2018-04-13 10:23:01 -07:00
Naoto Sato
a9e6a67296
8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
...
Reviewed-by: erikj, sherman
2018-04-11 09:14:47 -07:00
Joe Wang
dd67e0fa16
8199176: Accessibility issues in java.base docs
...
Reviewed-by: lancea, alanb, jjg, rriggs
2018-04-02 16:39:17 -07:00
Jonathan Gibbons
6a8ea38ecc
8199465: {@docRoot} references need to be updated to reflect new module/package structure
...
Reviewed-by: martin, alanb, chegar
2018-03-27 16:25:40 -07:00
Martin Buchholz
3e53369eb8
8196609: Improve javadoc for java.time.Instant.getEpochSecond
...
Reviewed-by: dfuchs
2018-02-02 12:34:58 -08:00
Lana Steuck
414e05f6d7
Merge
2018-02-02 01:52:03 +00:00
Ramanand Patil
317bef9a41
8195837: (tz) Upgrade time-zone data to tzdata2018c
...
Reviewed-by: coffeys, naoto
2018-01-31 22:55:12 -08:00
Ivan Gerasimov
b9ecb2e95b
8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
...
Reviewed-by: scolebourne, rriggs
2018-01-29 10:48:13 -08:00
Naoto Sato
f065141ddc
8176841: Additional Unicode Language-Tag Extensions
...
8189134: New system properties for the default Locale extensions
8190918: Retrieve the region specific data regardless of language in locale
8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
2017-12-12 10:21:58 -08:00
Ramanand Patil
6c99853a4c
8190258: (tz) Support tzdata2017c
...
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
Reviewed-by: naoto, martin
2017-11-09 14:38:54 +05:30
Christoph Dreis
7f79fffba6
8190382: fix small typographic errors in comments
...
Reviewed-by: martin
2017-10-30 17:49:33 -07:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00