Re: JDK23 support

2024-09-30 Thread Neil C Smith
On Mon, 30 Sept 2024 at 09:57, Jean-Marc Borer wrote: > Do you think this would as well fix the issue I recently reported here: > https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/200 > > Annotations seem not to properly generate Bundle.java classes in the > "Generated Source

Re: JDK23 support

2024-09-30 Thread Jean-Marc Borer
Hi Neil, Do you think this would as well fix the issue I recently reported here: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/200 Annotations seem not to properly generate Bundle.java classes in the "Generated Sources (annotations)" directory... Cheers, JM On Fri, Sep

Re: JDK23 support

2024-09-20 Thread Patrik Karlström
Thanks, it's working fine with proc full! :) /Patrik Den fre 20 sep. 2024 kl 17:30 skrev Neil C Smith : > On Fri, 20 Sept 2024 at 16:21, Patrik Karlström wrote: > > > > Happy to see yet another release, thanks! > > > > >The Apache NetBeans 23 binary releases require JDK 17+, and officially > su

Re: JDK23 support

2024-09-20 Thread Neil C Smith
On Fri, 20 Sept 2024 at 16:21, Patrik Karlström wrote: > > Happy to see yet another release, thanks! > > >The Apache NetBeans 23 binary releases require JDK 17+, and officially > >support running on JDK 17, 21 and 23. > > I realize this is about _running_ the IDE on JDK 23, but inspired by this I

JDK23 support

2024-09-20 Thread Patrik Karlström
Happy to see yet another release, thanks! >The Apache NetBeans 23 binary releases require JDK 17+, and officially support running on JDK 17, 21 and 23. I realize this is about _running_ the IDE on JDK 23, but inspired by this I tried to build my platform application on JDK 23. It failed, both wit