Re: "bugfixes vs new features"

2020-02-15 Thread Sandro Röllin
Thanks for the Hints. Now I have updated form 11.0.3 to 11.0.6 openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.6+10) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.6+10, mixed mode) First Impression: the Netbeans IDE-Log is now clean: With 11.0.3 many

Re: WELCOME to users@netbeans.apache.org

2020-02-15 Thread Neil C Smith
On Sat, 15 Feb 2020, 12:24 Sandro Röllin, wrote: > Now we hoped for the current Apache Netbeans 11.2 > Note also that only LTS releases - 11.0, 12.0, 13.0 etc. go through the NetCAT community testing. That is all about priortising bug fixing vs new features. NetCAT for 12.0 is starting in a

Re: WELCOME to users@netbeans.apache.org

2020-02-15 Thread Emilian Bold
What you are saying is understandable but open source projects don't really work this way. NetBeans is already unique with the QA NetCAT program which does test releases via many volunteers but bugfixing does not happen like this. Most fixes are "scratch your own itch". For example, I use NetBeans

Re: WELCOME to users@netbeans.apache.org

2020-02-15 Thread Geertjan Wielenga
Try 11.3 beta 3 and provide feedback on it. Also please simply start a new thread — your subject line here makes no sense. Gj Sent from my iPhone > On 15 Feb 2020, at 13:24, Sandro Röllin wrote: > >  > The question "bugfixes vs new features?" > > My company uses Netbeans on Windows and macO

Re: WELCOME to users@netbeans.apache.org

2020-02-15 Thread Sandro Röllin
The question "bugfixes vs new features?" My company uses Netbeans on Windows and macOS for the development of JavaFX clients and for the development of PHP web applications. We originally wanted to move from Netbeans 7.4 to 8.2, but the macOS version had so many problems with: - find usage (freez

Old "RELEASE_7" warnings when using NB 11.2 annotation processors with JDK 11

2020-02-15 Thread Andrew Janke
Hi, NetBeans folks, I'm working on a project using NetBeans Platform 11.2, compiling it with OpenJDK 11.0.1, on macOS 11.14, using IntelliJ 2019.3 as my IDE. Here's my code: https://github.com/apjanke/antlrworks2-jank/tree/maven-migration. This is a migration of a project that used to use older ve