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/23 21:25:22 UTC

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

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 19494fa  Automated site publishing by Jenkins build 939
19494fa is described below

commit 19494fa7fe6be2b2f697d319c561447cb8ebe538
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Oct 23 21:25:19 2019 +0000

    Automated site publishing by Jenkins build 939
---
 content/download/nb112/index.html | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/content/download/nb112/index.html b/content/download/nb112/index.html
index 9ff07d8..f40ddcc 100644
--- a/content/download/nb112/index.html
+++ b/content/download/nb112/index.html
@@ -145,6 +145,38 @@ The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.
 </div>
 </div>
 </div>
+<div class="admonitionblock tip">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-tip" title="Tip"></i>
+</td>
+<td class="content">
+<a href="https://openjdk.java.net/jeps/12">JEP 12</a> 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.
+</td>
+</tr>
+</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>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;build&gt;
+   &lt;plugins&gt;
+      &lt;plugin&gt;
+          &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
+          &lt;version&gt;3.8.0&lt;/version&gt;
+          &lt;configuration&gt;
+              &lt;compilerArgs&gt;
+                    &lt;arg&gt;--enable-preview&lt;/arg&gt;
+              &lt;/compilerArgs&gt;
+         &lt;/configuration&gt;
+     &lt;/plugin&gt;
+  &lt;/plugins&gt;
+&lt;/build&gt;</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_php">PHP</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