Re: [platform] default options and add-opens+add-exports

2025-05-28 Thread Michael Bien
On 5/28/25 16:44, Patrik Karlström wrote: > Inline below... > > Den tis 27 maj 2025 kl 16:41 skrev Michael Bien : > > Hi Patrik, > > the list will highly depend on the dependencies of your application ;) > > > That much I understand ;)  > I have added them one by one when prompted by the lo

Re: [platform] default options and add-opens+add-exports

2025-05-28 Thread Patrik Karlström
Inline below... Den tis 27 maj 2025 kl 16:41 skrev Michael Bien : > Hi Patrik, > > the list will highly depend on the dependencies of your application ;) > That much I understand ;) I have added them one by one when prompted by the logs, but never tried to remove anything until today. I had to r

[platform] default options and add-opens+add-exports

2025-05-27 Thread Patrik Karlström
I have over the years added 18 add-opens and 18 add-exports to my default options in my applications config. Today, with RELEASE26 and JDK 24.0.1 I realized I could remove everything but add-opens for java.io and java.net. I'm happy but curious, what has changed? /Patrik

Re: [platform] default options and add-opens+add-exports

2025-05-27 Thread Michael Bien
Hi Patrik, the list will highly depend on the dependencies of your application ;) If the platform application doesn't depend on any java editor features for example, the list should be already significantly smaller than the one in the NetBeans config. Cleanups and JDK version bumps within NetB