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 2019/10/27 19:23:56 UTC

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

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 614da81  Automated site publishing by Jenkins build 1051
614da81 is described below

commit 614da81e2355602664f74ed3a3ba59affbe8f97a
Author: jenkins <bu...@apache.org>
AuthorDate: Sun Oct 27 19:23:53 2019 +0000

    Automated site publishing by Jenkins build 1051
---
 content/download/nb112/index.html | 97 +++++++++++++++++++++++++++++----------
 1 file changed, 72 insertions(+), 25 deletions(-)

diff --git a/content/download/nb112/index.html b/content/download/nb112/index.html
index c1319ec..2c8a8fa 100644
--- a/content/download/nb112/index.html
+++ b/content/download/nb112/index.html
@@ -79,7 +79,13 @@
 </li>
 <li><a href="#_enhancements_and_fixes">Enhancements and Fixes</a>
 <ul class="sectlevel2">
-<li><a href="#_enhancements">Enhancements</a></li>
+<li><a href="#_enhancements">Enhancements</a>
+<ul class="sectlevel3">
+<li><a href="#_performance">Performance</a></li>
+<li><a href="#_gradle">Gradle</a></li>
+<li><a href="#_other">Other</a></li>
+</ul>
+</li>
 <li><a href="#_fixes">Fixes</a></li>
 </ul>
 </li>
@@ -116,7 +122,7 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 <div class="ulist">
 <ul>
 <li>
-<p>JEP 354: Switch Expressions (Preview Feature): <a href="https://openjdk.java.net/jeps/354">https://openjdk.java.net/jeps/354</a></p>
+<p><a href="https://openjdk.java.net/jeps/354">JEP 354</a>: Switch Expressions (Preview Feature):</p>
 </li>
 </ul>
 </div>
@@ -132,7 +138,7 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 <div class="ulist">
 <ul>
 <li>
-<p>JEP 355: Text Blocks (Preview Feature): <a href="https://openjdk.java.net/jeps/355">https://openjdk.java.net/jeps/355</a></p>
+<p><a href="https://openjdk.java.net/jeps/355">JEP 355</a>: Text Blocks (Preview Feature)</p>
 </li>
 </ul>
 </div>
@@ -158,7 +164,7 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 </table>
 </div>
 <div class="paragraph">
-<p>Preview features can only be used if the Java compiler&#8217;s "--enable-preview" flag is set, as shown below for Maven.</p>
+<p>Preview features can only be used if the Java compiler&#8217;s <code>--enable-preview</code> flag is set, as shown below for Maven.</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -177,6 +183,18 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 &lt;/build&gt;</code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>An example to add <code>--enable-preview</code> in Gradle:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-groovy" data-lang="groovy">tasks.withType(JavaCompile).each {
+    it.options.compilerArgs.add('--enable-preview')
+}
+
+run.jvmArgs(['--enable-preview'])</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_php">PHP</h3>
@@ -198,22 +216,22 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 <div class="ulist">
 <ul>
 <li>
-<p>PHP RFC: Typed Properties 2.0: <a href="https://wiki.php.net/rfc/typed_properties_v2">https://wiki.php.net/rfc/typed_properties_v2</a></p>
+<p>PHP RFC: <a href="https://wiki.php.net/rfc/typed_properties_v2">Typed Properties 2.0</a></p>
 </li>
 <li>
-<p>PHP RFC: Null Coalescing Assignment Operator: <a href="https://wiki.php.net/rfc/null_coalesce_equal_operator">https://wiki.php.net/rfc/null_coalesce_equal_operator</a></p>
+<p>PHP RFC: <a href="https://wiki.php.net/rfc/null_coalesce_equal_operator">Null Coalescing Assignment Operator</a></p>
 </li>
 <li>
-<p>PHP RFC: Spread Operator in Array Expression: <a href="https://wiki.php.net/rfc/spread_operator_for_array">https://wiki.php.net/rfc/spread_operator_for_array</a></p>
+<p>PHP RFC: <a href="https://wiki.php.net/rfc/spread_operator_for_array">Spread Operator in Array Expression</a></p>
 </li>
 <li>
-<p>PHP RFC: Arrow Functions 2.0: <a href="https://wiki.php.net/rfc/arrow_functions_v2">https://wiki.php.net/rfc/arrow_functions_v2</a></p>
+<p>PHP RFC: <a href="https://wiki.php.net/rfc/arrow_functions_v2">Arrow Functions 2.0</a></p>
 </li>
 <li>
-<p>PHP RFC: Numeric Literal Separator: <a href="https://wiki.php.net/rfc/numeric_literal_separator">https://wiki.php.net/rfc/numeric_literal_separator</a></p>
+<p>PHP RFC: <a href="https://wiki.php.net/rfc/numeric_literal_separator">Numeric Literal Separator</a></p>
 </li>
 <li>
-<p>PHP RFC: New custom object serialization mechanism: <a href="https://wiki.php.net/rfc/custom_object_serialization">https://wiki.php.net/rfc/custom_object_serialization</a></p>
+<p>PHP RFC: <a href="https://wiki.php.net/rfc/custom_object_serialization">New Custom Object Serialization Mechanism</a></p>
 </li>
 </ul>
 </div>
@@ -227,54 +245,83 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 <h2 id="_enhancements_and_fixes">Enhancements and Fixes</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Closed issues for 11.2: <a href="https://github.com/apache/netbeans/milestone/3?closed=1">https://github.com/apache/netbeans/milestone/3?closed=1</a></p>
+<p>The highlights of the enhancements and fixes are listed below.</p>
 </div>
 <div class="paragraph">
-<p>The highlights of the enhancements and fixes are listed below.</p>
+<p>See <a href="https://github.com/apache/netbeans/milestone/3?closed=1">the closed pull requests for 11.2</a> for details.</p>
 </div>
 <div class="sect2">
 <h3 id="_enhancements">Enhancements</h3>
+<div class="sect3">
+<h4 id="_performance">Performance</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Speed up finding binaries for source files, most notable performance increase on refactoring. (<a href="https://github.com/apache/netbeans/pull/1430">PR-1430</a>)</p>
+</li>
+<li>
+<p>Using Java NIO2 Watchers on Windows and Linux (<a href="https://github.com/apache/netbeans/pull/1349">PR-1349</a>)</p>
+</li>
+<li>
+<p>Optimized the archive file detection (<a href="https://github.com/apache/netbeans/pull/1422">PR-1422</a>)</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_gradle">Gradle</h4>
 <div class="ulist">
 <ul>
 <li>
-<p>JavaScript parser is now correctly licensed and no longer needs to be installed separately: <a href="https://github.com/apache/netbeans/pull/1407">https://github.com/apache/netbeans/pull/1407</a></p>
+<p>The Gradle Plugin now can read the compiler arguments, enabling the IDE support for Java preview features on Gradle projects as well. (<a href="https://github.com/apache/netbeans/pull/1494">PR-1494</a>)</p>
 </li>
 <li>
-<p>Enhancement to the installer enables subsets of Apache NetBeans to be installed: <a href="https://github.com/apache/netbeans/pull/1505" class="bare">https://github.com/apache/netbeans/pull/1505</a></p>
+<p>Gradle now can accepts user input from its output tab. (<a href="https://github.com/apache/netbeans/pull/1461">PR-1461</a>)</p>
 </li>
 <li>
-<p>Performance enhancement: <a href="https://github.com/apache/netbeans/pull/1430">https://github.com/apache/netbeans/pull/1430</a></p>
+<p>NetBeans honors the project&#8217;s <code>org.gradle.jvmargs</code> property when launching Gradle Daemon (<a href="https://github.com/apache/netbeans/pull/1501">PR-1501</a>)</p>
 </li>
+</ul>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_other">Other</h4>
+<div class="ulist">
+<ul>
 <li>
-<p>Upgraded Payara support to Payara Platform 5.193: <a href="https://github.com/apache/netbeans/pull/1470">https://github.com/apache/netbeans/pull/1470</a></p>
+<p>JavaScript parser is now correctly licensed and no longer needs to be installed separately (<a href="https://github.com/apache/netbeans/pull/1407">PR-1407</a>)</p>
 </li>
 <li>
-<p>Various Gradle enhancements, include being able to read JVM arguments, such as the JDK&#8217;s "--enable-preview": <a href="https://github.com/apache/netbeans/pulls?q=is%3Apr+label%3AGradle+is%3Aclosed">https://github.com/apache/netbeans/pulls?q=is%3Apr+label%3AGradle+is%3Aclosed</a></p>
+<p>Enhancement to the installer enables subsets of Apache NetBeans to be installed (<a href="https://github.com/apache/netbeans/pull/1505">PR-1505</a>)</p>
 </li>
 <li>
-<p>Amazon-related updates: <a href="https://github.com/apache/netbeans/pull/1312">https://github.com/apache/netbeans/pull/1312</a></p>
+<p>Upgraded Payara support to Payara Platform 5.193 (<a href="https://github.com/apache/netbeans/pull/1470">PR-1470</a>)</p>
 </li>
 <li>
-<p>HTML5 attribute syntax support: <a href="https://github.com/apache/netbeans/pull/1380">https://github.com/apache/netbeans/pull/1380</a></p>
+<p>Amazon-related updates (<a href="https://github.com/apache/netbeans/pull/1312">PR-1312</a>)</p>
 </li>
 <li>
-<p>Cleaned up Welcome Screen no longer refers to Oracle backends: <a href="https://github.com/apache/netbeans/pull/1457">https://github.com/apache/netbeans/pull/1457</a></p>
+<p>HTML5 attribute syntax support (<a href="https://github.com/apache/netbeans/pull/1380">PR-1380</a>)</p>
+</li>
+<li>
+<p>Cleaned up Welcome Screen no longer refers to Oracle backends (<a href="https://github.com/apache/netbeans/pull/1457">PR-1457</a>)</p>
 </li>
 </ul>
 </div>
 </div>
+</div>
 <div class="sect2">
 <h3 id="_fixes">Fixes</h3>
 <div class="ulist">
 <ul>
 <li>
-<p>Maven-based NetBeans modules can now be created again: <a href="https://github.com/apache/netbeans/commit/9e32a853c38f2b7514a42a3395a673d8ad06300f">https://github.com/apache/netbeans/commit/9e32a853c38f2b7514a42a3395a673d8ad06300f</a></p>
+<p>Maven-based NetBeans modules can now be created again (<a href="https://github.com/apache/netbeans/commit/9e32a853c38f2b7514a42a3395a673d8ad06300f">commit 9e32a85</a>)</p>
 </li>
 <li>
-<p>"Copy Dependent Libraries" in Ant-based projects works again: <a href="https://github.com/apache/netbeans/pull/1469">https://github.com/apache/netbeans/pull/1469</a></p>
+<p>"Copy Dependent Libraries" in Ant-based projects works again (<a href="https://github.com/apache/netbeans/pull/1469">PR-1469</a>)</p>
 </li>
 <li>
-<p>OpenJFX Gluon samples are now correctly registered: <a href="https://github.com/apache/netbeans/pull/1503">https://github.com/apache/netbeans/pull/1503</a></p>
+<p>OpenJFX Gluon samples are now correctly registered (<a href="https://github.com/apache/netbeans/pull/1503">PR-1503</a>)</p>
 </li>
 </ul>
 </div>
@@ -287,13 +334,13 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 <div class="ulist">
 <ul>
 <li>
-<p>The donation of the NetBeans C and C&#x2b;&#x2b; features from Oracle to Apache was not complete at the time of the 11.2 release, though it is not far off, and the 11.3 release (January 2020) is scheduled to focus primarily on the integration of the C and C++ features, once they land in the Apache NetBeans GitHub. Until then, go to the Plugin Manager, enable the NetBeans IDE 8.2 Update Center, which lets you install the NetBeans IDE 8.2 modules providing C and C&#x2b;&#x2b; features.</p>
+<p>The donation of the NetBeans C and C features from Oracle to Apache was not complete at the time of the 11.2 release, though it is not far off, and the 11.3 release (January 2020) is scheduled to focus primarily on the integration of the C and C features, once they land in the Apache NetBeans GitHub. Until then, go to the Plugin Manager, enable the NetBeans IDE 8.2 Update Center, which lets you install the NetBeans IDE 8.2 modules providing C and C&#x2b;&#x2b; features.</p>
 </li>
 <li>
 <p>WildFly integration is supported by means of the <a href="http://plugins.netbeans.org/plugin/76472/wildfly-application-server">WildFly Application Server</a> plugin located in the Plugin Portal.</p>
 </li>
 <li>
-<p>Support for JSF 2.3 is available as a pull request, too late for inclusion in 11.2, scheduled for 11.3: <a href="https://github.com/apache/netbeans/pull/1576">https://github.com/apache/netbeans/pull/1576</a></p>
+<p>Support for JSF 2.3 is available as a pull request, too late for inclusion in <a href="https://github.com/apache/netbeans/milestone/3">11.2</a>, scheduled for <a href="https://github.com/apache/netbeans/milestone/4">11.3</a>: <a href="https://github.com/apache/netbeans/pull/1576">PR-1576</a></p>
 </li>
 </ul>
 </div>


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