You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2020/02/22 20:13:42 UTC

[netbeans-website] branch master updated: More content in Java area

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 47b482f  More content in Java area
47b482f is described below

commit 47b482fbff2c399f54037ffb9ae3b2e8a4190c47
Author: Geertjan Wielenga <ge...@apache.org>
AuthorDate: Sat Feb 22 21:13:34 2020 +0100

    More content in Java area
---
 netbeans.apache.org/src/content/download/nb113/index.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index 29f2cc4..e300524 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -42,19 +42,19 @@ TIP: The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. Th
 The highlights of enhancements in the Java area are focused on support for JDK 14.
 
 - link:https://openjdk.java.net/jeps/359[JEP 359]: Records (Preview Feature) -- syntax coloring for the new "record" keyword; Navigator shows equals, hashCode, toString, etc; and formatting support for records.
+
 [.feature]
 --
 image::record-keyword.png[role="left", link="record-keyword.png"]
---  
+-- 
 
+- link:https://openjdk.java.net/jeps/305[JEP 305]: Pattern Matching for instanceof (Preview Feature) 
 
-- link:https://openjdk.java.net/jeps/359[JEP 305]: Pattern Matching for instanceof (Preview Feature) 
 [.feature]
 --
 image::ezgif.com-video-to-gif.gif[role="left", link="ezgif.com-video-to-gif.gif"]
 --  
 
-
 TIP: link:https://openjdk.java.net/jeps/12[JEP 12] provides for a preview language or VM feature, which "is a new feature of the Java SE Platform that is fully specified, fully implemented, and yet impermanent. It is available in a JDK feature release to provoke developer feedback based on real world use; this may lead to it becoming permanent in a future Java SE Platform".
 
 Preview features can only be used if the Java compiler's `--enable-preview` flag is set, as shown below for Maven. 
@@ -89,7 +89,7 @@ run.jvmArgs(['--enable-preview'])
 
 Other enhancements in the Java area.
 
-- link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File Source-Code Programs
+- link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File Source-Code Programs -- single Java source files can be created, outside of projects, in the Favorites window, and they can be run and debugged, if NetBeans is running on JDK 11 or later.
  
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists