Naoto Sato
733c7907b0
8282081: java.time.DateTimeFormatter: wrong definition of symbol F
...
Reviewed-by: joehw, scolebourne, lancea, rriggs
2022-03-04 16:57:54 +00:00
Jaikiran Pai
e0b49629e9
8282190: Typo in javadoc of java.time.format.DateTimeFormatter#getDecimalStyle
...
Reviewed-by: dfuchs, rriggs, lancea, iris
2022-02-22 01:39:28 +00:00
Naoto Sato
9b74c3f2e7
8176706: Additional Date-Time Formats
...
Reviewed-by: joehw, rriggs
2022-02-16 16:54:53 +00:00
Naoto Sato
a363b7b921
8177819: DateTimeFormatterBuilder zone parsing should recognise DST
...
8277049: ZonedDateTime parse in Fall DST transition fails to retain the correct zonename.
Reviewed-by: joehw, scolebourne
2021-12-01 17:14:53 +00:00
Claes Redestad
0ca0acf63c
8276947: Clarify how DateTimeFormatterBuilder.appendFraction handles value ranges
...
Reviewed-by: rriggs, naoto
2021-11-11 20:36:46 +00:00
Naoto Sato
0c409cac78
8276186: Require getAvailableLocales() methods to include Locale.ROOT
...
Reviewed-by: prappo, smarks, iris
2021-11-10 20:52:11 +00:00
Claes Redestad
ce8c76700b
8276220: Reduce excessive allocations in DateTimeFormatter
...
Reviewed-by: scolebourne, naoto
2021-11-03 22:57:13 +00:00
Andrey Turbanov
d732c3091f
8272863: Replace usages of Collections.sort with List.sort call in public java modules
...
Reviewed-by: serb, dfuchs, naoto
2021-08-26 20:47:02 +00:00
Naoto Sato
fe7d70886c
8272473: Parsing epoch seconds at a DST transition with a non-UTC parser is wrong
...
Reviewed-by: joehw, rriggs, iris, lancea, scolebourne
2021-08-26 16:21:23 +00:00
Patrick Concannon
8a7b380ebb
8269124: Update java.time to use switch expressions (part II)
...
Reviewed-by: dfuchs, vtewari, aefimov, iris, lancea, naoto
2021-07-05 09:08:13 +00:00
Patrick Concannon
1d167978e5
8268469: Update java.time to use switch expressions
...
Reviewed-by: lancea, naoto, dfuchs, iris, chegar
2021-06-25 15:42:38 +00:00
Patrick Concannon
45c5da0fd3
8265746: Update java.time to use instanceof pattern variable (part II)
...
Reviewed-by: dfuchs, lancea, rriggs, chegar, naoto
2021-04-26 08:32:20 +00:00
Patrick Concannon
28af31db34
8263668: Update java.time to use instanceof pattern variable
...
Reviewed-by: lancea, ryadav, naoto, rriggs, dfuchs, scolebourne, chegar
2021-04-22 10:17:43 +00:00
Alex Blewitt
b49c589340
8263658: Use the blessed modifier order in java.base
...
Reviewed-by: rriggs, redestad
2021-03-19 13:06:58 +00:00
Dan Smith
48d8650ae1
8257845: Integrate JEP 390
...
8254047: [JEP 390] Revise "value-based class" & apply to wrappers
8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased
8252183: [JEP 390] Add 'lint' warning for @ValueBased classes
8257027: [JEP 390] Diagnose synchronization on @ValueBased classes
8252180: [JEP 390] Deprecate wrapper class constructors for removal
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Srikanth Adayapalam <sadayapalam@openjdk.org>
Co-authored-by: Lois Foltan <lfoltan@openjdk.org>
Reviewed-by: rriggs, hseigel, mchung, darcy
2020-12-08 23:04:01 +00:00
Naoto Sato
bf84dac4cf
8247781: Day periods support
...
Reviewed-by: scolebourne, rriggs, joehw
2020-11-16 23:12:45 +00:00
Naoto Sato
790d6e2d25
8255533: Incorrect javadoc in DateTimeFormatterBuilder.appendPattern() for 'uu'/'yy'
...
Reviewed-by: lancea, rriggs
2020-10-28 20:01:51 +00:00
Naoto Sato
27e168677f
8246662: Test java/time/test/java/time/format/TestUnicodeExtension.java failed on japanese locale
...
Reviewed-by: rriggs, joehw
2020-06-09 14:46:08 -07:00
Naoto Sato
ed4bc1bf23
8244245: localizedBy() should override localized values with default values
...
Reviewed-by: joehw, rriggs, scolebourne
2020-05-07 09:27:48 -07: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
20b1410d0c
8235238: Parsing a time string ignores any custom TimeZoneNameProvider
...
Reviewed-by: joehw, rriggs
2019-12-13 08:17:28 -08: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
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
Jonathan Gibbons
2df0f4b4dd
8220249: fix headings in java.compiler
...
Reviewed-by: erikj, darcy
2019-03-20 15:35:26 -07:00
Claes Redestad
a3df1d618e
8215281: Use String.isEmpty() when applicable in java.base
...
Reviewed-by: dfuchs, alanb
2018-12-13 15:31:05 +01: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
Toshio Nakamura
a8506cb4e1
8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
...
Reviewed-by: rriggs, scolebourne
2018-06-19 08:19:54 -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
Ramanand Patil
317bef9a41
8195837: (tz) Upgrade time-zone data to tzdata2018c
...
Reviewed-by: coffeys, naoto
2018-01-31 22:55:12 -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