Warning when compiling with release profile

2023-11-24 Thread Heinz Koeck
Hello forum, I work with WIN11, NetBean 15, Java SDK-19 and get the following warning when compiling with release profile. What can I do? cd D:\Heinz\EigeneProgrammeSource\NetBeansProjects\MavenMitFX; "JAVA_HOME=C:\\Program Files\\Java\\jdk-19" cmd /c "\"C:\\Program

[platform] RELEASE200

2023-11-24 Thread Patrik Karlström
So I'm testing my maven platform applications against RELEASE200 and I've got two questions. I tend to exclude unneeded (by me) modules to make the apps more slim, or to provide newer dependencies such as for lang3 for example. Now I get messages like Some included modules/bundles depend on

NetBeans at Devfest Istanbul conference tomorrow

2023-11-24 Thread mark stephens
Hi All, We are doing our usual NetBeans talk at DevFest Istanbul conference tomorrow and will have 200 free NetBeans stickers to hand out on our stand! Usually lots of interest in Turkey. If you are attending drop by and say hi! We have brought Zain back to do the talk (he will be amazing

Java Wrapper around the fast FPNG encoder, AVX/SSE optimised

2023-11-24 Thread Andreas Reichel
Greetings. Please allow me to apologise for hijacking this list: I assume there are a lots of Java interested people gathered here. We wrapped the SSE/AVX optimised PNG encoders into a Java library. The results look promising: 27x faster than ImageIO and still 11x faster than Java PNG Encoder,

Re: Maven + NB platform app variants

2023-11-24 Thread Jerome Lelasseux
Thanks Patrick, that helps Le vendredi 24 novembre 2023 à 17:04:55 UTC+1, Patrik Karlström a écrit : I asked the very same thing earlier on this list and I ended up using standard maven profiles.It's good for excluding modules too, and adding closed source modules to an open source

Re: Maven + NB platform app variants

2023-11-24 Thread Patrik Karlström
I asked the very same thing earlier on this list and I ended up using standard maven profiles. It's good for excluding modules too, and adding closed source modules to an open source pom. The reference will be visible but not the content. Note that you have to select the correct profile in both