You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Jaroslav Tulach <ja...@gmail.com> on 2022/07/07 05:45:50 UTC

[VOTE] NetBeans HTML/Java API 1.8.1

Hi.
A bugfix release of HTML/Java API is needed. While trying to upgrade HTML/Java 
libraries in NetBeans/VSCode: https://github.com/apache/netbeans/pull/4040 - 
it has been found that additional bugfixes over 1.8 are needed.

This is the main voting artefact:
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.8.1/netbeans-html4j-1.8.1.zip
its sha512sum is 
6540380491059525eab26b8f331f7f7098acce33063237fb591ba5aba2c6b09be29ff51ac991971948ae57c74b86b32b6a09aa164b625f413ba9e2f7be9e8d2f
and I signed it as https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.8.1/netbeans-html4j-1.8.1.zip.asc - these files were 
produced by https://ci-builds.apache.org/job/Netbeans/view/html4j/job/
netbeans-html4j-release/12/ job run.

If you want to build from the source, then unzip and use following command:

netbeans-html4j$ mvn clean install -DskipTests

you can also run the command without `-DskipTests` and report a (non blocking) 
test failure. Right now the tests seem to be stable, but historically they 
have been a bit flaky.

Of course, to verify the new library works, you should have an HTML/Java 
project and switch it to the new version. If you don't have such project, you 
can create one in NetBeans 13: "New Project/Java with Maven/Java Frontend 
Application" - if that application works for you, then you can switch to 
locally built HTML/Java API by changing:

--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
         <module>js</module>
     </modules>
     <properties>
-        <net.java.html.version>1.7</net.java.html.version>
+        <net.java.html.version>1.8.1</net.java.html.version>
         <openjfx.version>11</openjfx.version>
         <junit.browser.version>1.0</junit.browser.version>
         <jersey.version>2.13</jersey.version>

If your application continues to work, everything is OK.

In addition to the main voting artifact, we are also about to approve the 
following Maven repository:
https://repository.apache.org/content/repositories/orgapachenetbeans-1120/
It has been produced by unzipping the main ZIP file and running:
```
netbeans-html4j$ JAVA_HOME=/jdk-17/ mvn -Dgpg.keyname=xyz -Papache-release  
clean -DskipTests deploy
```
I'll release it to Maven central if our vote passes.

Please cast your votes. The vote is going to be open at least for 72h.
-jt








---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: [VOTE] NetBeans HTML/Java API 1.8.1

Posted by Jaroslav Tulach <ja...@gmail.com>.
+1 (binding)
-jt


Dne čtvrtek 7. července 2022 7:45:50 CEST, Jaroslav Tulach napsal(a):
> Hi.
> A bugfix release of HTML/Java API is needed. While trying to upgrade
> HTML/Java libraries in NetBeans/VSCode:
> https://github.com/apache/netbeans/pull/4040 - it has been found that
> additional bugfixes over 1.8 are needed.
> 
> This is the main voting artefact:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-htm
> l4j-1.8.1/netbeans-html4j-1.8.1.zip its sha512sum is
> 6540380491059525eab26b8f331f7f7098acce33063237fb591ba5aba2c6b09be29ff51ac991
> 971948ae57c74b86b32b6a09aa164b625f413ba9e2f7be9e8d2f and I signed it as
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-ht
> ml4j-1.8.1/netbeans-html4j-1.8.1.zip.asc - these files were produced by
> https://ci-builds.apache.org/job/Netbeans/view/html4j/job/
> netbeans-html4j-release/12/ job run.
> 
> If you want to build from the source, then unzip and use following command:
> 
> netbeans-html4j$ mvn clean install -DskipTests
> 
> you can also run the command without `-DskipTests` and report a (non
> blocking) test failure. Right now the tests seem to be stable, but
> historically they have been a bit flaky.
> 
> Of course, to verify the new library works, you should have an HTML/Java
> project and switch it to the new version. If you don't have such project,
> you can create one in NetBeans 13: "New Project/Java with Maven/Java
> Frontend Application" - if that application works for you, then you can
> switch to locally built HTML/Java API by changing:
> 
> --- a/pom.xml
> +++ b/pom.xml
> @@ -15,7 +15,7 @@
>          <module>js</module>
>      </modules>
>      <properties>
> -        <net.java.html.version>1.7</net.java.html.version>
> +        <net.java.html.version>1.8.1</net.java.html.version>
>          <openjfx.version>11</openjfx.version>
>          <junit.browser.version>1.0</junit.browser.version>
>          <jersey.version>2.13</jersey.version>
> 
> If your application continues to work, everything is OK.
> 
> In addition to the main voting artifact, we are also about to approve the
> following Maven repository:
> https://repository.apache.org/content/repositories/orgapachenetbeans-1120/
> It has been produced by unzipping the main ZIP file and running:
> ```
> netbeans-html4j$ JAVA_HOME=/jdk-17/ mvn -Dgpg.keyname=xyz -Papache-release
> clean -DskipTests deploy
> ```
> I'll release it to Maven central if our vote passes.
> 
> Please cast your votes. The vote is going to be open at least for 72h.
> -jt





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: [External] : [VOTE] NetBeans HTML/Java API 1.8.1

Posted by Dusan Balek <du...@oracle.com>.
+1 (binding)

Tested on NetBeans LSP server.

Dusan

On 7/7/22 7:45 AM, Jaroslav Tulach wrote:
> Hi.
> A bugfix release of HTML/Java API is needed. While trying to upgrade HTML/Java
> libraries in NetBeans/VSCode: https://urldefense.com/v3/__https://github.com/apache/netbeans/pull/4040__;!!ACWV5N9M2RV99hQ!ItgZbRPXzKcdoI1BVJjngcDOiMEQOR6_vBbP-XO-U1SNu0rhFXd3Cd8oy61EQfZMmls3X-rdzFwMTkurR5cyzlBKd1k$  -
> it has been found that additional bugfixes over 1.8 are needed.
>
> This is the main voting artefact:
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.8.1/netbeans-html4j-1.8.1.zip__;!!ACWV5N9M2RV99hQ!ItgZbRPXzKcdoI1BVJjngcDOiMEQOR6_vBbP-XO-U1SNu0rhFXd3Cd8oy61EQfZMmls3X-rdzFwMTkurR5cyXUkAEYg$
> its sha512sum is
> 6540380491059525eab26b8f331f7f7098acce33063237fb591ba5aba2c6b09be29ff51ac991971948ae57c74b86b32b6a09aa164b625f413ba9e2f7be9e8d2f
> and I signed it as https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.8.1/netbeans-html4j-1.8.1.zip.asc__;!!ACWV5N9M2RV99hQ!ItgZbRPXzKcdoI1BVJjngcDOiMEQOR6_vBbP-XO-U1SNu0rhFXd3Cd8oy61EQfZMmls3X-rdzFwMTkurR5cyB_9tfqU$  - these files were
> produced by https://urldefense.com/v3/__https://ci-builds.apache.org/job/Netbeans/view/html4j/job/__;!!ACWV5N9M2RV99hQ!ItgZbRPXzKcdoI1BVJjngcDOiMEQOR6_vBbP-XO-U1SNu0rhFXd3Cd8oy61EQfZMmls3X-rdzFwMTkurR5cy4DHnMBI$
> netbeans-html4j-release/12/ job run.
>
> If you want to build from the source, then unzip and use following command:
>
> netbeans-html4j$ mvn clean install -DskipTests
>
> you can also run the command without `-DskipTests` and report a (non blocking)
> test failure. Right now the tests seem to be stable, but historically they
> have been a bit flaky.
>
> Of course, to verify the new library works, you should have an HTML/Java
> project and switch it to the new version. If you don't have such project, you
> can create one in NetBeans 13: "New Project/Java with Maven/Java Frontend
> Application" - if that application works for you, then you can switch to
> locally built HTML/Java API by changing:
>
> --- a/pom.xml
> +++ b/pom.xml
> @@ -15,7 +15,7 @@
>           <module>js</module>
>       </modules>
>       <properties>
> -        <net.java.html.version>1.7</net.java.html.version>
> +        <net.java.html.version>1.8.1</net.java.html.version>
>           <openjfx.version>11</openjfx.version>
>           <junit.browser.version>1.0</junit.browser.version>
>           <jersey.version>2.13</jersey.version>
>
> If your application continues to work, everything is OK.
>
> In addition to the main voting artifact, we are also about to approve the
> following Maven repository:
> https://urldefense.com/v3/__https://repository.apache.org/content/repositories/orgapachenetbeans-1120/__;!!ACWV5N9M2RV99hQ!ItgZbRPXzKcdoI1BVJjngcDOiMEQOR6_vBbP-XO-U1SNu0rhFXd3Cd8oy61EQfZMmls3X-rdzFwMTkurR5cynUQGlu0$
> It has been produced by unzipping the main ZIP file and running:
> ```
> netbeans-html4j$ JAVA_HOME=/jdk-17/ mvn -Dgpg.keyname=xyz -Papache-release
> clean -DskipTests deploy
> ```
> I'll release it to Maven central if our vote passes.
>
> Please cast your votes. The vote is going to be open at least for 72h.
> -jt
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/NETBEANS/Mailing*lists__;Kw!!ACWV5N9M2RV99hQ!ItgZbRPXzKcdoI1BVJjngcDOiMEQOR6_vBbP-XO-U1SNu0rhFXd3Cd8oy61EQfZMmls3X-rdzFwMTkurR5cy2l2PdSU$
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




[RESULT][VOTE] NetBeans HTML/Java API 1.8.1

Posted by Jaroslav Tulach <ja...@gmail.com>.
HTML/Java release 1.8.1 has been approved. Thank you.

+4 (binding) - Dušan, Eric, Toni & me

Let's release the bits!
-jt


Dne čtvrtek 7. července 2022 7:45:50 CEST, Jaroslav Tulach napsal(a):
> Hi.
> A bugfix release of HTML/Java API is needed. While trying to upgrade
> HTML/Java libraries in NetBeans/VSCode:
> https://github.com/apache/netbeans/pull/4040 - it has been found that
> additional bugfixes over 1.8 are needed.
> 
> This is the main voting artefact:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-htm
> l4j-1.8.1/netbeans-html4j-1.8.1.zip its sha512sum is
> 6540380491059525eab26b8f331f7f7098acce33063237fb591ba5aba2c6b09be29ff51ac991
> 971948ae57c74b86b32b6a09aa164b625f413ba9e2f7be9e8d2f and I signed it as
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-ht
> ml4j-1.8.1/netbeans-html4j-1.8.1.zip.asc - these files were produced by
> https://ci-builds.apache.org/job/Netbeans/view/html4j/job/
> netbeans-html4j-release/12/ job run.
> 
> If you want to build from the source, then unzip and use following command:
> 
> netbeans-html4j$ mvn clean install -DskipTests
> 
> you can also run the command without `-DskipTests` and report a (non
> blocking) test failure. Right now the tests seem to be stable, but
> historically they have been a bit flaky.
> 
> Of course, to verify the new library works, you should have an HTML/Java
> project and switch it to the new version. If you don't have such project,
> you can create one in NetBeans 13: "New Project/Java with Maven/Java
> Frontend Application" - if that application works for you, then you can
> switch to locally built HTML/Java API by changing:
> 
> --- a/pom.xml
> +++ b/pom.xml
> @@ -15,7 +15,7 @@
>          <module>js</module>
>      </modules>
>      <properties>
> -        <net.java.html.version>1.7</net.java.html.version>
> +        <net.java.html.version>1.8.1</net.java.html.version>
>          <openjfx.version>11</openjfx.version>
>          <junit.browser.version>1.0</junit.browser.version>
>          <jersey.version>2.13</jersey.version>
> 
> If your application continues to work, everything is OK.
> 
> In addition to the main voting artifact, we are also about to approve the
> following Maven repository:
> https://repository.apache.org/content/repositories/orgapachenetbeans-1120/
> It has been produced by unzipping the main ZIP file and running:
> ```
> netbeans-html4j$ JAVA_HOME=/jdk-17/ mvn -Dgpg.keyname=xyz -Papache-release
> clean -DskipTests deploy
> ```
> I'll release it to Maven central if our vote passes.
> 
> Please cast your votes. The vote is going to be open at least for 72h.
> -jt





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




RE: [VOTE] NetBeans HTML/Java API 1.8.1

Posted by Eric Barboni <sk...@apache.org>.
+1 (binding)

Best Regards
Eric

I tried to build on a linux wsl ubuntu with test and got an issue in browser
module

