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

Re: netbeans 23 - problem with creating a netbeans module

2024-09-20 Thread Michael Bien
Hi, this does work for me. Do you have anything unusual in your global maven settings.xml? The wizard is checking the central repo for version information, for some reason it is null which is unusual since it is the standard repo. -mbien On 20.09.24 16:01, Rafał Ziółkowski wrote: Hallo,

netbeans 23 - problem with creating a netbeans module

2024-09-20 Thread Rafał Ziółkowski
Hallo,   I've installed netbeans 23. I can create netbeans application maven project, but I stuck while adding new netbeans module on the page "Module options". The "Netbeans Version" combobox displays only "searching" and get never filled. I get a notification about an exception: java.lang.

[ANNOUNCE] Apache NetBeans 23 released

2024-09-20 Thread Eric Barboni
The Apache NetBeans team is pleased to announce that Apache NetBeans 23 was released on September 19, 2024. What's in the Apache NetBeans 23 release: https://github.com/apache/netbeans/releases/tag/23 With thanks to 24 contributors, including 3 who have contributed for the first time. Thank you

Re: Fix imports and autocomplete

2024-09-20 Thread Maciej Jaros
Mitch Claborn (2024-09-11 15:38): In earlier versions of NetBeans (can't remember how far back), when I typed "NotYetImportedClass." while editing a Java file, then pressed ctrl+shift+i to fix the imports, the import would get added and then the autocomplete for static methods on that class wou