Re: [VOTE][RESULT] Release Apache NetBeans 19

2023-09-04 Thread James Gosling
I meant to send in a vote a few days ago, I’ve been using 19 moderately 
intensely for
my daily work since it came out.  No problems at all.  A sweet release.  Great 
work!

> On Sep 1, 2023, at 5:28 AM, Eric Barboni  wrote:
> 
> The vote on Apache NetBeans 19 (vc1) is now closed with a result of 9
> 
> +1 binding votes, 2 +1 votes from community members. There were 1 -1
> community
> 
> votes.
> 
> 
> 
> This means we can proceed with the release of Apache NetBeans 19.
> 
> Thanks everyone!
> 
> 
> 
> Full results of the vote are as follow -
> 
> 
> 
> +1 binding votes :
> 
> 
> 
> Matthias Bläsing
> https://people.apache.org/phonebook.html?uid=matthiasblaesing
> 
> Michael Bien https://people.apache.org/phonebook.html?uid=mbien
> 
> Neil C Smith https://people.apache.org/phonebook.html?uid=neilcsmith
> 
> Martin Balin https://people.apache.org/phonebook.html?uid=mbalin
> 
> Josh Juneau https://people.apache.org/phonebook.html?uid=javajuneau
> 
> Junichi Yamamoto https://people.apache.org/phonebook.html?uid=junichi11
> 
> Svata Dedic https://people.apache.org/phonebook.html?uid=sdedic
> 
> Antonio Vieiro https://people.apache.org/phonebook.html?uid=vieiro
> 
> Eric Barboni https://people.apache.org/phonebook.html?uid=skygo
> 
> 
> 
> 
> 
> +1 community votes :
> 
> 
> 
> Efrem Mc
> 
> Kai Uwe Pel
> 
> 
> 
> -1 community votes:
> 
> Mike Ryan
> 


-
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: x11 resource claim of graph applet in performance toolbar

2023-09-04 Thread Simon IJskes - QCG
The rate of GC increments depends on if the performance toolbar is the 
last in the toolbars, when i add a custom toolbar at the end, it is down 
to 3 per second. When not about 30+ per second.


Using Metal Laf.

Gr Simon

On 9/4/23 13:19, Simon IJskes - QCG wrote:


Thanks,

had a look as well, and nothing looks like a forgotten dispose, in that 
component.


I'm starting to think it is a broader problem. Maybe more a LAF thing, 
if i 'hide' the window (i dont know the proper term, the display manager 
shows a button with windowtitle in [] in the panel), the increment of 
the graphics contexts stops. Also it is probably dependend on the 
netbeans window content. After restarting netbeans it is down to 3 gc 
extra per second.


Gr. Simon

On 9/4/23 11:59, Peter Hull wrote:

On Mon, 4 Sept 2023 at 10:01, Simon IJskes - QCG  wrote:

The memory graph in the performance toolbar claims a huge amount of X11
resources.

To give an idea, it creates 30 X11 graphics contexts per second.


For information - this is implemented in
https://github.com/apache/netbeans/blob/0322fce7c3f5c9335f2bcb00e5751de81fdb7ffb/platform/openide.actions/src/org/openide/actions/HeapView.java#L62
I had a quick look and I can't see anything jumping out as being the
problem, it's quite a simple pure Java class.
The auto update is set to trigger every 1500 milliseconds so something
else must be causing it to refresh at 30 times per second.

-
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







--
create firmware without programming https://www.bendyroad.com


-
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: x11 resource claim of graph applet in performance toolbar

2023-09-04 Thread Simon IJskes - QCG



Thanks,

had a look as well, and nothing looks like a forgotten dispose, in that 
component.


I'm starting to think it is a broader problem. Maybe more a LAF thing, 
if i 'hide' the window (i dont know the proper term, the display manager 
shows a button with windowtitle in [] in the panel), the increment of 
the graphics contexts stops. Also it is probably dependend on the 
netbeans window content. After restarting netbeans it is down to 3 gc 
extra per second.


Gr. Simon

On 9/4/23 11:59, Peter Hull wrote:

On Mon, 4 Sept 2023 at 10:01, Simon IJskes - QCG  wrote:

The memory graph in the performance toolbar claims a huge amount of X11
resources.

To give an idea, it creates 30 X11 graphics contexts per second.


