You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Martin Balin <mb...@apache.org> on 2023/01/31 18:51:59 UTC

[VOTE] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

Dear community,

Voting candidate 2 for Apache NetBeans Language Server extension is available with one fix over the build (#1446) sent earlier today.
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/

The primary voting artifact is the source
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip
built from branch ‘vsnetbeans_1603`
SHA-512 sum is: 
f2e5a54ad2692b1cfd8d13e84bdd47e69593b3cb51f979b76faea4aa906eafd1e43e48c18721376843d4659dcb90e5cd2ca05282b86bbff37dcaaaac738353d2  apache-netbeans-java-16.0.301-source.zip
and PGP signature: 
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip.asc

Binary artifacts were built by https://ci-builds.apache.org/job/Netbeans/view/vscode/job/netbeans-vscode/1448/

Use following commands to build your own 16.0.301 VSIX binary:

tmp$ unzip apache-netbeans-java-16.0.301-source.zip
tmp$ ant build
tmp$ cd java/java.lsp.server
tmp$ ant build-vscode-ext -Dvsix.version=16.0.301 -D3rdparty.modules=none

In addition to the source ZIP file, we are also voting about convenience binary:
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix
SHA-512 sum:
d6c3c419aa70809d76bfd34bc6bcbc353fac364c00a4848b51c1ffa6ca9592d11a1b70544b5b5e4ec610f1d754ed0f7c47c2b7a5f681ea6aef97008d51e52abc  apache-netbeans-java-16.0.301.vsix
PGP signature:
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix.asc

The binary has been produced by the same job run #1448, from the same commit.

This vote is going to be open at least 72 hours, vote with +1, 0, and -1 as usual. Please mark your vote with (binding) if you're an Apache NetBeans PMC member.

Thank you and sorry for rebuild...
Martin Balín

Re: [VOTE] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

Posted by Svata Dedic <sv...@gmail.com>.
Hi,

+1 (binding)

- SHA + GPG checked
- builds cleanly
- LICENSE present, NOTICE looks sane
- tested basic editing, audit,
- tested proxy (nonproxy) detection
- tested deploy of micronaut (old and new), springboot

all seems good.

-S.

On 31. 01. 23 19:51, Martin Balin wrote:
> Dear community,
> 
> Voting candidate 2 for Apache NetBeans Language Server extension is available with one fix over the build (#1446) sent earlier today.
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/
> 
> The primary voting artifact is the source
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip
> built from branch ‘vsnetbeans_1603`
> SHA-512 sum is:
> f2e5a54ad2692b1cfd8d13e84bdd47e69593b3cb51f979b76faea4aa906eafd1e43e48c18721376843d4659dcb90e5cd2ca05282b86bbff37dcaaaac738353d2  apache-netbeans-java-16.0.301-source.zip
> and PGP signature:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip.asc
> 
> Binary artifacts were built by https://ci-builds.apache.org/job/Netbeans/view/vscode/job/netbeans-vscode/1448/
> 
> Use following commands to build your own 16.0.301 VSIX binary:
> 
> tmp$ unzip apache-netbeans-java-16.0.301-source.zip
> tmp$ ant build
> tmp$ cd java/java.lsp.server
> tmp$ ant build-vscode-ext -Dvsix.version=16.0.301 -D3rdparty.modules=none
> 
> In addition to the source ZIP file, we are also voting about convenience binary:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix
> SHA-512 sum:
> d6c3c419aa70809d76bfd34bc6bcbc353fac364c00a4848b51c1ffa6ca9592d11a1b70544b5b5e4ec610f1d754ed0f7c47c2b7a5f681ea6aef97008d51e52abc  apache-netbeans-java-16.0.301.vsix
> PGP signature:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix.asc
> 
> The binary has been produced by the same job run #1448, from the same commit.
> 
> This vote is going to be open at least 72 hours, vote with +1, 0, and -1 as usual. Please mark your vote with (binding) if you're an Apache NetBeans PMC member.
> 
> Thank you and sorry for rebuild...
> Martin Balín


---------------------------------------------------------------------
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] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