Running TestSuite
Configuring TestNG with: TestNG652Configurator
Jul 12, 2022 11:41:01 AM org.glassfish.grizzly.http.server.NetworkListener
start
INFO: Started listener bound to [0.0.0.0:57425]
Jul 12, 2022 11:41:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jul 12, 2022 11:41:02 AM org.netbeans.html.presenters.render.Show showOne
INFO: Trying command line execution of xdg-open
Jul 12, 2022 11:41:02 AM org.netbeans.html.presenters.render.Show showOne
INFO: Launching [xdg-open, http://localhost:57425/]


-----Message d'origine-----
De : toni.epple@eppleton.de <> 
Envoyé : dimanche 10 juillet 2022 10:09
À : dev@netbeans.apache.org
Objet : AW: [VOTE] NetBeans HTML/Java API 1.8.1

+1

Von: Jaroslav Tulach <ja...@gmail.com>
Datum: Donnerstag, 7. Juli 2022 um 07:46
An: dev@netbeans.apache.org <de...@netbeans.apache.org>
Betreff: [VOTE] NetBeans HTML/Java API 1.8.1 Hi.
A bugfix release of HTML/Java API is needed. While trying to upgrade
HTML/Java libraries in NetBeans/VSCode:
https://github.com/apache/netbeans/pull/4040 - it has been found that
additional bugfixes over 1.8 are needed.

This is the main voting artefact:
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-htm
l4j-1.8.1/netbeans-html4j-1.8.1.zip
its sha512sum is
6540380491059525eab26b8f331f7f7098acce33063237fb591ba5aba2c6b09be29ff51ac991
971948ae57c74b86b32b6a09aa164b625f413ba9e2f7be9e8d2f
and I signed it as
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-htm
l4j-1.8.1/netbeans-html4j-1.8.1.zip.asc - these files were produced by
https://ci-builds.apache.org/job/Netbeans/view/html4j/job/
netbeans-html4j-release/12/ job run.

If you want to build from the source, then unzip and use following command:

netbeans-html4j$ mvn clean install -DskipTests

you can also run the command without `-DskipTests` and report a (non
blocking) test failure. Right now the tests seem to be stable, but
historically they have been a bit flaky.

Of course, to verify the new library works, you should have an HTML/Java
project and switch it to the new version. If you don't have such project,
you can create one in NetBeans 13: "New Project/Java with Maven/Java
Frontend Application" - if that application works for you, then you can
switch to locally built HTML/Java API by changing:

--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
         <module>js</module>
     </modules>
     <properties>
-        <net.java.html.version>1.7</net.java.html.version>
+        <net.java.html.version>1.8.1</net.java.html.version>
         <openjfx.version>11</openjfx.version>
         <junit.browser.version>1.0</junit.browser.version>
         <jersey.version>2.13</jersey.version>

If your application continues to work, everything is OK.

In addition to the main voting artifact, we are also about to approve the
following Maven repository:
https://repository.apache.org/content/repositories/orgapachenetbeans-1120/
It has been produced by unzipping the main ZIP file and running:
```
netbeans-html4j$ JAVA_HOME=/jdk-17/ mvn -Dgpg.keyname=xyz -Papache-release
clean -DskipTests deploy ``` I'll release it to Maven central if our vote
passes.

Please cast your votes. The vote is going to be open at least for 72h.
-jt








---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




AW: [VOTE] NetBeans HTML/Java API 1.8.1

Posted by "toni.epple@eppleton.de" <to...@eppleton.de>.
+1

Von: Jaroslav Tulach <ja...@gmail.com>
Datum: Donnerstag, 7. Juli 2022 um 07:46
An: dev@netbeans.apache.org <de...@netbeans.apache.org>
Betreff: [VOTE] NetBeans HTML/Java API 1.8.1
Hi.
A bugfix release of HTML/Java API is needed. While trying to upgrade HTML/Java
libraries in NetBeans/VSCode: https://github.com/apache/netbeans/pull/4040 -
it has been found that additional bugfixes over 1.8 are needed.

This is the main voting artefact:
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.8.1/netbeans-html4j-1.8.1.zip
its sha512sum is
6540380491059525eab26b8f331f7f7098acce33063237fb591ba5aba2c6b09be29ff51ac991971948ae57c74b86b32b6a09aa164b625f413ba9e2f7be9e8d2f
and I signed it as https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.8.1/netbeans-html4j-1.8.1.zip.asc - these files were
produced by https://ci-builds.apache.org/job/Netbeans/view/html4j/job/
netbeans-html4j-release/12/ job run.

If you want to build from the source, then unzip and use following command:

netbeans-html4j$ mvn clean install -DskipTests

you can also run the command without `-DskipTests` and report a (non blocking)
test failure. Right now the tests seem to be stable, but historically they
have been a bit flaky.

Of course, to verify the new library works, you should have an HTML/Java
project and switch it to the new version. If you don't have such project, you
can create one in NetBeans 13: "New Project/Java with Maven/Java Frontend
Application" - if that application works for you, then you can switch to
locally built HTML/Java API by changing:

--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
         <module>js</module>
     </modules>
     <properties>
-        <net.java.html.version>1.7</net.java.html.version>
+        <net.java.html.version>1.8.1</net.java.html.version>
         <openjfx.version>11</openjfx.version>
         <junit.browser.version>1.0</junit.browser.version>
         <jersey.version>2.13</jersey.version>

If your application continues to work, everything is OK.

In addition to the main voting artifact, we are also about to approve the
following Maven repository:
https://repository.apache.org/content/repositories/orgapachenetbeans-1120/
It has been produced by unzipping the main ZIP file and running:
```
netbeans-html4j$ JAVA_HOME=/jdk-17/ mvn -Dgpg.keyname=xyz -Papache-release
clean -DskipTests deploy
```
I'll release it to Maven central if our vote passes.

Please cast your votes. The vote is going to be open at least for 72h.
-jt








---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists