On Fri, 4 Mar 2022 21:26:57 GMT, Joe Wang <jo...@openjdk.org> wrote: > Is the public API change, adding the isIsoLike() method, necessary?
Yes, I believe so. Without a means to tell whether the `TemporalAccessor`, such as `LocalDate`, supports `IsoFields`, `IsoFields` would have to hard-code which temporal accessor is supporting `IsoFields` fields. ------------- PR: https://git.openjdk.java.net/jdk/pull/7683