Java 11 and the Netbeans platform

2021-02-15 Thread Stefan Murawski
Hi, I am creating a Software basend on the Netbeans Platform. I noticed, that the bootstrap plugin has an extra java.lang.Module. With the module system it is expected that each jar ja a defined set of packages and overwriting packages from other jars or the JRE should not happen. I noticed seve

Re: Netbeans 9.0 and maven

2018-11-01 Thread Stefan Murawski
um 11:57 Uhr schrieb Neil C Smith < neilcsm...@apache.org>: > On Thu, 1 Nov 2018 at 08:50, Stefan Murawski wrote: > > I am developing an application that is based on the netbeans framework. > Due to java 8 leaving official support and java 11 becoming the next lts I > am

Netbeans 9.0 and maven

2018-11-01 Thread Stefan Murawski
Hi, I am developing an application that is based on the netbeans framework. Due to java 8 leaving official support and java 11 becoming the next lts I am trying to migrate the application to Netbeans 9.0 and possibly java 11 (java 10 would be okay, too). The problems I faced are are the following