Programming

Apache NetBeans IDE 10.0 released with support for JDK 11, JUnit 5 and more!

1 min read

Yesterday, the team at Apache NetBeans released Apache NetBeans IDE 10.0, an integrated development environment for Java. This release focuses on adding support for JDK 11, JUnit 5, PHP, JavaScript, and Groovy.

What’s new in Apache NetBeans IDE 10.0?

JDK 11 Support

PHP Support

PHP 7.3

  • It is now possible to add trailing commas in function calls under PHP 7.3.
  • This release comes with support for Heredoc and Nowdoc Syntaxes.

PHP 7.2

This release comes with support for trailing commas in list syntax and coloring for object types for PHP 7.2.

PHP 7.1

This release comes with class constant visibility, multi-catch exception handling, nullable types, support for keys in list(), coloring for new keywords (void, iterable) for PHP 7.1.

JUnit 5

  • JUnit 5.3.1 has been added as a new Library to NetBeans, so users can easily add it to their Java projects. JUnit 5 is now the default JUnit version for Maven projects without any existing tests.
  • This release supports JUnit 5 @Testable annotation.
  • This version also supports a default JUnit 5 test template.

OpenJDK

  • This release automatically detects JTReg from OpenJDK configuration.
  • Various improvements such as limiting directories that are scanned for modules have been made to the OpenJDK project.

Few users have compared Apache NetBeans IDE 10.0 with Eclipse and Intellij most of them are on the opinion that this release is better than the two and it works better.

Read more about this release in detail on Apache NetBeans’ official blog.

Read Next

Apache NetBeans 9.0 is now available with Java 9 & 10 support

Apache NetBeans 9.0 RC1 released!

The NetBeans Developer’s Life Cycle

Amrata Joshi

Share
Published by
Amrata Joshi

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago