Re: [VOTE] Release Apache NetBeans 16 macOS installer

2022-11-28 Thread Alexander Kronenwett
+1 (non-binding) Runs fine on MacOS 13.1 (M1) with JDK17. James Gosling 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 wrote: > > > > Vote for Apache NetBeans 16 macOS installer. > > > > Primary voting

'Move Inner to Outer...' refactoring of a nested record fails

2022-11-28 Thread Scott Palmer
I had a class that has within it a simple record: // class and interface names changed for my amusement public abstract class ScottsAwesomeClass implements AmazingThings { static record Location(int line, int column) {} // … a lot more stuff ... } I placed the cursor on the word

Re: [VOTE] Release Apache NetBeans 16 macOS installer

2022-11-28 Thread James Gosling
+1 Installed and ran flawlessly for me on JDK17 > On Nov 28, 2022, at 3:06 PM, 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

Re: [VOTE] Release Apache NetBeans 16 macOS installer

2022-11-28 Thread Scott Palmer
+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 wrote: > > Vote for Apache NetBeans 16 macOS installer. > > Primary voting artefact : >

[VOTE] Release Apache NetBeans 16 macOS installer

2022-11-28 Thread John Mc
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 :

Re: Bad sample code in Formatting preferences for Java

2022-11-28 Thread Laszlo Kishalmi
Also if you build the entire project the first time, I'd recommend to close NetBeans for the time of the build. On 11/28/22 12:07, Michael Bien wrote: On 28.11.22 20:57, Scott Palmer wrote: On Nov 28, 2022, at 2:46 PM, Scott Palmer wrote: On Nov 28, 2022, at 1:58 PM, Michael Bien wrote:

Re: Bad sample code in Formatting preferences for Java

2022-11-28 Thread Michael Bien
On 28.11.22 20:57, Scott Palmer wrote: On Nov 28, 2022, at 2:46 PM, Scott Palmer wrote: On Nov 28, 2022, at 1:58 PM, Michael Bien wrote: On 28.11.22 20:00, Neil C Smith wrote: On Mon, 28 Nov 2022 at 18:55, Scott Palmer mailto:swpal...@gmail.com>> wrote: In preferences/settings under

Re: Bad sample code in Formatting preferences for Java

2022-11-28 Thread Scott Palmer
> On Nov 28, 2022, at 2:46 PM, Scott Palmer wrote: > > >> On Nov 28, 2022, at 1:58 PM, Michael Bien wrote: >> >> On 28.11.22 20:00, Neil C Smith wrote: >>> On Mon, 28 Nov 2022 at 18:55, Scott Palmer >> > wrote: In preferences/settings under Editor, Formatting,

Re: Bad sample code in Formatting preferences for Java

2022-11-28 Thread Scott Palmer
> On Nov 28, 2022, at 1:58 PM, Michael Bien wrote: > > On 28.11.22 20:00, Neil C Smith wrote: >> On Mon, 28 Nov 2022 at 18:55, Scott Palmer > > wrote: >>> In preferences/settings under Editor, Formatting, language Java, category >>> Spaces: >>> >>> The sample code

Re: Bad sample code in Formatting preferences for Java

2022-11-28 Thread Michael Bien
On 28.11.22 20:00, Neil C Smith wrote: On Mon, 28 Nov 2022 at 18:55, Scott Palmer wrote: In preferences/settings under Editor, Formatting, language Java, category Spaces: The sample code used has a misplaced closing brace. Instead of closing the ‘meth’ method it is after the following

Re: Bad sample code in Formatting preferences for Java

2022-11-28 Thread Neil C Smith
On Mon, 28 Nov 2022 at 18:55, Scott Palmer wrote: > > In preferences/settings under Editor, Formatting, language Java, category > Spaces: > > The sample code used has a misplaced closing brace. Instead of closing the > ‘meth’ method it is after the following “add” method, ending the example

Bad sample code in Formatting preferences for Java

2022-11-28 Thread Scott Palmer
In preferences/settings under Editor, Formatting, language Java, category Spaces: The sample code used has a misplaced closing brace. Instead of closing the ‘meth’ method it is after the following “add” method, ending the example with a double “} }” on the same line. Scott

AW: Jira plugin

2022-11-28 Thread Christian Lenz
Hi Diego, what do you mean exactly? The Plugin exists and worked well years ago. I didn’t check the jira plugin in newer versions but it should still exists. Cheers Chris Von: Diego Silva Gesendet: Montag, 28. November 2022 05:12 An: dev@netbeans.apache.org Betreff: Jira plugin Hi everyone.

Re: [VOTE] Release Apache NetBeans 16 Windows installer

2022-11-28 Thread Neil C Smith
+1 (binding) Thanks Eric. Sorry it's taken a few days. Best wishes, Neil On Wed, 23 Nov 2022 at 13:45, Eric Barboni wrote: > > As main Apache NetBeans 16 vote is having +1 binding vote, let's start vote > for Apache NetBeans 16 Windows installer. > > Primary voting artefact : >

Re: [VOTE] Release Apache NetBeans 16 Windows installer

2022-11-28 Thread Scott Palmer
+1 (non-binding) On Mon, Nov 28, 2022 at 8:41 AM Kai Uwe Pel wrote: > +1 (non-binding) > > > Cheers > Kai Uwe Pel > > On 11/23/2022 2:45 PM, Eric Barboni wrote: > > As main Apache NetBeans 16 vote is having +1 binding vote, let's start > vote > > for Apache NetBeans 16 Windows installer. > > >

Re: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-11-28 Thread Neil C Smith
On Mon, 28 Nov 2022 at 15:43, László Kishalmi wrote: > release161 branch has been removed, PR-s have been re-targeted to > release160. Great, thanks! I'm just waiting on votes for rest of additional binaries to start and I'll close the main vote. Want to make sure everything is OK before we

Re: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-11-28 Thread László Kishalmi
Dear all, release161 branch has been removed, PR-s have been re-targeted to release160. We had as far as I remember 3 update releases for 12 LTS. Out of the 3 one was released with maven artifacts due to some issues with the original RELEASE120. On Mon, Nov 28, 2022 at 5:57 AM Eric Barboni

RE: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-11-28 Thread Eric Barboni
Hi, Sorry for the disabled jobs. Was not intended. Thought it was because too many scan last week. If we can assume that release160 is ok then you have to check for https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json section release160 and a adapt to add the

Re: [VOTE] Release Apache NetBeans 16 Windows installer

2022-11-28 Thread Kai Uwe Pel
+1 (non-binding) Cheers Kai Uwe Pel On 11/23/2022 2:45 PM, Eric Barboni wrote: As main Apache NetBeans 16 vote is having +1 binding vote, let's start vote for Apache NetBeans 16 Windows installer. Primary voting artefact :

RE: [VOTE] Release Apache NetBeans 16 Windows installer

2022-11-28 Thread Eric Barboni
+1 (binding) Waiting for 2 more PMC votes -Message d'origine- De : Eric Barboni Envoyé : mercredi 23 novembre 2022 14:46 À : dev@netbeans.apache.org Objet : [VOTE] Release Apache NetBeans 16 Windows installer As main Apache NetBeans 16 vote is having +1 binding vote, let's start vote

Re: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-11-28 Thread Neil C Smith
On Mon, 28 Nov 2022 at 10:22, Michael Bien wrote: > > On 28.11.22 10:16, Neil C Smith wrote: > > On Mon, 28 Nov 2022 at 01:47, Michael Bien wrote: > >> I think I like this approach. Just to be sure I understand: this also > >> means there will be no RELEASE161 artifacts in maven-central? The

Re: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-11-28 Thread Michael Bien
On 28.11.22 10:16, Neil C Smith wrote: On Mon, 28 Nov 2022 at 01:47, Michael Bien wrote: I think I like this approach. Just to be sure I understand: this also means there will be no RELEASE161 artifacts in maven-central? The only binaries of this release are the updated gradle modules in the

Re: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-11-28 Thread Neil C Smith
On Mon, 28 Nov 2022 at 01:47, Michael Bien wrote: > I think I like this approach. Just to be sure I understand: this also > means there will be no RELEASE161 artifacts in maven-central? The only > binaries of this release are the updated gradle modules in the update > center? I can't say I

Re: [DISCUSSION] Gradle Patch Release for NetBeans 16

2022-11-28 Thread Neil C Smith
On Sun, 27 Nov 2022 at 23:25, Laszlo Kishalmi wrote: > It's a bit unfortunate that these fixes have arrived late of our NB16 > release phase. They could be annoying, but I would not stop the release > train on them. So I've decided to step up and create an unusual patch > release for NB16. I