Re: RFR: 8334714: Implement JEP 484: Class-File API [v7]

2024-11-12 Thread Adam Sotona
On Mon, 21 Oct 2024 15:53:18 GMT, ExE Boss wrote: >> Adam Sotona has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains nine commits: >> >> - Merge remote-tracking branch 'openjdk/master' into JDK-8334714-final >> >># Conflicts:

Re: RFR: 8334714: Implement JEP 484: Class-File API [v7]

2024-10-21 Thread ExE Boss
On Mon, 21 Oct 2024 06:34:03 GMT, Adam Sotona wrote: >> Class-File API is leaving preview. >> This is a removal of all `@PreviewFeature` annotations from Class-File API. >> It also bumps all `@since` tags and removes >> `jdk.internal.javac.PreviewFeature.Feature.CLASSFILE_API`. >> >> Please rev

Re: RFR: 8334714: Implement JEP 484: Class-File API [v7]

2024-10-20 Thread Adam Sotona
> Class-File API is leaving preview. > This is a removal of all `@PreviewFeature` annotations from Class-File API. > It also bumps all `@since` tags and removes > `jdk.internal.javac.PreviewFeature.Feature.CLASSFILE_API`. > > Please review. > > Thanks, > Adam Adam Sotona has updated the pull re