Posted by Jan Horvath <ja...@horvath.cz>.
Hi,

+1, SHA checked, DB features tested.

Jan


On Tue, Jan 31, 2023 at 7:52 PM Martin Balin <mb...@apache.org> wrote:

> Dear community,
>
> Voting candidate 2 for Apache NetBeans Language Server extension is
> available with one fix over the build (#1446) sent earlier today.
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/
>
> The primary voting artifact is the source
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip
> built from branch ‘vsnetbeans_1603`
> SHA-512 sum is:
> f2e5a54ad2692b1cfd8d13e84bdd47e69593b3cb51f979b76faea4aa906eafd1e43e48c18721376843d4659dcb90e5cd2ca05282b86bbff37dcaaaac738353d2
> apache-netbeans-java-16.0.301-source.zip
> and PGP signature:
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip.asc
>
> Binary artifacts were built by
> https://ci-builds.apache.org/job/Netbeans/view/vscode/job/netbeans-vscode/1448/
>
> Use following commands to build your own 16.0.301 VSIX binary:
>
> tmp$ unzip apache-netbeans-java-16.0.301-source.zip
> tmp$ ant build
> tmp$ cd java/java.lsp.server
> tmp$ ant build-vscode-ext -Dvsix.version=16.0.301 -D3rdparty.modules=none
>
> In addition to the source ZIP file, we are also voting about convenience
> binary:
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix
> SHA-512
> <https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsixSHA-512>
> sum:
> d6c3c419aa70809d76bfd34bc6bcbc353fac364c00a4848b51c1ffa6ca9592d11a1b70544b5b5e4ec610f1d754ed0f7c47c2b7a5f681ea6aef97008d51e52abc
> apache-netbeans-java-16.0.301.vsix
> PGP signature:
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix.asc
>
> The binary has been produced by the same job run #1448, from the same
> commit.
>
> This vote is going to be open at least 72 hours, vote with +1, 0, and -1
> as usual. Please mark your vote with (binding) if you're an Apache NetBeans
> PMC member.
>
> Thank you and sorry for rebuild...
> Martin Balín

RE: [VOTE] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

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

Have not done extensive testing (it works for my limited scope)

Eric

-----Message d'origine-----
De : Martin Balin <mb...@apache.org> 
Envoyé : mardi 31 janvier 2023 19:52
À : dev@netbeans.apache.org
Objet : [VOTE] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

Dear community,

Voting candidate 2 for Apache NetBeans Language Server extension is available with one fix over the build (#1446) sent earlier today.
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/

The primary voting artifact is the source https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip
built from branch ‘vsnetbeans_1603`
SHA-512 sum is: 
f2e5a54ad2692b1cfd8d13e84bdd47e69593b3cb51f979b76faea4aa906eafd1e43e48c18721376843d4659dcb90e5cd2ca05282b86bbff37dcaaaac738353d2  apache-netbeans-java-16.0.301-source.zip
and PGP signature: 
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip.asc

Binary artifacts were built by https://ci-builds.apache.org/job/Netbeans/view/vscode/job/netbeans-vscode/1448/

Use following commands to build your own 16.0.301 VSIX binary:

tmp$ unzip apache-netbeans-java-16.0.301-source.zip
tmp$ ant build
tmp$ cd java/java.lsp.server
tmp$ ant build-vscode-ext -Dvsix.version=16.0.301 -D3rdparty.modules=none

In addition to the source ZIP file, we are also voting about convenience binary:
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix
SHA-512 sum:
d6c3c419aa70809d76bfd34bc6bcbc353fac364c00a4848b51c1ffa6ca9592d11a1b70544b5b5e4ec610f1d754ed0f7c47c2b7a5f681ea6aef97008d51e52abc  apache-netbeans-java-16.0.301.vsix
PGP signature:
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix.asc

The binary has been produced by the same job run #1448, from the same commit.

This vote is going to be open at least 72 hours, vote with +1, 0, and -1 as usual. Please mark your vote with (binding) if you're an Apache NetBeans PMC member.

Thank you and sorry for rebuild...
Martin Balín


---------------------------------------------------------------------
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] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