For information - this is implemented in
https://github.com/apache/netbeans/blob/0322fce7c3f5c9335f2bcb00e5751de81fdb7ffb/platform/openide.actions/src/org/openide/actions/HeapView.java#L62
I had a quick look and I can't see anything jumping out as being the
problem, it's quite a simple pure Java class.
The auto update is set to trigger every 1500 milliseconds so something
else must be causing it to refresh at 30 times per second.

-
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





--
create firmware without programming https://www.bendyroad.com


-
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: x11 resource claim of graph applet in performance toolbar

2023-09-04 Thread Peter Hull
On Mon, 4 Sept 2023 at 10:01, Simon IJskes - QCG  wrote:
> The memory graph in the performance toolbar claims a huge amount of X11
> resources.
>
> To give an idea, it creates 30 X11 graphics contexts per second.

For information - this is implemented in
https://github.com/apache/netbeans/blob/0322fce7c3f5c9335f2bcb00e5751de81fdb7ffb/platform/openide.actions/src/org/openide/actions/HeapView.java#L62
I had a quick look and I can't see anything jumping out as being the
problem, it's quite a simple pure Java class.
The auto update is set to trigger every 1500 milliseconds so something
else must be causing it to refresh at 30 times per second.

-
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: Windows 11 Issues - Copy/Paste Failure

2023-09-04 Thread Jean-Marc Borer
Before NB 12.5 Java 8 was required, After NB started using Java 9 (11?).
That is the only difference I can think of, and yes I got this issue
regularly on my Win 10 with all NB from 12.5.

On Wed, Aug 30, 2023 at 11:00 PM Eric Bresie  wrote:

> Could the reproduction inconsistency be due to the configuration of the
> machine?
>
> Maybe should start characterizing with details like:
>
> - OS (Windows/Version,Linux/Distribution/Version, MacOS/version)
> - Java version
> - Screen configurations (resolution, HD, etc. - I suggest this because in a
> separate issue there was indication that when copying from Netbeans that it
> keyed by pixels which was wonky in HD configuration)
> - Netbeans version
> - Netbeans flags in use
>
> Etc..
>
>
> On Wed, Aug 30, 2023 at 5:46 PM Eirik Bakke  wrote:
>
> > Oh, that's a beautifully written test! I ran it a few times and with 25
> > iterations but it didn't exhibit the bug, though. I left a comment
> > reporting my results and will run the test again the next time I observe
> > the bug in the wild.
> >
> > -- Eirik
> >
> > -Original Message-
> > From: Neil C Smith 
> > Sent: Wednesday, August 30, 2023 11:11 AM
> > To: dev@netbeans.apache.org
> > Subject: Re: Windows 11 Issues - Copy/Paste Failure
> >
> > On Wed, 30 Aug 2023 at 06:26, Eirik Bakke  wrote:
> > > But the problem remains, and I was never able to reproduce it
> > reliably--it was always intermittent.
> > >
> > > If anyone can manage to reliably reproduce the bug, that would probably
> > go a long way towards finding a fix.
> >
> > Have you tried the robot-based test on the issue at
> > https://github.com/apache/netbeans/issues/3962#issuecomment-1664507172
> > ?
> >
> > 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: x11 resource claim of graph applet in performance toolbar

2023-09-04 Thread Simon IJskes - QCG

On 9/4/23 11:00, Simon IJskes - QCG wrote:
The memory graph in the performance toolbar claims a huge amount of X11 
resources.


Some platform details:

Netbeans 18,

openjdk version "17.0.8.1" 2023-08-24
OpenJDK Runtime Environment (build 17.0.8.1+1-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 17.0.8.1+1-Ubuntu-0ubuntu122.04, mixed 
mode, sharing)


X11: 2:21.1.4-2ubuntu1.7~22.04.1

Gr. Simon

--
create firmware without programming https://www.bendyroad.com


-
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





x11 resource claim of graph applet in performance toolbar

2023-09-04 Thread Simon IJskes - QCG

Hi,

The memory graph in the performance toolbar claims a huge amount of X11 
resources.


When looking at xrestop you can see it growing every second.

It will clear with a GC, but if you give netbeans a huge java heap, this 
GC is delayed. And the claim on X11 resources grows. It does take long 
before netbeans to rise to the top, and some time later rendering 
artifacts start to occur. These are solved (so it looks) by clicking on 
the graph forcing GC.


To give an idea, it creates 30 X11 graphics contexts per second.

During the search for this behaviour, i also noticed the applet cannot 
be removed from the toolbar. Drag operation does not work, which it does 
on the other buttons in the performance toolbar.


Anything here i should create bugreports for?

Groeten,
Simon

--
create firmware without programming https://www.bendyroad.com

-
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