Re: Re : Re: heads up: windows installer/uninstaller issues

2025-03-24 Thread Eirik Bakke
1) would be great, as long as it works for the platform too, and would be a major benefit to the zip as well. You might not be the only person looking at launcher code right now, so some coordination of approach might be good. Noted! I'll stay away from that piece of code for now, and follow th

Re: Adapting xxDark's Clipboard Problem Fix

2025-03-24 Thread Michael Bien
On 3/24/25 15:41, Eirik Bakke wrote: >> Tried to find an easy way how to verify that the generated bytecode is >> correct. The easiest proof would be to confirm that the transformed code >> matches the patch. > Great work, Matthias... thanks for that effort! no problem - was a fun learning exper

PR for System.Logger option needs review

2025-03-24 Thread Ernie Rael
Hoping this PR can make it into NB26, freeze in less than a month if I'm counting correctly. The PR is In Surround with try-catch hint add/default to System.Logger. https://github.com/apache/netbeans/pull/8253 In addition to the System.Logger option, logger related hints are fixed for Sy

Re: Adapting xxDark's Clipboard Problem Fix

2025-03-24 Thread Eirik Bakke
Sorry, that was Michael's agentclippy work with the bytecode I meant to congratulate! From: Eirik Bakke Date: Monday, March 24, 2025 at 10:41 AM To: "dev@netbeans.apache.org" Subject: Re: Adapting xxDark's Clipboard Problem Fix > Tried to find an easy way how to verify that the generated bytec

Re: Adapting xxDark's Clipboard Problem Fix

2025-03-24 Thread Neil C Smith
On Sat, 22 Mar 2025 at 18:37, Matthias Bläsing wrote: > without the "why" please lets not jump to conclusions. This might be > just an asm incompatibility. And Neil already mentioned, that the JDK24 > classfile api might be an alternative. I'm not sure I did?! I pointed at the use of manual byte

Re: Adapting xxDark's Clipboard Problem Fix

2025-03-24 Thread Michael Bien
On 3/22/25 19:37, Matthias Bläsing wrote: > Hi, > > Am Samstag, dem 22.03.2025 um 20:27 +0200 schrieb Ioannis Torounoglou: >> One small addition, from my today tests, is that agent is not working with >> OpenJDK 24. >> The java_desktop_clipboard_patch_17plus.jar is working... > without the "why" p