Posted by Martin Balin <mb...@apache.org>.
Hi,
+1 (binding)
SHA OK
tested various features on macOS mostly with GraalVM JDK17.
Martin

> On 31. 1. 2023, at 19:51, Martin Balin <mb...@apache.org> wrote:
> 
> Dear community,
> 
> Voting candidate 2 for Apache NetBeans Language Server extension is available with one fix over the build (#1446) sent earlier today.
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/
> 
> The primary voting artifact is the source
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip
> built from branch ‘vsnetbeans_1603`
> SHA-512 sum is: 
> f2e5a54ad2692b1cfd8d13e84bdd47e69593b3cb51f979b76faea4aa906eafd1e43e48c18721376843d4659dcb90e5cd2ca05282b86bbff37dcaaaac738353d2  apache-netbeans-java-16.0.301-source.zip
> and PGP signature: 
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip.asc
> 
> Binary artifacts were built by https://ci-builds.apache.org/job/Netbeans/view/vscode/job/netbeans-vscode/1448/
> 
> Use following commands to build your own 16.0.301 VSIX binary:
> 
> tmp$ unzip apache-netbeans-java-16.0.301-source.zip
> tmp$ ant build
> tmp$ cd java/java.lsp.server
> tmp$ ant build-vscode-ext -Dvsix.version=16.0.301 -D3rdparty.modules=none
> 
> In addition to the source ZIP file, we are also voting about convenience binary:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix
> SHA-512 sum:
> d6c3c419aa70809d76bfd34bc6bcbc353fac364c00a4848b51c1ffa6ca9592d11a1b70544b5b5e4ec610f1d754ed0f7c47c2b7a5f681ea6aef97008d51e52abc  apache-netbeans-java-16.0.301.vsix
> PGP signature:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix.asc
> 
> The binary has been produced by the same job run #1448, from the same commit.
> 
> This vote is going to be open at least 72 hours, vote with +1, 0, and -1 as usual. Please mark your vote with (binding) if you're an Apache NetBeans PMC member.
> 
> Thank you and sorry for rebuild...
> Martin Balín


---------------------------------------------------------------------
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] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

Posted by Dusan Balek <db...@apache.org>.
+1 (binding)

Features tested on Linux. SHA check is OK.

Dusan

On 1/31/23 7:51 PM, Martin Balin wrote:
> Dear community,
>
> Voting candidate 2 for Apache NetBeans Language Server extension is available with one fix over the build (#1446) sent earlier today.
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/__;!!ACWV5N9M2RV99hQ!P4J8l0u0qPOd5H2M9gFyLlmOVfdGGvsbS618bD3nSxYJV7_KsWZrxQ0nhuFjdpxJUVRkqB2iF3n6FClG$
>
> The primary voting artifact is the source
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip__;!!ACWV5N9M2RV99hQ!P4J8l0u0qPOd5H2M9gFyLlmOVfdGGvsbS618bD3nSxYJV7_KsWZrxQ0nhuFjdpxJUVRkqB2iF3CXelYr$
> built from branch ‘vsnetbeans_1603`
> SHA-512 sum is:
> f2e5a54ad2692b1cfd8d13e84bdd47e69593b3cb51f979b76faea4aa906eafd1e43e48c18721376843d4659dcb90e5cd2ca05282b86bbff37dcaaaac738353d2  apache-netbeans-java-16.0.301-source.zip
> and PGP signature:
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip.asc__;!!ACWV5N9M2RV99hQ!P4J8l0u0qPOd5H2M9gFyLlmOVfdGGvsbS618bD3nSxYJV7_KsWZrxQ0nhuFjdpxJUVRkqB2iFzPnT3iX$
>
> Binary artifacts were built by https://urldefense.com/v3/__https://ci-builds.apache.org/job/Netbeans/view/vscode/job/netbeans-vscode/1448/__;!!ACWV5N9M2RV99hQ!P4J8l0u0qPOd5H2M9gFyLlmOVfdGGvsbS618bD3nSxYJV7_KsWZrxQ0nhuFjdpxJUVRkqB2iF_Xdb0jZ$
>
> Use following commands to build your own 16.0.301 VSIX binary:
>
> tmp$ unzip apache-netbeans-java-16.0.301-source.zip
> tmp$ ant build
> tmp$ cd java/java.lsp.server
> tmp$ ant build-vscode-ext -Dvsix.version=16.0.301 -D3rdparty.modules=none
>
> In addition to the source ZIP file, we are also voting about convenience binary:
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix__;!!ACWV5N9M2RV99hQ!P4J8l0u0qPOd5H2M9gFyLlmOVfdGGvsbS618bD3nSxYJV7_KsWZrxQ0nhuFjdpxJUVRkqB2iF6LBxgCC$
> SHA-512 sum:
> d6c3c419aa70809d76bfd34bc6bcbc353fac364c00a4848b51c1ffa6ca9592d11a1b70544b5b5e4ec610f1d754ed0f7c47c2b7a5f681ea6aef97008d51e52abc  apache-netbeans-java-16.0.301.vsix
> PGP signature:
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix.asc__;!!ACWV5N9M2RV99hQ!P4J8l0u0qPOd5H2M9gFyLlmOVfdGGvsbS618bD3nSxYJV7_KsWZrxQ0nhuFjdpxJUVRkqB2iFx-MsLWg$
>
> The binary has been produced by the same job run #1448, from the same commit.
>
> This vote is going to be open at least 72 hours, vote with +1, 0, and -1 as usual. Please mark your vote with (binding) if you're an Apache NetBeans PMC member.
>
> Thank you and sorry for rebuild...
> Martin Balín

---------------------------------------------------------------------
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] Release Apache NetBeans VSCode Extension 16.0.301 voting candidate 2

