Track Classfile API changes on the classfile-api-dev mailing list

- liangchenblue at gmail.com
Wed Mar 22 03:00:52 UTC 2023


Unfortunately, this is the way it is. The Classfile API currently
belongs to "other" under "other-libs" in the bug system, so here's a
query that you can use to check Classfile API issues:

https://bugs.openjdk.org/browse/JDK-8304502?jql=project%20%3D%20JDK%20AND%20component%20%3D%20other-libs%20AND%20text%20~%20%22Classfile%20API%22%20AND%20Subcomponent%20%3D%20other%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC

Which you can check at regular intervals in addition to the Git history.

Chen

On Sat, Mar 18, 2023 at 2:42 AM Glavo <zjx001202 at gmail.com> wrote:
>
> Hi everyone,
>
> I extracted Classfile API from JDK, ported it back to Java 17, and published it to Maven Central as a standalone library. Here is its repository:
>
>     https://github.com/Glavo/classfile
>
> (I've posted the above on classfile-api-dev, but I don't see it in the mailing list archives. I don't know if it was sent successfully, so I'll repeat it here)
>
> To maintain it, I am very concerned about changes to the Classfile API and sync the changes to the above repository.
> Unfortunately, the Classfile API does not appear to have a specific JBS label, and I cannot track related PRs from the classfile-api-dev,
> so I have to check the history of the Classfile API source folder at regular intervals.
>
> In order to facilitate tracking, I hope that a label will be assigned to the Classfile API and send relevant PR notification emails to the classfile-api-dev mailing list.
> Is that okay?
>
> Glavo


More information about the classfile-api-dev mailing list