You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2019/05/04 11:05:14 UTC

[netbeans-html4j] 07/07: Point to PR-19 that introduces Fn.Ref

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

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

commit a74337e715e1f3855d60ac098292951346683fd2
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Sat May 4 13:04:31 2019 +0200

    Point to PR-19 that introduces Fn.Ref
---
 src/main/javadoc/overview.html | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 3e4a06c..0842c11 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -166,10 +166,12 @@ $ mvn -f client/pom.xml process-classes exec:exec
         <h3>New in version 1.6.1</h3>
         <p>
             One model instance can be used in two views
-            (<a target="_blank" href="https://github.com/apache/incubator-netbeans-html4j/pull/14">PR #14</a>).
+            (<a target="_blank" href="https://github.com/apache/netbeans-html4j/pull/14">PR #14</a>).
+            GC related behavior has been improved
+            (<a target="_blank" href="https://github.com/apache/netbeans-html4j/pull/19">PR #19</a>).
             Safe and {@link net.java.html.boot.script.Scripts sanitized builder} to
             create {@link javax.script.ScriptEngine}-based execution environment
-            (<a target="_blank" href="https://github.com/apache/incubator-netbeans-html4j/pull/15">PR #15</a>).
+            (<a target="_blank" href="https://github.com/apache/netbeans-html4j/pull/15">PR #15</a>).
         </p>
 
         <h3>New in version 1.6</h3>
@@ -180,10 +182,10 @@ $ mvn -f client/pom.xml process-classes exec:exec
             when necessary.
             {@link net.java.html.json.ComputedProperty Computed properties} can
             depend on other computed properties -
-            <a target="_blank" href="https://github.com/apache/incubator-netbeans-html4j/pull/3">PR #3</a>.
+            <a target="_blank" href="https://github.com/apache/netbeans-html4j/pull/3">PR #3</a>.
             {@link net.java.html.js.JavaScriptResource} annotation has been
             made repeatable -
-            <a target="_blank" href="https://github.com/apache/incubator-netbeans-html4j/pull/4">PR #4</a>.
+            <a target="_blank" href="https://github.com/apache/netbeans-html4j/pull/4">PR #4</a>.
             <code>@Model</code> annotation processor bugfix 
             <a target="_blank" href="https://issues.apache.org/jira/browse/NETBEANS-621">#621</a>.
         </p>
@@ -193,9 +195,9 @@ $ mvn -f client/pom.xml process-classes exec:exec
         <p>
             The project has been donated to <a target="_blank" href="http://apache.org">Apache Foundation</a>
             and the code is now hosted in the
-            <a target="_blank" href="http://github.com/apache/incubator-netbeans-html4j">incubator repository</a>
+            <a target="_blank" href="http://github.com/apache/netbeans-html4j">incubator repository</a>
             along other Apache incubating projects. Contribute to the project by forking its
-            <a target="_blank" href="http://github.com/apache/incubator-netbeans-html4j">GitHub repository</a>.
+            <a target="_blank" href="http://github.com/apache/netbeans-html4j">GitHub repository</a>.
         </p>
 
         <p>


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