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 2017/09/08 21:06:19 UTC

[11/28] incubator-netbeans-html4j git commit: Documenting the #269549 fix in the what's new section

Documenting the #269549 fix in the what's new section


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/641578f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/641578f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/641578f3

Branch: refs/heads/master
Commit: 641578f398ad7410480719b8c879a7858423ec7c
Parents: eca4473
Author: Jaroslav Tulach <jt...@netbeans.org>
Authored: Sat Jan 14 05:28:56 2017 +0100
Committer: Jaroslav Tulach <ja...@apidesign.org>
Committed: Fri Sep 8 17:13:55 2017 +0200

----------------------------------------------------------------------
 src/main/javadoc/overview.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/641578f3/src/main/javadoc/overview.html
----------------------------------------------------------------------
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 850c0d7..0774fc0 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -82,10 +82,19 @@
         Better behavior under <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=259132">
         multi-threaded load</a>.
         Integration with <a href="net/java/html/boot/truffle/package-summary.html">Truffle</a>.
+        <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=269549"/>
+        Workaround</a> for garbage collector behavior of modern JavaFX WebView
+        implementations (JDK8 u112 and newer).
+        Development has switched to
+        <a target="_blank" href="https://github.com/jtulach/html-java-api/"/>
+        Git repository</a> thanks to
+        <a target="_blank" href="http://wiki.apidesign.org/wiki/Apache"/>
+        conversion by Emilian Bold</a>.
+
 
         <h3>Improvements in version 1.3</h3>
 
-        {@link net.java.html.json.Model Model classes} can have 
+        {@link net.java.html.json.Model Model classes} can have
         {@link net.java.html.json.Model#instance() per-instance private data}.
         {@link net.java.html.json.Model Model classes} can generate
         builder-like construction methods if builder