RFR: 8246774: Record Classes (final) implementation

Mandy Chung mchung at openjdk.java.net
Thu Sep 24 00:26:11 UTC 2020


On Tue, 22 Sep 2020 09:49:12 GMT, Chris Hegarty <chegar at openjdk.org> wrote:

>> note: I have removed from the original patch the code related to javax.lang.model, I will publish them in a separate PR
>
> @vicente-romero-oracle I noticed that we can also remove the preview args from the record serialization tests and
> ObjectMethodsTest. I opened a PR against the branch in your fork. You should be able to just merge in the changes. See
> https://github.com/vicente-romero-oracle/jdk/pull/1

What is the policy of `@since` release value when a preview API becomes final.    I would expect `@since` should be
updated from 14 to 16 because 16 is the Java SE release these APIs are added??

-------------

PR: https://git.openjdk.java.net/jdk/pull/290


More information about the core-libs-dev mailing list