Would like to change the junit report action of our CI pipeline

2023-09-26 Thread Michael Bien
Hello, you might have noticed that when a test fails, the chances are high that the logged exception will break the markup on the github workflow summary which makes it difficult to read. I would like to change the test report action to a different implementation:

Re: Fwd: Netbeans Platform and Jigsaw

2023-09-26 Thread Michael Bien
Hi, we have a short wiki article for this: https://cwiki.apache.org/confluence/display/NETBEANS/Java+Module+System+and+NetBeans+Platform+Applications what you could do while migrating a platform app is to simply start with the same flags NetBeans is using. Once you are done and all your tests

Fwd: Netbeans Platform and Jigsaw

2023-09-26 Thread Jean-Marc Borer
Hi there, We are planning to migrate from Java 8 and NB 12.4 to Java 17 and NB 19. I know it works as I run my IDE 19 with Java 17. Now there is Jigsaw I there some documentation how to compile Netbeans Platform applications with JDK 9+ and Maven? I am trying to understand how Jigsaw modules

Re: New warnings poping up when compiling NB Platform with Maven 3.9

2023-09-26 Thread Michael Bien
On 26.09.23 11:58, Neil C Smith wrote: On Tue, 26 Sept 2023 at 10:44, Jean-Marc Borer wrote: We are upgrading from Maven 3.8 to 3.9 for our NB platform apps. I now have those new warnings poping up (we compile with java 8 source): They're probably not new, just hidden by default before! A

Re: New warnings poping up when compiling NB Platform with Maven 3.9

2023-09-26 Thread Jean-Marc Borer
Great. Thank you On Tue, Sep 26, 2023 at 9:59 AM Neil C Smith wrote: > On Tue, 26 Sept 2023 at 10:44, Jean-Marc Borer wrote: > > We are upgrading from Maven 3.8 to 3.9 for our NB platform apps. I now > have > > those new warnings poping up (we compile with java 8 source): > > They're probably

Re: New warnings poping up when compiling NB Platform with Maven 3.9

2023-09-26 Thread Neil C Smith
On Tue, 26 Sept 2023 at 10:44, Jean-Marc Borer wrote: > We are upgrading from Maven 3.8 to 3.9 for our NB platform apps. I now have > those new warnings poping up (we compile with java 8 source): They're probably not new, just hidden by default before! A bunch of default plugin versions

Re: New warnings poping up when compiling NB Platform with Maven 3.9

2023-09-26 Thread Jean-Marc Borer
To complement the question: --- compiler:3.11.0:compile (default-compile) @ message-client --- Changes detected - recompiling the module! :dependency Compiling 7 source files with javac [debug target 1.8] to target\classes Supported source version 'RELEASE_7' from annotation processor

New warnings poping up when compiling NB Platform with Maven 3.9

2023-09-26 Thread Jean-Marc Borer
Hi guys, We are upgrading from Maven 3.8 to 3.9 for our NB platform apps. I now have those new warnings poping up (we compile with java 8 source): Changes detected - recompiling the module! :dependency Compiling 7 source files with javac [debug target 1.8] to target\classes Supported source