RFR: 8279185: Support for IsoFields in JapaneseDate/MinguoDate/ThaiBuddhistDate [v7]
Naoto Sato
naoto at openjdk.java.net
Fri Apr 15 18:47:53 UTC 2022
> Supporting `IsoFields` temporal fields in chronologies that are similar to ISO chronology. Corresponding CSR has also been drafted.
Naoto Sato has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 15 additional commits since the last revision:
- Revert to use the default method
- Merge branch 'master' into JDK-8279185
- Removed unnecessary package names
- Modified class desc of `IsoFields`
- abstract class -> top level interface
- interface -> abstract class
- Merge branch 'master' into JDK-8279185
- Removed the method
- Merge branch 'master' into JDK-8279185
- Changed to use a type to determine ISO based or not
- ... and 5 more: https://git.openjdk.java.net/jdk/compare/0cddf702...82339ec6
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7683/files
- new: https://git.openjdk.java.net/jdk/pull/7683/files/474dc85a..82339ec6
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7683&range=06
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7683&range=05-06
Stats: 13771 lines in 299 files changed: 10278 ins; 2309 del; 1184 mod
Patch: https://git.openjdk.java.net/jdk/pull/7683.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7683/head:pull/7683
PR: https://git.openjdk.java.net/jdk/pull/7683
More information about the core-libs-dev
mailing list