You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 76 Next »

Release timeline: Release Schedule, Apache NetBeans 12.2 is scheduled to be released November 15th - 30th, 2020.

Pull requests integrated in 12.2:

https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.2

Enhancements

Java Language

New JDK 14 and 15-Specific Java Language Features

  • Sealed color and formatting: https://github.com/apache/netbeans/pull/2282
  • As IDE Netbeans will be supporting following features for sealed type introduced in JDK-15 as preview feature.

  • Auto completion for Sealed Types: https://github.com/apache/netbeans/pull/2283


    a) Code coloring- Keywords sealed, non-sealed and permits are highlighted slimier to other older keywords.


    b) Code formatting- Netbeans allow automatic code formatting, and sealed and permits keywords are new features which will be allowed in editor to get formatted..


    c) Auto-completion for "sealed" type. Added keyword "sealed" and "non-sealed" before "class" declaration. Added "permits" only in the allowed location, i.e., the "permits" clause is not allowed to be put before "extends" and "implements" clause, if present.


  • Fixed Record Formatting issue with use of annotation: https://github.com/apache/netbeans/pull/2391
  • Fixed issue: refactor record rename & move record file to other package: https://github.com/apache/netbeans/pull/2310 

Invoke code completion for Record variable name, NetBeans analyses the context and suggests the choices that are reachable from the current caret position.

New Miscellaneous Java Language Features

JavaFX

Java Web

Java Build Systems

PHP & JavaScript

Library Upgrades

Miscellaneous

Reference: Complete Listing of Closed PRs for 12.2

key summary type created updated due assignee reporter priority status resolution

JQL and issue key arguments for this macro require at least one Jira application link to be configured

  • No labels