Re: [Lazy Consensus] Minimum JDK build and run policy (dropping JDK 8)

2023-04-04 Thread László Kishalmi
+1 On Tue, Apr 4, 2023 at 7:36 PM Brad Walker wrote: > +1 > > -brad w. > > > > On Mon, Apr 3, 2023 at 4:39 AM Neil C Smith wrote: > > > As mentioned elsewhere, I'm kicking off a process to bring this issue > > to a decision. For various reasons, having a decision before we > > branch off NB18

Re: [Lazy Consensus] Minimum JDK build and run policy (dropping JDK 8)

2023-04-04 Thread Brad Walker
+1 -brad w. On Mon, Apr 3, 2023 at 4:39 AM Neil C Smith wrote: > As mentioned elsewhere, I'm kicking off a process to bring this issue > to a decision. For various reasons, having a decision before we > branch off NB18 is desirable. I've drawn up a draft proposal (below) > that tries to

Re: Launching an application

2023-04-04 Thread John Neffenger
On 4/4/23 1:24 PM, László Kishalmi wrote: It would be possible to package a downloaded JDK along with the Snap or have one downloaded during the install phase. However then comes the question: which one? I actually created a NetBeans Snap package that does just that. It downloads and connects

Re: Launching an application

2023-04-04 Thread László Kishalmi
Snap cannot depend on system packages. It may depend on other snaps as content packs, however that would only in a sandboxed environment. (We are not sandboxed at the moment). It would be possible to package a downloaded JDK along with the Snap or have one downloaded during the install phase.

Re: Launching an application

2023-04-04 Thread Neil C Smith
On Tue, 4 Apr 2023 at 18:12, Andrii Cherepkov wrote: > Yes, I know that NetBeans uses JDK and I need to install that. > But I said about users who don't know about that. Whey is not seeing any > popup windows in Linux like Ubuntu. Because it's not as simple an ask as it is on Windows. Does the

Re: Launching an application

2023-04-04 Thread Andrii Cherepkov
Yes, I know that NetBeans uses JDK and I need to install that. But I said about users who don't know about that. Whey is not seeing any popup windows in Linux like Ubuntu. вс, 2 апр. 2023 г. в 20:59, Laszlo Kishalmi : > You may install a JDK as well > > sudo apt install openjdk-17-jdk

RE: Updated dependencies triggers nbm-maven-plugin dependency build issue

2023-04-04 Thread Eric Barboni
Hi Eric Hi for the verifyRuntime should be in configuration block and accept "fail, warn and skip" org.apache.netbeans.utilities nbm-maven-plugin true warn Maybe it could help investigate. Updating dependencies on a project may cause so transitive issue you have to manage. Using