You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by John Mc <mc...@gmail.com> on 2022/11/28 23:06:31 UTC

[VOTE] Release Apache NetBeans 16 macOS installer

Vote for Apache NetBeans 16 macOS installer.

Primary voting artefact :
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg

SHA512 checksum :
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512

a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970

KEYS file :
https://dist.apache.org/repos/dist/release/netbeans/KEYS

PGP signature file :
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc

Built locally using the artefacts found in the Jenkins job:
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/

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.

This vote is dependent on the main Apache NetBeans 16 release vote passing.

Regards

John

Re: [VOTE] Release Apache NetBeans 16 macOS installer

Posted by John Mc <mc...@gmail.com>.
+1 (binding)

Vote Closed

On Thu, 1 Dec 2022 at 09:02, Fabian Bahle <in...@funfried.de> wrote:

> +1 (non-binding)
>
> Product Version: Apache NetBeans IDE 16
> Java: 17.0.3.1; OpenJDK 64-Bit Server VM 17.0.3.1+2-LTS
> Runtime: OpenJDK Runtime Environment 17.0.3.1+2-LTS
> System: Mac OS X version 12.6 running on aarch64; UTF-8; de_DE (nb)
>
> Installation without any issues, but during runtime I got this exception
> several times:
>
> java.lang.NullPointerException: Cannot invoke
> "com.sun.tools.javac.code.Type.getThrownTypes()" because "tree.meth.type"
> is null
>         at
> com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1576)
>         at
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1799)
>         at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>         at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447)
>         at
> com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitVarDef(Flow.java:1317)
>         at
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:1018)
>         at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>         at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447)
>         at
> com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:1226)
>         at
> com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:810)
>         at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>         at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447)
>         at
> com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree(Flow.java:1669)
>         at
> com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree(Flow.java:1659)
>         at com.sun.tools.javac.comp.Flow.analyzeTree(Flow.java:225)
>         at
> com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1377)
>         at
> com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1341)
>         at
> com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:404)
>         at
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:465)
>         at
> org.netbeans.modules.java.source.indexing.VanillaCompileWorker$2.run(VanillaCompileWorker.java:359)
>         at
> org.netbeans.modules.java.source.parsing.FileManagerTransaction.runConcurrent(FileManagerTransaction.java:180)
> [catch] at
> org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:346)
>         at
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:360)
>         at
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:274)
>         at
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2749)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.lambda$index$0(RepositoryUpdater.java:2626)
>         at
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2625)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.lambda$scanFiles$2(RepositoryUpdater.java:3332)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.lambda$runInContext$4(RepositoryUpdater.java:2119)
>         at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2117)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2098)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1400(RepositoryUpdater.java:135)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:3290)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:3832)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3452)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6197)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$3400(RepositoryUpdater.java:5855)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.lambda$call$0(RepositoryUpdater.java:6116)
>         at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>         at
> org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6116)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6112)
>         at
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>         at
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>         at
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>         at
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>         at
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6112)
>         at
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
>         at
> java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>         at
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>         at
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>         at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>         at
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
>
>
> Without clicking anything, just kept it open and when I looked at the IDE
> 30 minutes later I saw it. I had 45 projects (mostly Maven and some NB
> plugins) which were imported from NB 15
>
> Everything seems to work fine, so I don’t think that should block the
> release, but I guess it’s worth having a look at it.
>
> Cheers,
> Fabian
>
> > Am 29.11.2022 um 00:06 schrieb John Mc <mc...@gmail.com>:
> >
> > Vote for Apache NetBeans 16 macOS installer.
> >
> > Primary voting artefact :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
> >
> > SHA512 checksum :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
> >
> >
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
> >
> > KEYS file :
> > https://dist.apache.org/repos/dist/release/netbeans/KEYS
> >
> > PGP signature file :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
> >
> > Built locally using the artefacts found in the Jenkins job:
> >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
> >
> > 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.
> >
> > This vote is dependent on the main Apache NetBeans 16 release vote
> passing.
> >
> > Regards
> >
> > John
>
>

Re: [VOTE] Release Apache NetBeans 16 macOS installer

Posted by Fabian Bahle <in...@funfried.de>.
+1 (non-binding)

Product Version: Apache NetBeans IDE 16
Java: 17.0.3.1; OpenJDK 64-Bit Server VM 17.0.3.1+2-LTS
Runtime: OpenJDK Runtime Environment 17.0.3.1+2-LTS
System: Mac OS X version 12.6 running on aarch64; UTF-8; de_DE (nb)       

Installation without any issues, but during runtime I got this exception several times:

java.lang.NullPointerException: Cannot invoke "com.sun.tools.javac.code.Type.getThrownTypes()" because "tree.meth.type" is null
	at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1576)
	at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1799)
	at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
	at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447)
	at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitVarDef(Flow.java:1317)
	at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:1018)
	at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
	at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447)
	at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:1226)
	at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:810)
	at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
	at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447)
	at com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree(Flow.java:1669)
	at com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree(Flow.java:1659)
	at com.sun.tools.javac.comp.Flow.analyzeTree(Flow.java:225)
	at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1377)
	at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1341)
	at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:404)
	at com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:465)
	at org.netbeans.modules.java.source.indexing.VanillaCompileWorker$2.run(VanillaCompileWorker.java:359)
	at org.netbeans.modules.java.source.parsing.FileManagerTransaction.runConcurrent(FileManagerTransaction.java:180)
[catch] at org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:346)
	at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:360)
	at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:274)
	at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2749)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.lambda$index$0(RepositoryUpdater.java:2626)
	at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2625)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.lambda$scanFiles$2(RepositoryUpdater.java:3332)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.lambda$runInContext$4(RepositoryUpdater.java:2119)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2117)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2098)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1400(RepositoryUpdater.java:135)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:3290)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:3832)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3452)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6197)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$3400(RepositoryUpdater.java:5855)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.lambda$call$0(RepositoryUpdater.java:6116)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6116)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6112)
	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6112)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)


Without clicking anything, just kept it open and when I looked at the IDE 30 minutes later I saw it. I had 45 projects (mostly Maven and some NB plugins) which were imported from NB 15

Everything seems to work fine, so I don’t think that should block the release, but I guess it’s worth having a look at it.

Cheers,
Fabian

> Am 29.11.2022 um 00:06 schrieb John Mc <mc...@gmail.com>:
> 
> Vote for Apache NetBeans 16 macOS installer.
> 
> Primary voting artefact :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
> 
> SHA512 checksum :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
> 
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
> 
> KEYS file :
> https://dist.apache.org/repos/dist/release/netbeans/KEYS
> 
> PGP signature file :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
> 
> Built locally using the artefacts found in the Jenkins job:
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
> 
> 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.
> 
> This vote is dependent on the main Apache NetBeans 16 release vote passing.
> 
> Regards
> 
> John


RE: [VOTE] Release Apache NetBeans 16 macOS installer

Posted by constantin drabo <dr...@hotmail.com>.
+1 for me.
Constantin

?? La Terre est le berceau de l'humanit??, mais on ne passe pas sa vie enti??re dans un berceau. ??
- Constantin????E. Tsiolkovski , p??re de l'astronautique?? et de l'a??rospatiale modernes.
________________________________
De : John Mc <mc...@gmail.com>
Envoyé : lundi 28 novembre 2022 11:06
À : dev <de...@netbeans.apache.org>
Objet : [VOTE] Release Apache NetBeans 16 macOS installer

Vote for Apache NetBeans 16 macOS installer.

Primary voting artefact :
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg

SHA512 checksum :
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512

a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970

KEYS file :
https://dist.apache.org/repos/dist/release/netbeans/KEYS

PGP signature file :
https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc

Built locally using the artefacts found in the Jenkins job:
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/

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.

This vote is dependent on the main Apache NetBeans 16 release vote passing.

Regards

John

Re: [VOTE] Release Apache NetBeans 16 macOS installer

Posted by Carl Mosca <ca...@gmail.com>.
+1

LGTM

On Wed, Nov 30, 2022 at 10:26 AM Giles Winstanley <st...@snaq.net> wrote:

