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 2020/12/29 06:50:03 UTC

[netbeans-html4j] branch master updated (ad6d081 -> 20c87f4)

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

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


    from ad6d081  [maven-release-plugin] prepare for next development iteration
     new f144608  Avoid method references to make the TCK more portable
     new e2cb9fd  Additional fix for 1.7.1
     new 20c87f4  [maven-release-plugin] prepare release release-1.7.1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boot-agent-test/pom.xml                                    |  2 +-
 boot-fx/pom.xml                                            |  4 ++--
 boot-script/pom.xml                                        |  4 ++--
 boot/pom.xml                                               |  4 ++--
 browser/pom.xml                                            |  2 +-
 context/pom.xml                                            |  4 ++--
 equinox-agentclass-hook/pom.xml                            |  2 +-
 generic/pom.xml                                            |  4 ++--
 geo/pom.xml                                                |  4 ++--
 html4j-maven-plugin/pom.xml                                |  4 ++--
 json-tck/pom.xml                                           |  6 +++---
 .../java/net/java/html/js/tests/AsyncJavaScriptAction.java | 14 ++++++++++++--
 json/pom.xml                                               |  4 ++--
 ko-felix-test/pom.xml                                      |  2 +-
 ko-osgi-test/pom.xml                                       |  2 +-
 ko-ws-tyrus/pom.xml                                        |  4 ++--
 ko4j/pom.xml                                               |  4 ++--
 pom.xml                                                    |  4 ++--
 renderer/pom.xml                                           |  2 +-
 sound/pom.xml                                              |  4 ++--
 webkit/pom.xml                                             |  2 +-
 xhr4j/pom.xml                                              |  4 ++--
 22 files changed, 48 insertions(+), 38 deletions(-)


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


[netbeans-html4j] 03/03: [maven-release-plugin] prepare release release-1.7.1

Posted by jt...@apache.org.
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 20c87f4c8db43fd9f37ab0161148cb9c4d94cfe7
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Dec 29 07:49:55 2020 +0100

    [maven-release-plugin] prepare release release-1.7.1
---
 boot-agent-test/pom.xml         | 2 +-
 boot-fx/pom.xml                 | 4 ++--
 boot-script/pom.xml             | 4 ++--
 boot/pom.xml                    | 4 ++--
 browser/pom.xml                 | 2 +-
 context/pom.xml                 | 4 ++--
 equinox-agentclass-hook/pom.xml | 2 +-
 generic/pom.xml                 | 4 ++--
 geo/pom.xml                     | 4 ++--
 html4j-maven-plugin/pom.xml     | 4 ++--
 json-tck/pom.xml                | 6 +++---
 json/pom.xml                    | 4 ++--
 ko-felix-test/pom.xml           | 2 +-
 ko-osgi-test/pom.xml            | 2 +-
 ko-ws-tyrus/pom.xml             | 4 ++--
 ko4j/pom.xml                    | 4 ++--
 pom.xml                         | 4 ++--
 renderer/pom.xml                | 2 +-
 sound/pom.xml                   | 4 ++--
 webkit/pom.xml                  | 2 +-
 xhr4j/pom.xml                   | 4 ++--
 21 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/boot-agent-test/pom.xml b/boot-agent-test/pom.xml
index 54c4e4a..73eed13 100644
--- a/boot-agent-test/pom.xml
+++ b/boot-agent-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <artifactId>boot-agent-test</artifactId>
     <packaging>jar</packaging>
diff --git a/boot-fx/pom.xml b/boot-fx/pom.xml
index 25e510f..6e1577f 100644
--- a/boot-fx/pom.xml
+++ b/boot-fx/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>net.java.html.boot.fx</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <name>FX WebView Bootstrap</name>
   <packaging>bundle</packaging>
   <url>http://maven.apache.org</url>
diff --git a/boot-script/pom.xml b/boot-script/pom.xml
index 91f62fc..1ab372d 100644
--- a/boot-script/pom.xml
+++ b/boot-script/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <name>Presenter via javax.script</name>
     <artifactId>net.java.html.boot.script</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
     <packaging>bundle</packaging>
     <properties>
         <netbeans.compile.on.save>none</netbeans.compile.on.save>
