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

[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1177

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 717e788  Automated site publishing by Jenkins build 1177
717e788 is described below

commit 717e78869408a47e972d9d9f6954802f68a18678
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Feb 22 20:39:40 2020 +0000

    Automated site publishing by Jenkins build 1177
---
 content/download/nb113/index.html | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

diff --git a/content/download/nb113/index.html b/content/download/nb113/index.html
index ab46577..ba5778e 100644
--- a/content/download/nb113/index.html
+++ b/content/download/nb113/index.html
@@ -75,7 +75,12 @@
 <ul class="sectlevel2">
 <li><a href="#_java">Java</a></li>
 <li><a href="#_java_ee">Java EE</a></li>
-<li><a href="#_java_build_systems">Java Build Systems</a></li>
+<li><a href="#_java_build_systems">Java Build Systems</a>
+<ul class="sectlevel3">
+<li><a href="#_maven">Maven</a></li>
+<li><a href="#_gradle">Gradle</a></li>
+</ul>
+</li>
 <li><a href="#_frontend_development">Frontend Development</a></li>
 <li><a href="#_appearance">Appearance</a></li>
 <li><a href="#_miscellaneous">Miscellaneous</a></li>
@@ -195,19 +200,40 @@ run.jvmArgs(['--enable-preview'])</code></pre>
 <p><a href="https://openjdk.java.net/jeps/330">JEP 330</a>: Launch Single-File Source-Code Programs&#8201;&#8212;&#8201;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.</p>
 </li>
 <li>
-<p><a href="https://openjdk.java.net/jeps/355">JEP 355</a>: Text Blocks (Preview)&#8201;&#8212;&#8201;in addition to the features introduced in previous 11.x releases, a new Java editor hint has been introduced for reverting from Text Block to String.</p>
+<p><a href="https://openjdk.java.net/jeps/355">JEP 355</a>: Text Blocks (Preview)&#8201;&#8212;&#8201;in addition to the Text Block features introduced to the Java Editor in previous 11.x releases, a new Java editor hint has been introduced in 11.3 for reverting from Text Block to String.</p>
 </li>
 </ul>
 </div>
 </div>
 <div class="sect2">
 <h3 id="_java_ee">Java EE</h3>
-
+<div class="paragraph">
+<p>In addition to the initial integration of Java EE features into Apache NetBeans in 11.1, JSF 2.3 is not supported for the first time. For example, code completion for "f:websocket" is now supported.</p>
+</div>
+<div class="admonitionblock tip">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-tip" title="Tip"></i>
+</td>
+<td class="content">
+Currently, Apache NetBeans supports Java EE, though not yet Jakarta EE. The Jakarta EE APIs are identical to Java EE 8, though there are new JARs that are now packaged under Eclipse Foundation and all APIs have been slightly renamed. Apache NetBeans 12.0 is targeted for the integration of Jakarta EE 8 support.
+</td>
+</tr>
+</table>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_java_build_systems">Java Build Systems</h3>
+<div class="sect3">
+<h4 id="_maven">Maven</h4>
+
+</div>
+<div class="sect3">
+<h4 id="_gradle">Gradle</h4>
 
 </div>
+</div>
 <div class="sect2">
 <h3 id="_frontend_development">Frontend Development</h3>
 


---------------------------------------------------------------------
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