> +1 (non-binding)
>
> Checksum ok, installed ok, imported v15 prefs without any obvious
> issues, usability > v15.
> MacBook Pro (Intel) on macOS Monterey 12.6.1; Adoptium OpenJDK 18.0.2.1
> Also seems fine running on Adoptium OpenJDK 19.0.1, but impacted by
> Gradle 7.6 issues, so staying on JDK18 for now.
>
> Stan
>
>
> On 28/11/2022 23:06, John Mc wrote:
> > Vote for Apache NetBeans 16 macOS installer.
> >
> > Primary voting artefact :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
> >
> > SHA512 checksum :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
> >
> >
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
> >
> > KEYS file :
> > https://dist.apache.org/repos/dist/release/netbeans/KEYS
> >
> > PGP signature file :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
> >
> > Built locally using the artefacts found in the Jenkins job:
> >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
> >
> > 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.
> >
> > This vote is dependent on the main Apache NetBeans 16 release vote
> passing.
> >
> > Regards
> >
> > John
> >
>
>
> ---------------------------------------------------------------------
> 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
>
>
>
>

-- 
Carl J. Mosca

Re: [VOTE] Release Apache NetBeans 16 macOS installer

Posted by Giles Winstanley <st...@snaq.net>.
+1 (non-binding)

Checksum ok, installed ok, imported v15 prefs without any obvious 
issues, usability > v15.
MacBook Pro (Intel) on macOS Monterey 12.6.1; Adoptium OpenJDK 18.0.2.1
Also seems fine running on Adoptium OpenJDK 19.0.1, but impacted by 
Gradle 7.6 issues, so staying on JDK18 for now.

Stan


On 28/11/2022 23:06, John Mc wrote:
> Vote for Apache NetBeans 16 macOS installer.
>
> Primary voting artefact :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
>
> SHA512 checksum :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
>
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
>
> KEYS file :
> https://dist.apache.org/repos/dist/release/netbeans/KEYS
>
> PGP signature file :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
>
> Built locally using the artefacts found in the Jenkins job:
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
>
> 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.
>
> This vote is dependent on the main Apache NetBeans 16 release vote passing.
>
> Regards
>
> John
>


---------------------------------------------------------------------
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 16 macOS installer

Posted by Martin Balin <mb...@apache.org>.
+1 (binding) installed on macOS 12.6.1, NB 16 picked GraalVM CE JDK 11 from system, imported settings from 15.
Works nicely,
Martin

> On 29. 11. 2022, at 0:06, John Mc <mc...@gmail.com> wrote:
> 
> Vote for Apache NetBeans 16 macOS installer.
> 
> Primary voting artefact :
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg__;!!ACWV5N9M2RV99hQ!OenJs_R2pGTvSq2IUAT8y6bjxXptMUXEsRbMzLZiz9mHP3dXEKsIJ3iD4pSlDFgEIyjKhrKnOCh1ADUE8hye0JCRKg$ 
> 
> SHA512 checksum :
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512__;!!ACWV5N9M2RV99hQ!OenJs_R2pGTvSq2IUAT8y6bjxXptMUXEsRbMzLZiz9mHP3dXEKsIJ3iD4pSlDFgEIyjKhrKnOCh1ADUE8hzIxX8ZcA$ 
> 
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
> 
> KEYS file :
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/release/netbeans/KEYS__;!!ACWV5N9M2RV99hQ!OenJs_R2pGTvSq2IUAT8y6bjxXptMUXEsRbMzLZiz9mHP3dXEKsIJ3iD4pSlDFgEIyjKhrKnOCh1ADUE8hyn8mtZ_w$ 
> 
> PGP signature file :
> https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc__;!!ACWV5N9M2RV99hQ!OenJs_R2pGTvSq2IUAT8y6bjxXptMUXEsRbMzLZiz9mHP3dXEKsIJ3iD4pSlDFgEIyjKhrKnOCh1ADUE8hxUIk1D0Q$ 
> 
> Built locally using the artefacts found in the Jenkins job:
> https://urldefense.com/v3/__https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/__;!!ACWV5N9M2RV99hQ!OenJs_R2pGTvSq2IUAT8y6bjxXptMUXEsRbMzLZiz9mHP3dXEKsIJ3iD4pSlDFgEIyjKhrKnOCh1ADUE8hzVcOTbZg$ 
> 
> 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.
> 
> This vote is dependent on the main Apache NetBeans 16 release vote passing.
> 
> Regards
> 
> John


