Re: Surefire Plugin: Tests failure on abstract class only shows the abstract class name

2023-09-22 Thread tison
The "usePhrasedClassNameInRunning" property in "JUnit5StatelessTestsetInfoReporter" helps a bit: @DisplayName("FsTest") public class FsTest extends BehaviorTest { // ... } [INFO] Running FsTest AsyncWriteTest [ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.636 s <<<

RE: plexus-utils 4.x and Xpp3DomBuilder

2023-09-22 Thread Jeremy Landis
Sorry for the noise on this. After further looking, in our super pom, we were overriding plexus utils on multiple plugins, one of which was the site plugin. Since those did not have the override on plexus xml set to 3 and the fact we override back to plexus utils 4 using same property value,

Re: [VOTE] Release Apache Maven Shade Plugin version 3.5.1

2023-09-22 Thread Tamás Cservenák
+1 On Thu, Sep 21, 2023 at 9:53 PM Slawomir Jaranowski wrote: > Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12353341 > > There are still a couple of issues left in JIRA: > >

[VOTE] Release Maven Resolver 1.9.16

2023-09-22 Thread Tamás Cservenák
Howdy, Note: Maven Resolver 1.x lineage after this release is going into "bugfix only" maintenance mode (and will be branched off as maven-resolver-1.9.x), while master branch will become 2.x. We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12353482

Re: Surefire Plugin: Tests failure on abstract class only shows the abstract class name

2023-09-22 Thread tison
To demostrate the expected manner, I want: [ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.535 s <<< FAILURE! - in org.apache.opendal.behavior.BehaviorTest$AsyncWriteTest [ERROR] org.apache.opendal.behavior.BehaviorTest$AsyncWriteTest.testReadFull Time elapsed: 0.491 s

Surefire Plugin: Tests failure on abstract class only shows the abstract class name

2023-09-22 Thread tison
See https://github.com/junit-team/junit5/issues/3475 for details. Perhaps JUnit5ConsoleOutputReporter is related but I failed to located the certain line constructing the test method name. Best, tison.

Re: [VOTE] Release Apache Maven Shade Plugin version 3.5.1

2023-09-22 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 21.09.23 21:51, Slawomir Jaranowski wrote: Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12353341 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Shade Plugin version 3.5.1

2023-09-22 Thread Sylwester Lachiewicz
+1 czw., 21 wrz 2023, 21:53 użytkownik Slawomir Jaranowski < s.jaranow...@gmail.com> napisał: > Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12353341 > > There are still a couple of issues left in JIRA: > >