Roger Riggs
|
8650026ff1
|
8310033: Clarify return value of Java Time compareTo methods
Reviewed-by: bpb, scolebourne, prappo, naoto
|
2023-07-27 14:01:25 +00:00 |
|
Pavel Rappo
|
38367d3c3a
|
8308735: Typos in parameter names
Reviewed-by: naoto, iris, bpb
|
2023-05-25 10:22:41 +00:00 |
|
Andrey Turbanov
|
9309786dbf
|
8294472: Remove redundant rawtypes suppression in AbstractChronology
Reviewed-by: lancea, naoto
|
2022-09-28 18:44:01 +00:00 |
|
Ryan Ernst
|
53fc495e3a
|
8290316: Ensure that all directory streams are closed in java.base
Reviewed-by: chegar
|
2022-07-21 06:19:00 +00:00 |
|
Naoto Sato
|
ef7a9f8170
|
8279185: Support for IsoFields in JapaneseDate/MinguoDate/ThaiBuddhistDate
Reviewed-by: joehw, rriggs
|
2022-05-23 16:20:52 +00:00 |
|
Andrey Turbanov
|
53804720a0
|
8280470: Confusing instanceof check in HijrahChronology.range
Reviewed-by: rriggs, naoto, dfuchs, iris
|
2022-01-25 08:08:17 +00:00 |
|
Andrey Turbanov
|
1e941dedad
|
8275197: Remove unused fields in ThaiBuddhistChronology
Reviewed-by: naoto, rriggs, iris
|
2021-11-11 22:26:45 +00:00 |
|
Pavel Rappo
|
2eafa036c0
|
8276234: Trivially clean up locale-related code
Reviewed-by: redestad, naoto, iris
|
2021-11-01 22:50:43 +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 |
|
Weijun Wang
|
e9b2c058a4
|
8269409: Post JEP 411 refactoring: core-libs with maximum covering > 10K
Reviewed-by: lancea, naoto
|
2021-06-28 19:05:33 +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 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +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 |
|
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 |
|
Pavel Rappo
|
17ff85d4ad
|
8241014: Miscellaneous typos in documentation comments
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
|
2020-03-20 20:54:56 +00: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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|