---------------------------------------------------------------------
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 16 macOS installer

Posted by Josh Juneau <ju...@gmail.com>.
+1 (binding)

- Checksum verified
- Installed without issues on OS X 12.6.1, OpenJDK 11.0.14.1+1-LTS

Thanks

Josh Juneau
juneau001@gmail.com
http://jj-blogger.blogspot.com
Apress Author <https://www.apress.com/us/search?query=juneau>



On Mon, Nov 28, 2022 at 5:06 PM John Mc <mc...@gmail.com> wrote:

> Vote for Apache NetBeans 16 macOS installer.
>
> Primary voting artefact :
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
>
> SHA512 checksum :
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
>
>
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
>
> KEYS file :
> https://dist.apache.org/repos/dist/release/netbeans/KEYS
>
> PGP signature file :
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
>
> Built locally using the artefacts found in the Jenkins job:
>
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
>
> 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.
>
> This vote is dependent on the main Apache NetBeans 16 release vote passing.
>
> Regards
>
> John
>

Re: [VOTE] Release Apache NetBeans 16 macOS installer

Posted by Scott Palmer <sw...@gmail.com>.
+1 (non-binding)

Installed on macOS 13.1 without issues.  
(Though it did run with JDK 19, as expected,  so I have to tweak that so I can open my Gradle projects.)

> On Nov 28, 2022, at 6:06 PM, John Mc <mc...@gmail.com> wrote:
> 
> Vote for Apache NetBeans 16 macOS installer.
> 
> Primary voting artefact :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
> 
> SHA512 checksum :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
> 
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
> 
> KEYS file :
> https://dist.apache.org/repos/dist/release/netbeans/KEYS
> 
> PGP signature file :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
> 
> Built locally using the artefacts found in the Jenkins job:
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
> 
> 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.
> 
> This vote is dependent on the main Apache NetBeans 16 release vote passing.
> 
> Regards
> 
> John


---------------------------------------------------------------------
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 16 macOS installer

Posted by Alexander Kronenwett <ak...@googlemail.com.INVALID>.
+1 (non-binding)

Runs fine on MacOS 13.1 (M1) with JDK17.

James Gosling <ja...@norquay.com> schrieb am Di., 29. Nov. 2022, 00:48:

> +1   Installed and ran flawlessly for me on JDK17
>
> > On Nov 28, 2022, at 3:06 PM, John Mc <mc...@gmail.com> wrote:
> >
> > Vote for Apache NetBeans 16 macOS installer.
> >
> > Primary voting artefact :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
> >
> > SHA512 checksum :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
> >
> >
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
> >
> > KEYS file :
> > https://dist.apache.org/repos/dist/release/netbeans/KEYS
> >
> > PGP signature file :
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
> >
> > Built locally using the artefacts found in the Jenkins job:
> >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
> >
> > 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.
> >
> > This vote is dependent on the main Apache NetBeans 16 release vote
> passing.
> >
> > Regards
> >
> > John
>
>
> ---------------------------------------------------------------------
> 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 16 macOS installer

Posted by James Gosling <ja...@norquay.com>.
+1   Installed and ran flawlessly for me on JDK17

> On Nov 28, 2022, at 3:06 PM, John Mc <mc...@gmail.com> wrote:
> 
> Vote for Apache NetBeans 16 macOS installer.
> 
> Primary voting artefact :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg
> 
> SHA512 checksum :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512
> 
> a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970
> 
> KEYS file :
> https://dist.apache.org/repos/dist/release/netbeans/KEYS
> 
> PGP signature file :
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc
> 
> Built locally using the artefacts found in the Jenkins job:
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/
> 
> 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.
> 
> This vote is dependent on the main Apache NetBeans 16 release vote passing.
> 
> Regards
> 
> John


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