The second release candidate for Apache NetBeans IDE 25 has been released for testing with several updates, including ensuring that Gradle init respects the configured Java Runtime, preventing release candidates from interfering with the Maven index, addressing infinite loops in Fruchterman-ReingoldLayout, and increasing Maven indexer query limits.
Apache NetBeans 25-rc2
What's Changed
Gradle
- Gradle init shall honor the configured Java Runtime by @lkishalmi in #8223
Maven
- Release candidates should not steal the maven index from GA releases by @mbien in #8199
- Fix infinite loop in FruchtermanReingoldLayout. by @neilcsmith-net in #8217
- Bump maven indexer query limits by @mbien in #8198
PHP
- Don't add the listener if a document is not a test file by @junichi11 in #8196
Editor
Full Changelog: 25-rc1...25-rc2