The latest release candidate for Apache NetBeans IDE 23 is now available for testing. Apache NetBeans 23-rc3 has undergone some updates in Gradle, Maven, C/C++, UI, platform, and language server protocols. Some of the updates include upgrading Gradle Tooling API to version 8.10, fixing issues with annotation processor classpath extraction, updating the bundled Maven to version 3.9.9, and reverting some pull requests.
Apache NetBeans 23-rc3
What's Changed
Gradle
- #7606: process daemon's stdout to avoid lockup by @sdedic in #7721
- Upgrade Gradle Tooling API to 8.10 by @mbien in #7690
Maven
- Fix extraction of annotation processor classpath for maven by @matthiasblaesing in #7662
- Update bundled maven to 3.9.9. by @mbien in #7683
- Fix open maven subproject context menu by @mbien in #7723
C/C++
- .c/.h/.hpp files: Register WhereUsedAction and RenameAction in correct mime paths by @matthiasblaesing in #7689
UI Changes
- Use nbfs url for custom flatlaf properties as fallback by @neilcsmith-net in #7681
Platform
Language Server Protocol
- Revert PR #7579 ("Using LSP's ErrorProvider & another attempt at CompletionCollector") by @matthiasblaesing in #7650
New Contributors
Full Changelog: 23-rc2...23-rc3