Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Geertjan Wielenga
That would be wonderful! Gj On Thu, Jun 20, 2019 at 6:05 AM Laszlo Kishalmi wrote: > It won't magically happen on Gradle. The support needs to be patched for > that. Hopefully not a big deal and might catch the release train... > > On 6/19/19 4:50 AM, Geertjan Wielenga wrote: > > That is great.

Re: Files to License List

2019-06-19 Thread Tim Boudreau
If you're solving this, it might be nice to also integrate this into the building of maven artifacts so POMs have a section - lots of people use these for product license audits. -Tim On Wed, Jun 19, 2019 at 4:30 PM Matthias Bläsing wrote: > Hi Jaroslav, > > Am Mittwoch, den 19.06.2019, 15:34

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Laszlo Kishalmi
It won't magically happen on Gradle. The support needs to be patched for that. Hopefully not a big deal and might catch the release train... On 6/19/19 4:50 AM, Geertjan Wielenga wrote: That is great. Is "Java EE 8 Web" correct as a label or should it have "Jakarta" there in some way instead?

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Jose Ch
Hi all, I vote +1. Regards, Jose. El mié., 19 jun. 2019 a las 7:52, Gaurav Gupta () escribió: > Hi all, > > Payara Server integration is based on Apache NetBeans GlassFish modules > which supports Payara Server v4.1.144 to v5.192 with additional features > like payara-web.xml DD editor, JDK 11,

RE: Profiler images in main toolbar

2019-06-19 Thread Eirik Bakke
See the previous thread, "NetBeans GUI icons, who drew them?" I listed the various possible approaches at https://cwiki.apache.org/confluence/display/NETBEANS/HiDPI+%28Retina%29+improvements . Downsides to using an existing icon library include: (1) quite a few NetBeans icons will have no suita

Re: Profiler images in main toolbar

2019-06-19 Thread Matthias Bläsing
Hi, Am Mittwoch, den 19.06.2019, 19:56 +0200 schrieb David Schulz: > Makes sense, we could also check some Icon libraries like Streamline > or Icon8 to use them as a base for our icon rework. Not sure how the > apache license works with icon libraries like that, any opinions? I think this is answ

Re: Files to License List

2019-06-19 Thread Matthias Bläsing
Hi Jaroslav, Am Mittwoch, den 19.06.2019, 15:34 +0200 schrieb Jaroslav Tulach: > Hello guys, especially Matthias. > > We are about to import Apache NetBeans 11.x to OracleLabs projects like > VisualVM and IGV. To do so we need a legal approval. Ideally we would get > list of files > for the clust

RE: Profiler images in main toolbar

2019-06-19 Thread David Schulz
Makes sense, we could also check some Icon libraries like Streamline or Icon8 to use them as a base for our icon rework. Not sure how the apache license works with icon libraries like that, any opinions? Best, Dave From: Eirik Bakke Sent: Mittwoch, 19. Juni 2019 17:12 To: dev@netbeans.apache.

Re: Files to License List