diff --git a/boot/pom.xml b/boot/pom.xml
index 19968a5..5401e05 100644
--- a/boot/pom.xml
+++ b/boot/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>net.java.html.boot</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>Browser Bootstrap</name>
   <url>http://maven.apache.org</url>
diff --git a/browser/pom.xml b/browser/pom.xml
index 746c7f9..f1cd215 100644
--- a/browser/pom.xml
+++ b/browser/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <name>DukeScript Presenter for any Browser</name>
     <properties>
diff --git a/context/pom.xml b/context/pom.xml
index 1f1cc29..0e6423c 100644
--- a/context/pom.xml
+++ b/context/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>net.java.html</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>HTML Context</name>
   <url>http://maven.apache.org</url>
diff --git a/equinox-agentclass-hook/pom.xml b/equinox-agentclass-hook/pom.xml
index 9522247..746b445 100644
--- a/equinox-agentclass-hook/pom.xml
+++ b/equinox-agentclass-hook/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <name>AgentClass Hook for Equinox</name>
     <artifactId>equinox-agentclass-hook</artifactId>
diff --git a/generic/pom.xml b/generic/pom.xml
index e7a0064..677c71c 100644
--- a/generic/pom.xml
+++ b/generic/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     
     <artifactId>generic</artifactId>
     <name>DukeScript Generic Presenter</name>
     <packaging>bundle</packaging>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
     <properties>
         <main.dir>${project.parent.basedir}</main.dir>
         <publicPackages>org.netbeans.html.presenters.spi</publicPackages>
diff --git a/geo/pom.xml b/geo/pom.xml
index 928ece3..5e17867 100644
--- a/geo/pom.xml
+++ b/geo/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>net.java.html.geo</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>Geolocation API</name>
   <url>http://maven.apache.org</url>
diff --git a/html4j-maven-plugin/pom.xml b/html4j-maven-plugin/pom.xml
index deb9d76..363c22f 100644
--- a/html4j-maven-plugin/pom.xml
+++ b/html4j-maven-plugin/pom.xml
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <packaging>maven-plugin</packaging>
   <groupId>org.netbeans.html</groupId>
   <artifactId>html4j-maven-plugin</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <name>Html for Java Maven Plugin</name>
   <url>http://maven.apache.org</url>
   <description>Maven plugin to post process the classes with @JavaScriptBody annotations</description>
diff --git a/json-tck/pom.xml b/json-tck/pom.xml
index 1c27226..0e777c3 100644
--- a/json-tck/pom.xml
+++ b/json-tck/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>net.java.html.json.tck</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>HTML for Java TCK</name>
   <url>http://maven.apache.org</url>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.netbeans.html</groupId>
       <artifactId>net.java.html.json</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>1.7.1</version>
       <type>jar</type>
     </dependency>
     <dependency>
diff --git a/json/pom.xml b/json/pom.xml
index 31c5a96..11c8562 100644
--- a/json/pom.xml
+++ b/json/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>net.java.html.json</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>JSON Model in Java</name>
   <url>http://maven.apache.org</url>
diff --git a/ko-felix-test/pom.xml b/ko-felix-test/pom.xml
index 43b7c57..c465a48 100644
--- a/ko-felix-test/pom.xml
+++ b/ko-felix-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <name>KO Tests in Felix OSGi Container</name>
     <artifactId>ko-felix-test</artifactId>
diff --git a/ko-osgi-test/pom.xml b/ko-osgi-test/pom.xml
index 9c0aece..521afd4 100644
--- a/ko-osgi-test/pom.xml
+++ b/ko-osgi-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <name>KO Tests in Equinox OSGi Container</name>
     <artifactId>ko-osgi-test</artifactId>
diff --git a/ko-ws-tyrus/pom.xml b/ko-ws-tyrus/pom.xml
index ca6f787..e0f95f6 100644
--- a/ko-ws-tyrus/pom.xml
+++ b/ko-ws-tyrus/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>ko-ws-tyrus</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>Tyrus Based WebSockets</name>
   <url>http://maven.apache.org</url>