Posted by Martin Balin <mb...@apache.org>.
Thanks’ for votes.
Voting is now closed with:
4 x 1+ (binding) votes
1+ vote

VSNetBeans 16.0.302 was voted for release and will be released on dist.apache.org <http://dist.apache.org/> as well as on VSCode Marketplace
Martin

> On 31. 1. 2023, at 19:51, Martin Balin <mb...@apache.org> wrote:
> 
> Dear community,
> 
> Voting candidate 2 for Apache NetBeans Language Server extension is available with one fix over the build (#1446) sent earlier today.
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/
> 
> The primary voting artifact is the source
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip
> built from branch ‘vsnetbeans_1603`
> SHA-512 sum is: 
> f2e5a54ad2692b1cfd8d13e84bdd47e69593b3cb51f979b76faea4aa906eafd1e43e48c18721376843d4659dcb90e5cd2ca05282b86bbff37dcaaaac738353d2  apache-netbeans-java-16.0.301-source.zip
> and PGP signature: 
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301-source.zip.asc
> 
> Binary artifacts were built by https://ci-builds.apache.org/job/Netbeans/view/vscode/job/netbeans-vscode/1448/
> 
> Use following commands to build your own 16.0.301 VSIX binary:
> 
> tmp$ unzip apache-netbeans-java-16.0.301-source.zip
> tmp$ ant build
> tmp$ cd java/java.lsp.server
> tmp$ ant build-vscode-ext -Dvsix.version=16.0.301 -D3rdparty.modules=none
> 
> In addition to the source ZIP file, we are also voting about convenience binary:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix
> SHA-512 sum:
> d6c3c419aa70809d76bfd34bc6bcbc353fac364c00a4848b51c1ffa6ca9592d11a1b70544b5b5e4ec610f1d754ed0f7c47c2b7a5f681ea6aef97008d51e52abc  apache-netbeans-java-16.0.301.vsix
> PGP signature:
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-vscode-ext/16.0.301/apache-netbeans-java-16.0.301.vsix.asc
> 
> The binary has been produced by the same job run #1448, from the same commit.
> 
> This vote is going to be open at least 72 hours, vote with +1, 0, and -1 as usual. Please mark your vote with (binding) if you're an Apache NetBeans PMC member.
> 
> Thank you and sorry for rebuild...
> Martin Balín