2019-06-19 Thread Geertjan Wielenga
It means those Oracle apps are built on top of NetBeans and the devs from Oracle Labs are about to move to the latest Apache NetBeans release. In short, “import”, in a way. Gj On Wed, 19 Jun 2019 at 19:26, Glenn Holmer wrote: > On 6/19/19 11:43 AM, Jaroslav Tulach wrote: > > [IGV]( > > > https

Re: Files to License List

2019-06-19 Thread Glenn Holmer
On 6/19/19 11:43 AM, Jaroslav Tulach wrote: > [IGV]( > https://www.graalvm.org/docs/graalvm-as-a-platform/implement-language/#igv) > stands for Ideal Graph Visualizer and it is a great way to get an insight > into what kind of optimizations the Graal compiler does when generating the > native code

Re: Files to License List

2019-06-19 Thread Jaroslav Tulach
[IGV]( https://www.graalvm.org/docs/graalvm-as-a-platform/implement-language/#igv) stands for Ideal Graph Visualizer and it is a great way to get an insight into what kind of optimizations the Graal compiler does when generating the native code for your bytecodes. -jt st 19. 6. 2019 v 16:30 odesí

RE: Profiler images in main toolbar

2019-06-19 Thread Eirik Bakke
And of course I would love to recruit David to help with the SVGification of NetBeans icons :-) But I know it's a big boring task... (SVG icons will soon be supported, for improving NetBeans' appearance on HiDPI displays, once the PR at https://github.com/apache/netbeans/pull/1278 is finalized

RE: Profiler images in main toolbar

2019-06-19 Thread Eirik Bakke
If it's not urgent for legal/trademark reasons, it would be natural to do this as part of https://issues.apache.org/jira/browse/NETBEANS-2617 ("Redraw common icons in SVG"). Added a comment about this. See https://people.csail.mit.edu/ebakke/misc/netbeans-icons/prioritized.html for a list of ot

Re: Files to License List

2019-06-19 Thread Glenn Holmer
On 6/19/19 8:34 AM, Jaroslav Tulach wrote: > We are about to import Apache NetBeans 11.x to OracleLabs projects like > VisualVM and IGV. I am curious: what does this mean? -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe." ---

Re: Code signing

2019-06-19 Thread David Nalley
On Wed, Jun 19, 2019 at 4:02 AM wrote: > > Hi David, > > We use Code Signing service for signing NetBeans installers. > > Is there an action required to continue using this? > I hadn't seen any production signings, so didn't realize that you were already using this. At this stage, the thing

Re: Installers for 11.1 release

2019-06-19 Thread David Nalley
On Mon, Jun 17, 2019 at 9:37 AM wrote: > > Production signing of Windows installer is one that I haven't tried yet > and it is not free. > > Other is limited testing of installers. > Please don't feel constrained by the 'not free' portion of production signing. As long as you have validated with

Files to License List

2019-06-19 Thread Jaroslav Tulach
Hello guys, especially Matthias. We are about to import Apache NetBeans 11.x to OracleLabs projects like VisualVM and IGV. To do so we need a legal approval. Ideally we would get list of files for the clusters that we need with their appropriate license: ``` platform cluster ├── core │ ├── asm-

Re: Apache NetBeans 11.1-beta1 Is Available for Testing!

2019-06-19 Thread Neil C Smith
On Wed, 19 Jun 2019 at 14:17, Sven Reimers wrote: > > For the activation, > > - open plugins dialog > - select installed tab. > - check all checkboxes > - press activate button. Thanks, that triggers it for me too - so looks like it's installing from the notification bubble? Out of interest, doe

Re: Apache NetBeans 11.1-beta1 Is Available for Testing!

2019-06-19 Thread Sven Reimers
For the activation, - open plugins dialog - select installed tab. - check all checkboxes - press activate button. Sven Neil C Smith schrieb am Mi., 19. Juni 2019, 13:43: > Hi, > On Tue, 18 Jun 2019 at 15:29, Sven Reimers wrote: > > Hi just ran NetBeans 11.1 beta 1 on OpenJDK Runtime Environme

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Gaurav Gupta
Hi all, Payara Server integration is based on Apache NetBeans GlassFish modules which supports Payara Server v4.1.144 to v5.192 with additional features like payara-web.xml DD editor, JDK 11, and connection pool properties, etc. And Payara Micro integration supports Payara Micro v 4.1.2.174 to v

Re: Installers for 11.1 release

2019-06-19 Thread reema . taneja
Hi, Mac Installer dropbox link: https://www.dropbox.com/s/c6ousr9q1rz5m2o/Apache-NetBeans-11.1-bin-macosx.dmg?dl=0 On 18/06/19 8:36 PM, Neil C Smith wrote: On Tue, 18 Jun 2019 at 14:56, wrote: On 18/06/19 5:40 PM, Neil C Smith wrote: On Mon, 17 Jun 2019 at 13:32, wrote: I have crea

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Josh Juneau
Hi Geertjan, I think for this release "Java EE 8" is the correct label. We do not yet have a release of "Jakarta EE 8". However, I will put in a PR once that has occurred. I will test the Ant and Gradle based Java web projects to see how things work with the Java EE 8 integration. Thanks On W

Re: Apache NetBeans 11.1-beta1 Is Available for Testing!

2019-06-19 Thread Neil C Smith
On Wed, 19 Jun 2019 at 12:55, Geertjan Wielenga wrote: > Some of what you describe, specifically the downloading of JavaFX, may be > related to this: https://github.com/apache/netbeans/pull/917 Yes, although would be good if it wasn't triggered until creating a JavaFX project. However, it's more

Re: Apache NetBeans 11.1-beta1 Is Available for Testing!

2019-06-19 Thread Geertjan Wielenga
Some of what you describe, specifically the downloading of JavaFX, may be related to this: https://github.com/apache/netbeans/pull/917 Gj On Wed, Jun 19, 2019 at 1:43 PM Neil C Smith wrote: > Hi, > On Tue, 18 Jun 2019 at 15:29, Sven Reimers wrote: > > Hi just ran NetBeans 11.1 beta 1 on OpenJD

Profiler images in main toolbar

2019-06-19 Thread Geertjan Wielenga
Hi David and Chris, https://issues.apache.org/jira/browse/NETBEANS-2727 That would be a great item to have resolved, i.e., remove the blue NetBeans icon and use the new one instead, together with similar or some different overlay on top to indicate the difference between them in functionality. H

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Geertjan Wielenga
That is great. Is "Java EE 8 Web" correct as a label or should it have "Jakarta" there in some way instead? Can you check if Ant-based Java Web projects and Gradle-based Java Web projects (new in 11.1) don't somehow magically inherit this new feature? Probably not, but worth checking. Gj On We

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Josh Juneau
Hi Geertjan, You are correct. The drop-down you've mentioned should now include "Java EE 8 Web" as an option. Additionally, if you right-click on an existing Maven Web Project using Java EE 7 or less, the Project Properties dialog "Run" panel now contains "Java EE 8 Web" as a Java EE Version. O

Re: Apache NetBeans 11.1-beta1 Is Available for Testing!

2019-06-19 Thread Neil C Smith
Hi, On Tue, 18 Jun 2019 at 15:29, Sven Reimers wrote: > Hi just ran NetBeans 11.1 beta 1 on OpenJDK Runtime Environment 12+33 from > AdoptOpenJDK on Mac. OK, so I'm using AdoptOpenJDK 11 (OpenJ9) on Linux and can definitely replicate the error message. > I activated all plugins, got some follow

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Geertjan Wielenga
Great, thanks Josh. Just to understand what this consists of -- when I go to the New Project dialog and I choose "Java with Maven" and then "Web Application" and click Next, and Next again, there is a "Java EE Version" drop-down, which now has "Java EE 7 Web", "Java EE 6 Web", and "Java EE 5". Doe

Re: [Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Josh Juneau
Thanks Neil, for the information. I created the PR for Java EE 8 integration, and those enhancements are specifically geared towards Maven projects. The PR includes the following functionality: - Ability to create a new Maven Web Project using Java EE 8 (utilizes a Java EE 8 maven archetype) - A

[Lazy Consensus] Feature freeze pass for Java EE and Payara PRs for NB 11.1

2019-06-19 Thread Neil C Smith
Hi All, This email follows some off-list discussion with various people including Geertjan and the relevant contributors. The release schedule we agreed has an open question about allowing selective feature freeze bypass based on mailing list agreement - hence ... I propose we allow the pending

Merging of PRs for 11.1 and 11.2

2019-06-19 Thread Neil C Smith
Hi All, We're obviously still getting our heads around how the new release process will work in practice, and one thing we still need to firm up is how to handle tagging and merging PRs to master outside of the merge windows. I'd like to propose the following for NB 11.1, to be reviewed after the

Re: Code signing

2019-06-19 Thread reema . taneja
Hi David,    We use Code Signing service for signing NetBeans installers. Is there an action required to continue using this? Thanks, Reema On 19/06/19 9:29 AM, David Nalley wrote: Hi folks, Apologies for the interruption of your regularly scheduled project discussion. Infra is in the procu