Re: Maven projects regression in NB 12.0

2020-06-09 Thread antonio
This is a good candidate for NB 12.1, is it? El 9/6/20 a las 18:23, Geertjan Wielenga escribió: See this at the end of the issue: "After some debugging it seems that the newer Maven uses a global cache which prevents the updates from the parent pom from showing up in the child. Adding

Re: Spring Support

2020-06-09 Thread antonio
Hi all, Well, this open source thing is about contributing, right? IMHO if Christopher has detected a missing feature "that really hurts" then he can of course start contributing to Alex's repository. And of course we'll be happy to answer any NetBeans related questions he may have while

Re: Spring Support

2020-06-09 Thread Brain Rebooting
Can we get a React Native plugin? The last thing we need maybe. All know that it's hugely popular. Though Netbeans already support Android apps development, we need another product that is hugely popular and capable of cross platform mobile apps development. Is there any kind hearted people who

Re: Spring Support

2020-06-09 Thread Laszlo Kishalmi
Well, it depends on the plugin author Alex. He is an active member of the community. If he thinks it fits, then I think there would be no objection to integrate his plugins into NetBeans mainline. Alex? On 6/9/20 4:20 PM, Christopher Gusenbauer wrote: Hi! Since you already integrated the

Spring Support

2020-06-09 Thread Christopher Gusenbauer
Hi! Since you already integrated the Dark LAF, maybe you could integrate another great user project as well? http://plugins.netbeans.org/plugin/67888/nb-springboot IntelliJ and Eclipse both offer better support for Spring and Netbeans for me personally has always been cooler, but the lack of out

Re: Spring Support

2020-06-09 Thread Christopher Gusenbauer
And also Spring initializer support Christopher Gusenbauer schrieb am Mi., 10. Juni 2020, 01:20: > Hi! Since you already integrated the Dark LAF, maybe you could integrate > another great user project as well? > http://plugins.netbeans.org/plugin/67888/nb-springboot > IntelliJ and Eclipse both

Re: Release notes on older NBM-s.

2020-06-09 Thread Geertjan Wielenga
Good point. Maybe you can add a Troubleshooting section about this at the end of the Release Notes? Gj On Wed, 10 Jun 2020 at 00:30, Laszlo Kishalmi wrote: > Dear all, > > Do we have noted that older nbms (packaged with pack200) will require > pre-Java 14 JDK at least for installation? > > I

cnd license ?

2020-06-09 Thread Brad Walker
Now the C/C++ modules are sitting on their own branch, I'm trying to fix things. This is the main reason for me getting involved in the project. How do I fix the licenses? For example, the following file: ./cnd/cnd.modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/DeclTypeImpl.java Has an

cnd status

2020-06-09 Thread Brad Walker
Many thanks to Jaroslav Tulach for checking in the CND branch and Jan Lahoda for all the work to get the C/C++ modules in a workable shape! The best thing I can say is THANKS! -brad w.

Re: Default license header in generated files confuses students (was: Re: The time has come to bd farewell to the license header)

2020-06-09 Thread Scott Palmer
Fro the record, where I worked there was a company-standard template required. Not so much a license, but a copyright notice. I think such requirements are not that uncommon outside of OSS in the corporate world. I think perhaps this feature would benefit from a few changes: 1 - allowing a

Release notes on older NBM-s.

2020-06-09 Thread Laszlo Kishalmi
Dear all, Do we have noted that older nbms (packaged with pack200) will require pre-Java 14 JDK at least for installation? I just jumped into this helping a user on Telegram. - To unsubscribe, e-mail:

Re: Re: Default license header in generated files confuses students (was: Re: The time has come to bd farewell to the license header)

2020-06-09 Thread Jesse Glick
I think it is reasonable to simply make `Templates/Licenses/license-default.txt` be empty, or delete it if that does not break anything. If we want to alert developers that they _can_ get automatic license header insertion, for the minority (typically OSS devs) who would need it, there are better

Re: Proposed blog on malware report

2020-06-09 Thread Jesse Glick
Just a couple minor remarks here: On Sun, May 31, 2020 at 4:39 PM Erik Costlow wrote: > This does not impact users of other build systems […] or even most ant users. Specifically, if you use either freeform or autoproject you can use Ant as the build tool for your NetBeans project without the

Re: Announce 12.0 release?

2020-06-09 Thread Neil C Smith
On Tue, 9 Jun 2020 at 17:51, Geertjan Wielenga wrote: > I didn't know there was a broader one that we have to write to. Most ASF projects also post releases to annou...@apache.org Best wishes, Neil - To unsubscribe, e-mail:

Re: Announce 12.0 release?

2020-06-09 Thread Geertjan Wielenga
On Tue, Jun 9, 2020 at 6:02 PM Neil C Smith wrote: > On Tue, 9 Jun 2020 at 12:07, Geertjan Wielenga > wrote: > > -- Announce mailing list > > Both of them! > > Unless I'm mistaken 11.3 missed being announced in the ASF-wide announce@ > list?! > It's on this one though by Eric last time:

Re: Announce 12.0 release?

2020-06-09 Thread Laszlo Kishalmi
I took care of Telegran, Slack and promoted the release on Snap store as well! Thank you all! On 6/9/20 9:13 AM, Geertjan Wielenga wrote: OK, going to announce it now on Twitter and Facebook. Gj On Tue, Jun 9, 2020 at 6:02 PM Neil C Smith wrote: On Tue, 9 Jun 2020 at 12:07, Geertjan

Re: Maven projects regression in NB 12.0

2020-06-09 Thread Geertjan Wielenga
See this at the end of the issue: "After some debugging it seems that the newer Maven uses a global cache which prevents the updates from the parent pom from showing up in the child. Adding `-J-Dmaven.defaultProjectBuilder.disableGlobalModelCache=true` to `netbeans_default_options` in

Re: Maven projects regression in NB 12.0

2020-06-09 Thread Neil C Smith
On Mon, 8 Jun 2020 at 19:39, Mark Eggers wrote: > I know Windows is notorious for holding file locks, so that's not > entirely unexpected. > > However, why is NetBeans trying to delete something in my repository? Same issue on Linux too, so it's not just Windows file locks. The behaviour makes

Re: Announce 12.0 release?

2020-06-09 Thread Geertjan Wielenga
OK, going to announce it now on Twitter and Facebook. Gj On Tue, Jun 9, 2020 at 6:02 PM Neil C Smith wrote: > On Tue, 9 Jun 2020 at 12:07, Geertjan Wielenga > wrote: > > -- Announce mailing list > > Both of them! > > Unless I'm mistaken 11.3 missed being announced in the ASF-wide announce@ >

Re: Announce 12.0 release?

2020-06-09 Thread Neil C Smith
On Tue, 9 Jun 2020 at 12:07, Geertjan Wielenga wrote: > -- Announce mailing list Both of them! Unless I'm mistaken 11.3 missed being announced in the ASF-wide announce@ list?! Best wishes, Neil - To unsubscribe, e-mail:

RE: PGP ASC files for NetbBeans 12.0

2020-06-09 Thread Eric Barboni
Thanks fixed Best Regards Eric -Message d'origine- De : Paulo Alfredo Ribas Toledo Envoyé : mardi 9 juin 2020 16:54 À : dev@netbeans.apache.org Objet : PGP ASC files for NetbBeans 12.0 Hello I noticed that the contents of the PGP ASC files for the Linux and Windows installers are

Re: Announce 12.0 release?

2020-06-09 Thread Glenn Holmer
On 6/9/20 10:37 AM, Laszlo Kishalmi wrote: > Though much smaller audience, but: > > -- Our NetBeans Slack > > -- NetBeans Telegram Group > > On 6/9/20 4:07 AM, Geertjan Wielenga wrote: >> Hi all, >> >> Are we ready to announce the 12.0 release? >> >> -- Twitter >> -- Facebook >> -- Users

Re: Announce 12.0 release?

2020-06-09 Thread Laszlo Kishalmi
Though much smaller audience, but: -- Our NetBeans Slack -- NetBeans Telegram Group On 6/9/20 4:07 AM, Geertjan Wielenga wrote: Hi all, Are we ready to announce the 12.0 release? -- Twitter -- Facebook -- Users mailing list -- Announce mailing list -- Apache NetBeans Blog Any other places?

Re: Announce 12.0 release?

2020-06-09 Thread Laszlo Kishalmi
https://snapcraft.io/netbeans Next to the green install button, there is a dropdown with the available versions 12.0 is already there, just follow the instructions. It's in latest/edge (not the latest/alpha, I was incorrect before) On 6/9/20 8:25 AM, Brain Rebooting wrote: How can I install

Re: Announce 12.0 release?

2020-06-09 Thread Brain Rebooting
How can I install it in Ubuntu 18.04 using "Ubuntu Software"? I already searched it in "Ubuntu Software", but I can see only netbeans 10 and netbeans 11.3 . On Tue, Jun 9, 2020 at 8:58 PM Laszlo Kishalmi wrote: > It is already on Snap in the latest/alpha channel. With the announcement > it is

PGP ASC files for NetbBeans 12.0

2020-06-09 Thread Paulo Alfredo Ribas Toledo
Hello I noticed that the contents of the PGP ASC files for the Linux and Windows installers are different from the PGP Signature format. Is correct? Sincerely Paulo Alfredo - To unsubscribe, e-mail:

Re: Announce 12.0 release?

2020-06-09 Thread Laszlo Kishalmi
It is already on Snap in the latest/alpha channel. With the announcement it is going to be promoted to the latest/stable. Since this is an LTS release a separate 12.0/stable track/channel will be available as well. On 6/9/20 5:57 AM, Brain Rebooting wrote: Why not snap store for linux?

Re: Announce 12.0 release?

2020-06-09 Thread Brain Rebooting
Why not snap store for linux? Samiul alom sium On Tue, Jun 9, 2020 at 6:09 PM John Mc wrote: > Hi Eric > > I think it has mirrored as I could download it from them earlier > > Regards > > John > > On Tue, 9 Jun 2020, 13:07 Eric Barboni, wrote: > > > I see it mirrored in fact but maybe only

Re: Announce 12.0 release?

2020-06-09 Thread John Mc
Hi Eric I think it has mirrored as I could download it from them earlier Regards John On Tue, 9 Jun 2020, 13:07 Eric Barboni, wrote: > I see it mirrored in fact but maybe only from France. > Maybe ok to announce, > > Will update the notification in the update center. > Eric > > >

RE: Announce 12.0 release?

2020-06-09 Thread Eric Barboni
I see it mirrored in fact but maybe only from France. Maybe ok to announce, Will update the notification in the update center. Eric -Message d'origine- De : Geertjan Wielenga Envoyé : mardi 9 juin 2020 13:21 À : dev Objet : Re: Announce 12.0 release? Great. Just say when and we'll

Re: [NOTICE] Apache NetBeans 12.0 merge windows OPEN

2020-06-09 Thread Glenn Holmer
On 6/9/20 4:13 AM, Eric Barboni wrote: > All post release commits are done (sigtests and spec version increments). > > Consider master mergeable again. Thank you for acting as release manager. 12.0 is something we can be proud of. -- Glenn Holmer (Linux registered user #16682) "After the

Re: [NOTICE] Apache NetBeans 12.0 merge windows OPEN

2020-06-09 Thread Jiří Kovalský
+1 Eric, hats off for your endurance, can-do approach and optimism. Without you we would be still stabilizing 12.0. I can imagine how exhausting it must have been sometimes but you didn't give up and pushed the release forward maybe even sacrificing your private life. Please take some time

RE: [VOTE]Apache NetBeans maven artefacts for version 12.0 (RELEASE120-1)

2020-06-09 Thread Eric Barboni
+1 binding Thanks Patrik for your time. Best Regards Eric -Message d'origine- De : Patrik Karlström Envoyé : lundi 8 juin 2020 17:41 À : dev@netbeans.apache.org Objet : Re: [VOTE]Apache NetBeans maven artefacts for version 12.0 (RELEASE120-1) +1 Tested on Mapton platform

Re: Announce 12.0 release?

2020-06-09 Thread Geertjan Wielenga
Great. Just say when and we'll start promoting it. Gj On Tue, Jun 9, 2020 at 1:20 PM Eric Barboni wrote: > Hi, > We should wait a bit. Tomorrow or late today (in +8h) > Because macos installer may not be fully mirrored. > > Regards > Eric > > -Message d'origine- > De : Geertjan

RE: Announce 12.0 release?

2020-06-09 Thread Eric Barboni
Hi, We should wait a bit. Tomorrow or late today (in +8h) Because macos installer may not be fully mirrored. Regards Eric -Message d'origine- De : Geertjan Wielenga Envoyé : mardi 9 juin 2020 13:08 À : dev Objet : Announce 12.0 release? Hi all, Are we ready to announce the 12.0

Announce 12.0 release?

2020-06-09 Thread Geertjan Wielenga
Hi all, Are we ready to announce the 12.0 release? -- Twitter -- Facebook -- Users mailing list -- Announce mailing list -- Apache NetBeans Blog Any other places? Gj

Re: website update for 12.0

2020-06-09 Thread Geertjan Wielenga
Found it: https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/templates/news.gsp And updated it. Gj On Tue, Jun 9, 2020 at 12:58 PM Geertjan Wielenga wrote: > Also I think we should make "Just released!" simply say "Latest release!", > that has less of an

Re: website update for 12.0

2020-06-09 Thread Geertjan Wielenga
Also I think we should make "Just released!" simply say "Latest release!", that has less of an implication that something happened literally a few minutes ago. I just don't know where that text is defined, otherwise I'd change it myself. Gj On Tue, Jun 9, 2020 at 12:47 PM Geertjan Wielenga

Re: website update for 12.0

2020-06-09 Thread Geertjan Wielenga
Great, done, what about the banner at the top with "Just released"? Gj On Tue, Jun 9, 2020 at 12:39 PM Eric Barboni wrote: > Hi, > > sorry I did a set of PR on website to handle 12.0. is it possible to > review > ? > > Thanks for the feature and download page already here :D > > > > Regards >

website update for 12.0

2020-06-09 Thread Eric Barboni
Hi, sorry I did a set of PR on website to handle 12.0. is it possible to review ? Thanks for the feature and download page already here :D Regards Eric

Re: [NOTICE] Apache NetBeans 12.0 merge windows OPEN

2020-06-09 Thread Geertjan Wielenga
Really amazing work, thanks Eric. :-) Gj On Tue, Jun 9, 2020 at 11:20 AM Neil C Smith wrote: > On Tue, 9 Jun 2020 at 10:13, Eric Barboni wrote: > > Thanks to everyone for collaboration on 12.0. > > And massive thanks to you! Great work. > > > Next feature freeze for 12.1 is expected on 15th

Re: NETBEANS-1678: Option for coloring EOL - Could someone point at similar code?

2020-06-09 Thread Dmitrii Semikin
Hello once again, I did some digging and I hope, I realized the general idea about coloring. There are categories of tokens defined in Lexer of specific language. And there are "fontsColors.xml" files, which provide mapping of the categories of tokens to particular color. They also provide the