Re: [ANNOUNCE] Apache NetBeans 13 released

2022-03-04 Thread Josh Juneau
Great work!  Thanks to all who contributed!

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

> On Mar 4, 2022, at 11:07 AM, Geertjan Wielenga  wrote:
> 
> Hi all,
> 
> The Apache NetBeans team is pleased to announce that Apache NetBeans 13 was
> released today, March 4, 2022.
> 
> Apache NetBeans is a full IDE for Java SE, Java EE, PHP, JavaScript, HTML5
> and more, including some support for Groovy and C/C++.
> 
> You should notice the startup experience being simpler with nb-javac being
> bundled, you should notice the look and feel being different and more
> modern, and there are partial updates for Maven, Gradle, and PHP:
> 
> New & noteworthy features of the 13 release:
> 
> https://netbeans.apache.org/download/nb13/index.html
> 
> Downloads :
> 
> https://netbeans.apache.org/download/nb13/nb13.html
> 
> See our release schedule :
> 
> https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
> 
> Feel free to share the good news!
> 
> Thanks everyone, and best wishes,
> 
> Neil, Eric, Geertjan
> on behalf of Apache NetBeans PMC


Re: Release NetBeans 13 without macOS installer (for now)?

2022-03-04 Thread John Mc
I don't think John knows why the installer is failing Apple's
notarization process right now for sure.  Although there's a whole
bunch of reasons NetBeans probably shouldn't pass if Apple's
guidelines are read strictly.  Fixing it might require code changes.

Yeah so as I understand it right now, up to now, we got away with it, as
Apache NetBeans was being notarized but shouldn't have been, and
potentially now gatekeeper is cleverer than the notarization service...

I'm not signing the .app, but the current issue is that I think we need to
loop through jars, and sign any embedded native libraries(.
dylib|.jnilib|.so|bin), as these are not being reported as errors as they
are not signed.  Very similar to this post[1].

I've created 2 PRs for my current changes(one in netbeans, the other in the
jenkins-lib project) to get me where I am at the moment.  I'll take a look
tomorrow and see what makes sense in terms of signing the embedded native
libraries...

[1]: https://stackoverflow.com/a/53528020/612072

John

On Fri, 4 Mar 2022 at 12:54, Neil C Smith  wrote:

> On Fri, 4 Mar 2022 at 12:35, antonio  wrote:
> > I don't see a reason "to roll a new source release to fix whatever the
> > issue now is" with the macOS installer.
> >
> > I think it's ok to wait for the NB _14_ macOS installer vote.
>
> Well, not having a macOS NB 13 installer at all is also an option, I guess!
>
> I don't think John knows why the installer is failing Apple's
> notarization process right now for sure.  Although there's a whole
> bunch of reasons NetBeans probably shouldn't pass if Apple's
> guidelines are read strictly.  Fixing it might require code changes.
> Hopefully not.
>
> > Maybe more
> > people with macOS is interested in voting by then.
>
> I don't think there's a shortage of people to vote.
>
> Best wishes,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


nb-13 build error

2022-03-04 Thread Ernie Rael

With
    $ cat nbbuild/user.build.properties
    nbjdk.home=/ref/openjdk/jdk-11.0.2
and a repo starting here (abreviated):
    $ hg log -r.
    bookmark:    release130
    user:    Neil C Smith 
    date:    Tue Feb 15 16:12:19 2022 +
    summary: Merge pull request #3610 from apache/delivery

$ ant build-nozip
The build finishes with:
   [repeat] 7 errors
   [repeat] 15 warnings
  [nbmerge] Failed to build target: all-j2eeserver

Tried building with cluster.config.myrelease.list which has enterprise 
taken out and it still failed. Building with cluster.config=basic works.


Cockpit error?

-ernie


Here's where it starts generating errors
   [repeat] Note: parsing: 
file:///ref/nb/src/netbeans/enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/plugins/api/netbeans-deployment.dtd
   [repeat] 
/ref/nb/src/netbeans/enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/gen/nbd/package-info.java:28: 
error: Failed to process

   [repeat] package org.netbeans.modules.j2ee.deployment.impl.gen.nbd;
   [repeat] ^
   [repeat] error: java.lang.reflect.InaccessibleObjectException: 
Unable to make field transient java.util.HashMap$Node[] 
java.util.HashMap.table accessible: module java.base does not "opens 
java.util" to unnamed module @1e5e3850
   [repeat]   at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)

   ...
   [repeat] 
/ref/nb/src/netbeans/enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/Server.java:47: 
error: cannot find symbol
   [repeat] import 
org.netbeans.modules.j2ee.deployment.impl.gen.nbd.ConfigBean;

[repeat] ^
   [repeat]   symbol:   class ConfigBean
   [repeat]   location: package 
org.netbeans.modules.j2ee.deployment.impl.gen.nbd
   [repeat] 
/ref/nb/src/netbeans/enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/Server.java:48: 
error: cannot find symbol
   [repeat] import 
org.netbeans.modules.j2ee.deployment.impl.gen.nbd.NetbeansDeployment;

[repeat] ^
   [repeat]   symbol:   class NetbeansDeployment
   [repeat]   location: package 
org.netbeans.modules.j2ee.deployment.impl.gen.nbd




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

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





Re: Postmortem 13

2022-03-04 Thread James Gosling
What a lovely release! (I mean that more literally than usual, the new L&F is 
great)  I installed the GA bits this morning and have been using it since then 
on my current JavaFX project.  

> On Mar 4, 2022, at 11:13 AM, Geertjan Wielenga  wrote:
> 
> Hi all,
> 
> There may be one or two loose ends, but the 13 release cycle has now
> come to an end (aside from Mac OS X installer convenience binary).
> 
> Before moving on to the next cycle, i.e., 14, are there any comments
> or thoughts or anything that we need to be aware of or think about for
> next time, any new learnings or insights?
> 
> Thanks,
> 
> Gj
> 
> PS: https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: Postmortem 13

2022-03-04 Thread Carl Mosca
Great job all!!

Hard to believe we threw this together four years ago...several have
reminded me to keep it updated...if you want a convenient (albeit
temporary) way to install on macOS and check the integrity from the command
line:

https://github.com/carljmosca/netbeans-macos-bundle

Guessing the installer will be available shortly and this will gather some
dust...not trying to start (another) debate on why such an effort is really
not needed...just trying to help if anyone happens to want it.

Happy Friday

Regards,
Carl


On Fri, Mar 4, 2022 at 2:13 PM Geertjan Wielenga 
wrote:

> Hi all,
>
> There may be one or two loose ends, but the 13 release cycle has now
> come to an end (aside from Mac OS X installer convenience binary).
>
> Before moving on to the next cycle, i.e., 14, are there any comments
> or thoughts or anything that we need to be aware of or think about for
> next time, any new learnings or insights?
>
> Thanks,
>
> Gj
>
> PS: https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

-- 
Carl J. Mosca


Postmortem 13

2022-03-04 Thread Geertjan Wielenga
Hi all,

There may be one or two loose ends, but the 13 release cycle has now
come to an end (aside from Mac OS X installer convenience binary).

Before moving on to the next cycle, i.e., 14, are there any comments
or thoughts or anything that we need to be aware of or think about for
next time, any new learnings or insights?

Thanks,

Gj

PS: https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

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

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





Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Laszlo Kishalmi
Yeah, it is really strange, NB13 is a great release, probably the 
fattest one so far regarding the number of PR-s in it.


It has lot of bugfixes, stability improvements, but not too much new and 
shiny (save partial PHP 8.1 support) for the end user.


Thank you all for make NetBeans 13 to happen!

On 3/4/22 06:41, Neil C Smith wrote:

On Fri, 4 Mar 2022 at 14:26, Geertjan Wielenga
 wrote:

So, if we were to have a handful of key features, what would they be?

Well earlier in thread I had -

On Mon, 21 Feb 2022 at 16:38, Neil C Smith  wrote:

I guess for 13 those include bundled nb-javac, FlatLaf as default,
Maven (and Gradle?) upgrade, PHP 8.1,  

See also Junichi's reply, as the PHP 8.1 support is partial in NB13.

Probably other things.  Maven is 3.8.4, and there's also basic support
for Maven Daemon now.

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





[ANNOUNCE] Apache NetBeans 13 released

2022-03-04 Thread Geertjan Wielenga
Hi all,

The Apache NetBeans team is pleased to announce that Apache NetBeans 13 was
released today, March 4, 2022.

Apache NetBeans is a full IDE for Java SE, Java EE, PHP, JavaScript, HTML5
and more, including some support for Groovy and C/C++.

You should notice the startup experience being simpler with nb-javac being
bundled, you should notice the look and feel being different and more
modern, and there are partial updates for Maven, Gradle, and PHP:

New & noteworthy features of the 13 release:

https://netbeans.apache.org/download/nb13/index.html

Downloads :

https://netbeans.apache.org/download/nb13/nb13.html

See our release schedule :

https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

Feel free to share the good news!

Thanks everyone, and best wishes,

Neil, Eric, Geertjan
on behalf of Apache NetBeans PMC


Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Geertjan Wielenga
Typo in file name, fixed.

Gj

On Fri, Mar 4, 2022 at 4:28 PM Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

>
> https://github.com/apache/netbeans-website/tree/master/netbeans.apache.org/src/content/download/nb13
>
> The Download page is there but somehow not showing up yet so far.
>
> Gj
>
> On Fri, Mar 4, 2022 at 4:05 PM Geertjan Wielenga <
> geertjan.wiele...@googlemail.com> wrote:
>
>> Great, thanks. And thanks for this, Laszlo:
>> https://netbeans.apache.org/download/nb13/index.html
>>
>> Gj
>>
>> On Fri, Mar 4, 2022 at 3:41 PM Neil C Smith 
>> wrote:
>>
>>> On Fri, 4 Mar 2022 at 14:26, Geertjan Wielenga
>>>  wrote:
>>> > So, if we were to have a handful of key features, what would they be?
>>>
>>> Well earlier in thread I had -
>>>
>>> On Mon, 21 Feb 2022 at 16:38, Neil C Smith 
>>> wrote:
>>> > I guess for 13 those include bundled nb-javac, FlatLaf as default,
>>> > Maven (and Gradle?) upgrade, PHP 8.1,  
>>>
>>> See also Junichi's reply, as the PHP 8.1 support is partial in NB13.
>>>
>>> Probably other things.  Maven is 3.8.4, and there's also basic support
>>> for Maven Daemon now.
>>>
>>> Neil
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
>>> For additional commands, e-mail: dev-h...@netbeans.apache.org
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>


Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Geertjan Wielenga
https://github.com/apache/netbeans-website/tree/master/netbeans.apache.org/src/content/download/nb13

The Download page is there but somehow not showing up yet so far.

Gj

On Fri, Mar 4, 2022 at 4:05 PM Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> Great, thanks. And thanks for this, Laszlo:
> https://netbeans.apache.org/download/nb13/index.html
>
> Gj
>
> On Fri, Mar 4, 2022 at 3:41 PM Neil C Smith  wrote:
>
>> On Fri, 4 Mar 2022 at 14:26, Geertjan Wielenga
>>  wrote:
>> > So, if we were to have a handful of key features, what would they be?
>>
>> Well earlier in thread I had -
>>
>> On Mon, 21 Feb 2022 at 16:38, Neil C Smith  wrote:
>> > I guess for 13 those include bundled nb-javac, FlatLaf as default,
>> > Maven (and Gradle?) upgrade, PHP 8.1,  
>>
>> See also Junichi's reply, as the PHP 8.1 support is partial in NB13.
>>
>> Probably other things.  Maven is 3.8.4, and there's also basic support
>> for Maven Daemon now.
>>
>> Neil
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
>> For additional commands, e-mail: dev-h...@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>
>>


Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Geertjan Wielenga
Great, thanks. And thanks for this, Laszlo:
https://netbeans.apache.org/download/nb13/index.html

Gj

On Fri, Mar 4, 2022 at 3:41 PM Neil C Smith  wrote:

> On Fri, 4 Mar 2022 at 14:26, Geertjan Wielenga
>  wrote:
> > So, if we were to have a handful of key features, what would they be?
>
> Well earlier in thread I had -
>
> On Mon, 21 Feb 2022 at 16:38, Neil C Smith  wrote:
> > I guess for 13 those include bundled nb-javac, FlatLaf as default,
> > Maven (and Gradle?) upgrade, PHP 8.1,  
>
> See also Junichi's reply, as the PHP 8.1 support is partial in NB13.
>
> Probably other things.  Maven is 3.8.4, and there's also basic support
> for Maven Daemon now.
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Neil C Smith
On Fri, 4 Mar 2022 at 14:26, Geertjan Wielenga
 wrote:
> So, if we were to have a handful of key features, what would they be?

Well earlier in thread I had -

On Mon, 21 Feb 2022 at 16:38, Neil C Smith  wrote:
> I guess for 13 those include bundled nb-javac, FlatLaf as default,
> Maven (and Gradle?) upgrade, PHP 8.1,  

See also Junichi's reply, as the PHP 8.1 support is partial in NB13.

Probably other things.  Maven is 3.8.4, and there's also basic support
for Maven Daemon now.

Neil

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

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





Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Geertjan Wielenga
So, if we were to have a handful of key features, what would they be?

Gj

On Fri, 4 Mar 2022 at 15:24, Neil C Smith  wrote:

> Hi,
>
> On Fri, 4 Mar 2022 at 14:16, Geertjan Wielenga
>  wrote:
> > Let me know when all links are ready (aside from Mac) and I’ll create the
> > Download page.
>
> Everything else is now in place.
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Neil C Smith
Hi,

On Fri, 4 Mar 2022 at 14:16, Geertjan Wielenga
 wrote:
> Let me know when all links are ready (aside from Mac) and I’ll create the
> Download page.

Everything else is now in place.

Neil

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

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





Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Geertjan Wielenga
Let me know when all links are ready (aside from Mac) and I’ll create the
Download page.

Gj

On Fri, 4 Mar 2022 at 14:54, Neil C Smith  wrote:

> On Fri, 4 Mar 2022 at 13:10, Eric Barboni  wrote:
> >
> > Sorry did the closing when I had the time this morning :/.
>
> No problem, just made me work faster! :-)
>
> > But I move the installer now because the main contenent was moved.
>
> Great!  I've moved the Linux installer over too, and will sort out the
> .htaccess update on the VM.
>
> Then over to Geertjan on web pages and announce?
>
> Best wishes,
>
> Neil
>
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Neil C Smith
On Fri, 4 Mar 2022 at 13:10, Eric Barboni  wrote:
>
> Sorry did the closing when I had the time this morning :/.

No problem, just made me work faster! :-)

> But I move the installer now because the main contenent was moved.

Great!  I've moved the Linux installer over too, and will sort out the
.htaccess update on the VM.

Then over to Geertjan on web pages and announce?

Best wishes,

Neil


Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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 13.0 VSCode extension

2022-03-04 Thread Martin Balin
Hello,
The vote on Apache NetBeans 13.0 VSCode extension is now closed with a
result of 7 +1 binding votes from community members.
There were no 0 or -1 votes.

Votes provided by:
Jaroslav Tulach, Dusan Balek, Eric Barboni, Svata Dedic, Petr Pisl, Martin 
Entlicher, Martin Balin

NetBeans VSCode 13.0 extension will be published to VSCode Marketplace and 
stored on 
https://dist.apache.org/repos/dist/release/netbeans/netbeans-vscode-ext/

Thank you,
Martin


RE: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Eric Barboni
Sorry did the closing when I had the time this morning :/.

But I move the installer now because the main contenent was moved.

Eric

-Message d'origine-
De : Neil C Smith  
Envoyé : vendredi 4 mars 2022 11:46
À : dev 
Objet : Re: [RELEASES] Preparing for NetBeans 13 vote

Hi,

Working on closing main vote this morning. Other votes shouldn't really be 
closed or artefacts moved until that's done.

Thanks,

Neil

On Tue, 1 Mar 2022, 15:38 Neil C Smith,  wrote:

> Hi,
>
> My thought was that I'd rather know if the macOS installer issue is 
> anything that might require changes and discussion of a whole new 
> vote.  I very much hope not!  And we have allowed a minor patch to the 
> macOS installer build after main vote before.
>
> But as we usually announce when everything is ready, I don't see an 
> issue in holding the vote open another day or two to see if we find an 
> answer?  At least pulling it remains an option.  After that, if other 
> installers and VSNetBeans ready, we then need to make a decision on 
> announcing without a macOS installer while that issue is addressed?
>
> Best wishes,
>
> Neil
>
> On Tue, 1 Mar 2022 at 10:18, Eric Barboni  wrote:
> >
> > I guess we can close the main vote and wait for installer vote in a
> second time.
> >
> > Vote on installer are a bit slow.
> >
> > Eric
> >
> > -Message d'origine-
> > De : John Mc  Envoyé : lundi 28 février 
> > 2022 22:43 À : dev  Objet : Re: [RELEASES] 
> > Preparing for NetBeans 13 vote
> >
> > Hi,
> >
> > I'm still relatively stuck here, I have a thread open on the Apple
> Developer forum[1] hopefully that provides some insights...
> >
> > I did retry the process again this evening, and was able to install 
> > the
> app fine, but as soon as I push it to dist.apache.org and download it, 
> it wont work again :(
> >
> > Regards
> >
> > John
> >
> > [1]: https://developer.apple.com/forums/thread/701438
> >
> > On Mon, 28 Feb 2022 at 17:45, Neil C Smith 
> wrote:
> >
> > > On Wed, 23 Feb 2022 at 15:15, Neil C Smith 
> wrote:
> > > >
> > > > On Tue, 22 Feb 2022 at 19:08, Eric Barboni  wrote:
> > > > >
> > > > > Sorry I got  network issue, but the maven repo is ready at the
> > > following url
> > > > >
> > > https://repository.apache.org/content/repositories/orgapachenetbea
> > > ns-1
> > > 102
> > > >
> > > > Thanks Eric!  Vote started.  I'll aim to wrap up Monday if possible.
> > >
> > > OK, that's not going to happen!  Other things got in the way today.
> > >
> > > Could aim to wrap up tomorrow?  Although also wondering whether to 
> > > leave open until at least we know what the situation with the 
> > > macOS installers is?
> > >
> > > Best wishes,
> > >
> > > Neil
> > >
> > > --
> > > --- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > > For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: Release NetBeans 13 without macOS installer (for now)?

2022-03-04 Thread Neil C Smith
On Fri, 4 Mar 2022 at 12:35, antonio  wrote:
> I don't see a reason "to roll a new source release to fix whatever the
> issue now is" with the macOS installer.
>
> I think it's ok to wait for the NB _14_ macOS installer vote.

Well, not having a macOS NB 13 installer at all is also an option, I guess!

I don't think John knows why the installer is failing Apple's
notarization process right now for sure.  Although there's a whole
bunch of reasons NetBeans probably shouldn't pass if Apple's
guidelines are read strictly.  Fixing it might require code changes.
Hopefully not.

> Maybe more
> people with macOS is interested in voting by then.

I don't think there's a shortage of people to vote.

Best wishes,

Neil

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

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





Re: Release NetBeans 13 without macOS installer (for now)?

2022-03-04 Thread antonio
I don't see a reason "to roll a new source release to fix whatever the 
issue now is" with the macOS installer.


I think it's ok to wait for the NB _14_ macOS installer vote. Maybe more 
people with macOS is interested in voting by then.


Cheers,
Antonio

On 04/03/2022 13:02, Neil C Smith wrote:

Well, neither do I much personally, but others do, and we have tried
to keep things together over recent releases.  Just allowing a little
time for objections to be raised.

On Thu, 3 Mar 2022 at 16:23, Rangi Keen  wrote:

I agree. I'd prefer to see the release sooner rather than later. The Mac OS
X installer can follow when it is ready.

It may not be that simple.  I'm not sure we know what the issue is
yet.  The installer build is part of the source release.  If that
needs changes, there's an outside chance we need to roll a new source
release to fix whatever the issue now is.  Let's hope not.


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

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





Re: Release NetBeans 13 without macOS installer (for now)?

2022-03-04 Thread Neil C Smith
Thanks for feedback, all.  Vote closed.

> On Thu, Mar 3, 2022 at 10:05 AM Jaroslav Tulach  
> wrote:
> Please release in a timely manner. I don't care about Mac OS X installer.

Well, neither do I much personally, but others do, and we have tried
to keep things together over recent releases.  Just allowing a little
time for objections to be raised.

On Thu, 3 Mar 2022 at 16:23, Rangi Keen  wrote:
> I agree. I'd prefer to see the release sooner rather than later. The Mac OS
> X installer can follow when it is ready.

It may not be that simple.  I'm not sure we know what the issue is
yet.  The installer build is part of the source release.  If that
needs changes, there's an outside chance we need to roll a new source
release to fix whatever the issue now is.  Let's hope not.

This is one of the reasons I'm keen on, and working on, a packaging
tool that consumes an IDE or platform release zip.  Having that work
external to the main repo has its benefits.

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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 13 Linux installer

2022-03-04 Thread Neil C Smith
The vote on Apache NetBeans 13 Linux installer is now closed with a
result of 5 +1 binding votes and 2 +1 votes from community members.
There were no 0 or -1 votes.

Full results of the vote are as follow -

+1 binding votes :

Glenn Holmer https://people.apache.org/phonebook.html?uid=gholmer
Emmanuel Hugonnet https://people.apache.org/phonebook.html?uid=ehsavoie
Laszlo Kishalmi https://people.apache.org/phonebook.html?uid=lkishalmi
Neil C Smith https://people.apache.org/phonebook.html?uid=neilcsmith
Junichi Yamamoto https://people.apache.org/phonebook.html?uid=junichi11

+1 community votes :

Kai Uwe Pel
Tomáš Procházka

Thanks all,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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 13 Linux installer

2022-03-04 Thread Neil C Smith
+1 (binding)

.. and closing the vote. Thanks all!

On Sun, 27 Feb 2022 at 16:06, Laszlo Kishalmi  wrote:
> The license is still almost white on white text on dark GTK LaF, selecting 
> that solves the visibility.

Yes, that's one of a number of usability issues in the Linux
installer, unfortunately.  I'm in the "replace it" camp, but someone
who wants to keep it might want to take a look at them before NB 14!

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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 13

2022-03-04 Thread Neil C Smith
The vote on Apache NetBeans 13 (vc1) is now closed with a result of 11
+1 binding votes, 4 +1 votes from community members. There was one 0
community vote, and no -1 votes.

This means we can proceed with the release of Apache NetBeans 13.
Thanks everyone!

Full results of the vote are as follow -

+1 binding votes :

Martin Balin https://people.apache.org/phonebook.html?uid=mbalin
Eric Barboni https://people.apache.org/phonebook.html?uid=skygo
Matthias Bläsing https://people.apache.org/phonebook.html?uid=matthiasblaesing
Glenn Holmer https://people.apache.org/phonebook.html?uid=gholmer
Josh Juneau https://people.apache.org/phonebook.html?uid=javajuneau
Laszlo Kishalmi https://people.apache.org/phonebook.html?uid=lkishalmi
Neil C Smith https://people.apache.org/phonebook.html?uid=neilcsmith
Jaroslav Tulach https://people.apache.org/phonebook.html?uid=jtulach
Antonio Vieiro https://people.apache.org/phonebook.html?uid=vieiro
Geertjan Wielenga https://people.apache.org/phonebook.html?uid=geertjan
Junichi Yamamoto https://people.apache.org/phonebook.html?uid=junichi11

+1 community votes :

Michael Bien
José Contreras
Kai Uwe Pel
Tomáš Procházka

0 community votes :

David Green

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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 13

2022-03-04 Thread Neil C Smith
+1 (binding)

.. and working to close the vote.

Thanks all.

Neil

On Wed, 23 Feb 2022 at 15:02, Neil C Smith  wrote:
>
> This is our first voting candidate for the release of Apache NetBeans 13.
>
> Please note all requirements below for validating sources and
> convenience binaries before voting.
>
> Apache NetBeans 13 constitutes all clusters in the Apache NetBeans Git
> repository, which together provide the NetBeans Platform (i.e., the
> underlying application framework), as well as all the modules that
> provide the Java SE, Java EE, PHP, JavaScript and Groovy features of
> Apache NetBeans.
>
> 
>
> Build artefacts are available here :
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/13/
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-platform/13/
>
> They were built by the Jenkins pipeline :
>
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release130/20/
>
> 
>
> We are primarily voting on :
>
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/13/netbeans-13-source.zip
>
> SHA512 : 
> 40776cf1962989c50c94f4a16784c2519d15100f5949e6d447ffb78b80f93a10707703824ad9f50232f380108caeff76fa4660679840ca4ee6899e8a5fc3e821
>
> KEYS file : https://downloads.apache.org/netbeans/KEYS
>
> 
>
> Associated with the primary source item we have, generated with the
> pipeline mentioned above :
>
> -- at https://dist.apache.org/repos/dist/dev/netbeans/netbeans/13/
>
> Binaries associated with the source - netbeans-13-bin.zip as well as
> update content under the nbms folder.
>
> -- at https://dist.apache.org/repos/dist/dev/netbeans/netbeans-platform/13/
>
> The platform cluster build netbeans-platform-13-bin.zip and
> netbeans-platform-13-source.zip
>
> 
>
> Maven Artefacts
>
> The Maven artefacts for Apache NetBeans 13 are ready on staging
> associated to this vote.
>
> https://repository.apache.org/content/repositories/orgapachenetbeans-1102/
>
> The version is : RELEASE130
>
> 
>
> Voting Requirements
>
> Before voting +1 you are required to download the signed source code
> package, compile it as provided, and test the resulting executable on
> your own platform, along with also verifying that the package meets
> the requirements of the ASF policy on releases -
> http://www.apache.org/legal/release-policy.html#management
>
> In particular, you should (at least) follow these steps.
>
> 1. Download the artefact to be voted on and unzip it.
> 2. Check that the artefact does not contain any jar files (there are
> branding folders with the name *.jar).
> 3. Verify the cryptographic signatures, the NOTICE and LICENSE file
> 4. Build it using the README provided by the artefact.
> 5. Look in nbbuild/netbeans for the NetBeans installation created by
> the build process and try running it.
>
> In addition to checking the sources, you should check the associated
> convenience binary zips, nbms and maven staging at the artefact links
> above. As well as checking any artefact functions correctly, you
> should check that it has been correctly signed by a PMC member, and
> that the source being voted on is sufficient to build the relevant
> binary.
>
> Separate votes will be held on other convenience binaries, including
> installers. Those will be dependent on this vote passing.
>
> This vote is going to be open at least 72 hours, vote with +1, 0, and
> -1 as usual. (Please justify -1)
>
> Please mark your vote with (binding) only if you're an Apache NetBeans
> PMC member to help with voting admin.
>
> Only respond if you are going to vote, i.e., this is NOT a discussion thread.
>
> Apache NetBeans 13 will be released if and when this vote passes.
>
> Thank you to all contributors for all your hard work!
>
> Best wishes,
>
> Neil, Eric and Geertjan
> Apache NetBeans release team

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

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





Re: [RELEASES] Preparing for NetBeans 13 vote

2022-03-04 Thread Neil C Smith
Hi,

Working on closing main vote this morning. Other votes shouldn't really be
closed or artefacts moved until that's done.

Thanks,

Neil

On Tue, 1 Mar 2022, 15:38 Neil C Smith,  wrote:

> Hi,
>
> My thought was that I'd rather know if the macOS installer issue is
> anything that might require changes and discussion of a whole new
> vote.  I very much hope not!  And we have allowed a minor patch to the
> macOS installer build after main vote before.
>
> But as we usually announce when everything is ready, I don't see an
> issue in holding the vote open another day or two to see if we find an
> answer?  At least pulling it remains an option.  After that, if other
> installers and VSNetBeans ready, we then need to make a decision on
> announcing without a macOS installer while that issue is addressed?
>
> Best wishes,
>
> Neil
>
> On Tue, 1 Mar 2022 at 10:18, Eric Barboni  wrote:
> >
> > I guess we can close the main vote and wait for installer vote in a
> second time.
> >
> > Vote on installer are a bit slow.
> >
> > Eric
> >
> > -Message d'origine-
> > De : John Mc 
> > Envoyé : lundi 28 février 2022 22:43
> > À : dev 
> > Objet : Re: [RELEASES] Preparing for NetBeans 13 vote
> >
> > Hi,
> >
> > I'm still relatively stuck here, I have a thread open on the Apple
> Developer forum[1] hopefully that provides some insights...
> >
> > I did retry the process again this evening, and was able to install the
> app fine, but as soon as I push it to dist.apache.org and download it, it
> wont work again :(
> >
> > Regards
> >
> > John
> >
> > [1]: https://developer.apple.com/forums/thread/701438
> >
> > On Mon, 28 Feb 2022 at 17:45, Neil C Smith 
> wrote:
> >
> > > On Wed, 23 Feb 2022 at 15:15, Neil C Smith 
> wrote:
> > > >
> > > > On Tue, 22 Feb 2022 at 19:08, Eric Barboni  wrote:
> > > > >
> > > > > Sorry I got  network issue, but the maven repo is ready at the
> > > following url
> > > > >
> > > https://repository.apache.org/content/repositories/orgapachenetbeans-1
> > > 102
> > > >
> > > > Thanks Eric!  Vote started.  I'll aim to wrap up Monday if possible.
> > >
> > > OK, that's not going to happen!  Other things got in the way today.
> > >
> > > Could aim to wrap up tomorrow?  Although also wondering whether to
> > > leave open until at least we know what the situation with the macOS
> > > installers is?
> > >
> > > Best wishes,
> > >
> > > Neil
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > > For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@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 13 Windows installer

2022-03-04 Thread Eric Barboni
The vote on Apache NetBeans 13 Windows installer with 3+ binding vote and 1
+1 community vote. No 0 (maybe 0 if out of topic reply count)  or -1 vote.
+1 binding
Neil C Smith
Antonio Vieiro
Eric Barboni

+1 community
Tomáš Procházka

+0 community
 (Tim de Vries)

Thanks for all vote. 
For the issue  it may be better to fill a github issue.


Best Regards
Eric


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

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