diff --git a/ko4j/pom.xml b/ko4j/pom.xml
index e1b9950..25ac40a 100644
--- a/ko4j/pom.xml
+++ b/ko4j/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>ko4j</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>Knockout.js for Java</name>
   <url>http://maven.apache.org</url>
diff --git a/pom.xml b/pom.xml
index 2adfa87..fdcbac5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.netbeans.html</groupId>
   <artifactId>pom</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>pom</packaging>
   <name>HTML APIs via Java</name>
   <parent>
@@ -89,7 +89,7 @@
       <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-html4j.git</connection>
       <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-html4j.git</developerConnection>
       <url>https://github.com/apache/netbeans-html4j/tree/${project.scm.tag}</url>
-      <tag>master</tag>
+      <tag>release-1.7.1</tag>
   </scm>
   <issueManagement>
       <system>jira</system>
diff --git a/renderer/pom.xml b/renderer/pom.xml
index 2ff28fd..22327f8 100644
--- a/renderer/pom.xml
+++ b/renderer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <artifactId>renderer</artifactId>
     <packaging>bundle</packaging>
diff --git a/sound/pom.xml b/sound/pom.xml
index e6ce1ad..c4cce4f 100644
--- a/sound/pom.xml
+++ b/sound/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>net.java.html.sound</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
     <packaging>bundle</packaging>
     <name>Sound API via HTML</name>
     <url>http://maven.apache.org</url>
diff --git a/webkit/pom.xml b/webkit/pom.xml
index 1ed5cd1..7dd02bf 100644
--- a/webkit/pom.xml
+++ b/webkit/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.netbeans.html</groupId>
         <artifactId>pom</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>1.7.1</version>
     </parent>
     <artifactId>webkit</artifactId>
     <name>WebKit Presenter</name>
diff --git a/xhr4j/pom.xml b/xhr4j/pom.xml
index 35794f6..bf9a741 100644
--- a/xhr4j/pom.xml
+++ b/xhr4j/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <groupId>org.netbeans.html</groupId>
     <artifactId>pom</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>1.7.1</version>
   </parent>
   <groupId>org.netbeans.html</groupId>
   <artifactId>xhr4j</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.7.1</version>
   <packaging>bundle</packaging>
   <name>XHR via Java</name>
   <url>http://maven.apache.org</url>


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


[netbeans-html4j] 02/03: Additional fix for 1.7.1

Posted by jt...@apache.org.
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 e2cb9fd58fa5fc75a53f41875db1efe22f5c5d84
Merge: ad6d081 f144608
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Dec 29 07:40:42 2020 +0100

    Additional fix for 1.7.1

 .../java/net/java/html/js/tests/AsyncJavaScriptAction.java | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)


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


[netbeans-html4j] 01/03: Avoid method references to make the TCK more portable

Posted by jt...@apache.org.
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 f144608464d77ea319a30665ccff72682e530a1e
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Mon Dec 28 17:52:19 2020 +0100

    Avoid method references to make the TCK more portable
---
 .../java/net/java/html/js/tests/AsyncJavaScriptAction.java | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/json-tck/src/main/java/net/java/html/js/tests/AsyncJavaScriptAction.java b/json-tck/src/main/java/net/java/html/js/tests/AsyncJavaScriptAction.java
index 98e650f..e49713d 100644
--- a/json-tck/src/main/java/net/java/html/js/tests/AsyncJavaScriptAction.java
+++ b/json-tck/src/main/java/net/java/html/js/tests/AsyncJavaScriptAction.java
@@ -88,11 +88,21 @@ final class AsyncJavaScriptAction {
     }
 
     public void testWithCallback() {
-        performTheTest(this::enterJavaScriptAndPerformIteration);
+        performTheTest(new Function<Integer,Integer>() {
+            @Override
+            public Integer apply(Integer t) {
+                return enterJavaScriptAndPerformIteration(t);
+            }
+        });
     }
 
     public void testWithoutCallback() {
-        performTheTest(this::performIteration);
+        performTheTest(new Function<Integer,Integer>() {
+            @Override
+            public Integer apply(Integer t) {
+                return performIteration(t);
+            }
+        });
     }
 
 }


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