Apache Releases NetBeans 22
Written by Kay Ewbank   
Tuesday, 02 July 2024

Apache NetBeans 22 has been released. This release has a new Gradle Wizard, upgrades to Java 22 javac, and a number of UI changes.

NetBeans is an IDE for Java SE, Java EE, PHP and JavaScript development with some Groovy and C/C++ support. It provides editors, wizards and templates, and is cross platform.

netbeans

The Gradle improvements start with the a fix to the concurrency issues in GradleDaemonExecutor. Another update ensures Gradle projects will now use the Java from the tooling not runtime, and the Gradle Tooling API has been updated. There's also a better Gradle Project Creation Wizard.

Amongst a number of Maven fixes and minor improvements, this version adds very simple support for native-image build for Helidon projects; and there's improved priming from the Language Server Protocol (LSP) client.

Java support has also been updated with a substantial set of minor changes, including an upgrade to JDK 22 javac; the addition of Micronaut PUT/POST Data Endpoint Method generation and Java Code Templates for List.of(), Map.of(), and Set.of(). The LSP has added code completion for Java static members; and there are new Java Code Templates for records and sealed types.

PHP changes are fairly minor, with the most noticeable being the addition of the Auto Import feature for code completion; and a fix to incorrect code completion for the use function.

Improvements to the UI include the addition of common actions with shortcuts to the editor background; and the integration of NetBeans Favorites with the FileChooser shortcuts panel. There's also a replacement for the Welcome page with a Dashboard API.

Language Server Protocol enhancements start with a new ActionProvider and its Lookup consolidation in the VSCode extension; and also include a Simplified LSP server startup and a fix to the LSP test using the New Gradle Wizard.

NetBeans 22 is available for download now. 

netbeans

More Information

Apache NetBeans

Related Articles

Apache Releases NetBeans 20

NetBeans 14 Extends JDK 17 Support

NetBeans 13 Improves PHP And Maven Support

NetBeans 12.6 Increases Support For Java 17

NetBeans 12.4 Adds Java 16 Support

NetBeans Improves Java Support

NetBeans Adds JDK 14 Support

NetBeans Is A Top-Level Apache Project

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Initialize Your Spring Boot Projects From The CLI
04/06/2024

For the lovers of the command line, Spring Initializer Go is a tool with which you can initialize your Spring Boot projects without using the mouse. Is that essential?



Eclipse Releases Theia IDE
27/06/2024

The Eclipse Foundation has released Theia IDE, which they say is created for developers seeking a modern, open, and flexible tool for their coding pursuits. The IDE is based on the Theia Platform, whi [ ... ]


More News

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 02 July 2024 )