Another FYI... Hopefully someday these class version issues will be less common. There is a proposed API for the JDK that could reduce the need for libraries like ASM, but it will be a while before it is public (assuming it is accepted) and projects like Gradle and NetBeans would be able to use it. https://openjdk.org/jeps/8280389
On Sat, Nov 26, 2022 at 12:38 PM Laszlo Kishalmi <[email protected]> wrote: > Well. the Gradle Tooling API is said to be backward and forward > compatible with Gradle and JDK versions. > > On 11/26/22 05:21, Neil C Smith wrote: > > On 11/25/22 15:27, Michael Bien wrote: > >> there is wip in this area for NB17: > >> https://github.com/apache/netbeans/pull/4985 > > Yes, following with interest! The problem in #4944 is slightly > > different though. Is the Gradle Tooling API itself immune to the > > problem of running on future JDKs? > > > > On Sat, 26 Nov 2022 at 00:47, Laszlo Kishalmi <[email protected]> > wrote: > >> I'm thinking about a patch release for Gradle Support for NB16... > > Great! I wish we could make the pushing updates process a little easier > ... > > > > Best wishes, > > > > Neil > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
