Re: [External] : Re: New candidate JEP: 484: Class-File API

2024-08-28 Thread Archie Cobbs
e history. > > > > Feel free to report cases where the support is insufficient. > > > > Thank you, > > Adam > > > > *From: *Archie Cobbs > *Date: *Tuesday, 27 August 2024 at 18:49 > *To: *core-libs-dev@openjdk.org > *Cc: *Adam Sotona , jdk-...@o

Re: [External] : Re: New candidate JEP: 484: Class-File API

2024-08-28 Thread Adam Sotona
2024 at 18:49 To: core-libs-dev@openjdk.org Cc: Adam Sotona , jdk-...@openjdk.org Subject: [External] : Re: New candidate JEP: 484: Class-File API Question... would it be appropriate for this JEP to mention that support for older-than-current classfile versions is an explicit non-goal

Re: New candidate JEP: 484: Class-File API

2024-08-27 Thread Archie Cobbs
Question... would it be appropriate for this JEP to mention that support for older-than-current classfile versions is an explicit non-goal? Otherwise I think there could be many repeats of this discussion from the other day

Re: New candidate JEP: 484: Class-File API

2024-08-27 Thread Adam Sotona
Thank you! Adam From: Mark Reinhold Date: Tuesday, 27 August 2024 at 15:57 To: Adam Sotona Cc: core-libs-dev@openjdk.org , jdk-...@openjdk.org Subject: New candidate JEP: 484: Class-File API https://openjdk.org/jeps/484 Summary: Provide a standard API for parsing, generating, and

New candidate JEP: 484: Class-File API

2024-08-27 Thread Mark Reinhold
https://openjdk.org/jeps/484 Summary: Provide a standard API for parsing, generating, and transforming Java class files. - Mark