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 073c07e Automated site publishing by Jenkins build 846 073c07e is described below commit 073c07e594a1f70dcea362c74827e5a9198cda9c Author: jenkins <bui...@apache.org> AuthorDate: Thu Jul 18 15:30:35 2019 +0000 Automated site publishing by Jenkins build 846 --- content/download/nb111/index.html | 52 ++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/content/download/nb111/index.html b/content/download/nb111/index.html index 8bf7c1e..fad47b9 100644 --- a/content/download/nb111/index.html +++ b/content/download/nb111/index.html @@ -86,11 +86,10 @@ <li><a href="#_java">Java</a> <ul class="sectlevel2"> <li><a href="#_java_editor">Java Editor</a></li> -<li><a href="#_graal_truffle">Graal/Truffle</a></li> <li><a href="#_openjfx">OpenJFX</a></li> <li><a href="#_maven">Maven</a></li> <li><a href="#_gradle">Gradle</a></li> -<li><a href="#_kotlin">Kotlin</a></li> +<li><a href="#_other">Other</a></li> </ul> </li> <li><a href="#_web_frontend_javascript_html5_php">Web Frontend: JavaScript/HTML5/PHP</a></li> @@ -121,10 +120,13 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11. <div class="sect1"> <h2 id="_java_ee">Java EE</h2> <div class="sectionbody"> +<div class="paragraph"> +<p>The highlights of enhancements in the Java EE area are the new Java EE 8 support, as well as the new and updated integration for Payara and GlassFish.</p> +</div> <div class="ulist"> <ul> <li> -<p>Java EE 8 support, for the first time, for Maven-based and Gradle-based Web applications.</p> +<p>Java EE 8 support, for the first time, for Maven-based and Gradle-based Web applications. The new Java EE 8 support provides the ability to create Java EE 8 applications and deploy to a Java EE 8 container, with new "webapp-javaee8" Maven archetype created for use with Apache NetBeans.</p> </li> </ul> </div> @@ -133,10 +135,15 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11. <img src="new-java-ee-8.png" alt="new java ee 8"> </div> </div> -<div class="paragraph"> -<p>Ability to create Java EE 8 applications and deploy to a Java EE 8 container, with new "webapp-javaee8" Maven archetype created for use with Apache NetBeans. -- Support for GlassFish 5.0.1. -- Payara integration out of the box for the first time, with thanks to the Payara team.</p> +<div class="ulist"> +<ul> +<li> +<p>Payara integration out of the box for the first time, with thanks to the Payara team.</p> +</li> +<li> +<p>Support for GlassFish 5.0.1.</p> +</li> +</ul> </div> </div> </div> @@ -145,6 +152,9 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11. <div class="sectionbody"> <div class="sect2"> <h3 id="_java_editor">Java Editor</h3> +<div class="paragraph"> +<p>The highlights of enhancements in the Java area are the support for new Java language features, including those provided by JEP-325 and JEP-330.</p> +</div> <div class="ulist"> <ul> <li> @@ -163,7 +173,7 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11. <div class="ulist"> <ul> <li> -<p>Code completion for JEP 325 preview feature for multiple case labels: <a href="https://github.com/apache/netbeans/pull/1175">https://github.com/apache/netbeans/pull/1175</a></p> +<p>Code completion for JEP-325 preview feature for multiple case labels: <a href="https://github.com/apache/netbeans/pull/1175">https://github.com/apache/netbeans/pull/1175</a></p> </li> </ul> </div> @@ -175,7 +185,7 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11. <div class="ulist"> <ul> <li> -<p>Hint for converting to JEP 325 preview feature for switch expressions: <a href="https://github.com/apache/netbeans/pull/1193">https://github.com/apache/netbeans/pull/1193</a></p> +<p>Hint for converting to JEP-325 preview feature for switch expressions: <a href="https://github.com/apache/netbeans/pull/1193">https://github.com/apache/netbeans/pull/1193</a></p> </li> <li> <p>Java Migration profiles: <a href="https://github.com/apache/netbeans/pull/1212">https://github.com/apache/netbeans/pull/1212</a></p> @@ -190,19 +200,6 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11. </div> </div> <div class="sect2"> -<h3 id="_graal_truffle">Graal/Truffle</h3> -<div class="ulist"> -<ul> -<li> -<p>Using Graal.js 19.0.0 via Scripting in platform/core.network: <a href="https://github.com/apache/netbeans/pull/1092">https://github.com/apache/netbeans/pull/1092</a></p> -</li> -<li> -<p>Separate Truffle source caches between multiple debugging sessions: <a href="https://github.com/apache/netbeans/pull/1252">https://github.com/apache/netbeans/pull/1252</a></p> -</li> -</ul> -</div> -</div> -<div class="sect2"> <h3 id="_openjfx">OpenJFX</h3> <div class="ulist"> <ul> @@ -272,10 +269,19 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11. </div> </div> <div class="sect2"> -<h3 id="_kotlin">Kotlin</h3> +<h3 id="_other">Other</h3> +<div class="paragraph"> +<p>Other enhancements related to the Java area are listed below.</p> +</div> <div class="ulist"> <ul> <li> +<p>Using Graal.js 19.0.0 via Scripting in platform/core.network: <a href="https://github.com/apache/netbeans/pull/1092">https://github.com/apache/netbeans/pull/1092</a></p> +</li> +<li> +<p>Separate Truffle source caches between multiple debugging sessions: <a href="https://github.com/apache/netbeans/pull/1252">https://github.com/apache/netbeans/pull/1252</a></p> +</li> +<li> <p>Syntax coloring for .kt files: <a href="https://github.com/apache/netbeans/pull/1228">https://github.com/apache/netbeans/pull/1228</a></p> </li> <li> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists