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

2023-09-22 Thread Delany
+1

On Thu, 21 Sept 2023, 21:53 Slawomir Jaranowski, 
wrote:

> Hi,
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12353341
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHADE%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1990/
>
> https://repository.apache.org/content/repositories/maven-1990/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1-source-release.zip
>
> Source release checksum(s):
> maven-shade-plugin-3.5.1-source-release.zip - SHA-512 :
>
> 02a72361203356dfccd4a4dca9459e9ef9e7b7e3852500633de920200c3525ef28bdf5e585791105dbf62ab61050c65300fc1d58495983307ddb58e9562e58c8
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> Sławomir Jaranowski
>


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 <<< FAILURE! -- in FsTest AsyncWriteTest
[ERROR]
org.apache.opendal.behavior.BehaviorTest$AsyncWriteTest.testReadFull --
Time elapsed: 0.594 s <<< FAILURE!
java.lang.AssertionError:

But not in the very end summary:

[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] org.apache.opendal.behavior.BehaviorTest$AsyncWriteTest.testReadFull
[ERROR]   Run 1: BehaviorTest$AsyncWriteTest.testReadFull:110

You can clone https://github.com/apache/incubator-opendal/pull/3161 and
fail some tests case conditionally for debugging.

Best,
tison.


tison  于2023年9月23日周六 01:17写道:

> 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  <<< FAILURE!
> java.lang.AssertionError:
>
> to be:
>
> [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.FsTest>org.apache.opendal.behavior.BehaviorTest$AsyncWriteTest.testReadFull
>  Time elapsed: 0.491 s  <<< FAILURE!
> java.lang.AssertionError:
>
> Or other approach to specify the actual test class.
>
> Best,
> tison.
>
>
> tison  于2023年9月23日周六 01:11写道:
>
>> 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: 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, it caused the 
conflict.  After resolving that it seems fine now.  Thanks for the adjustments 
done on this effort!

Thanks,

Jeremy

-Original Message-
From: Slawomir Jaranowski  
Sent: Saturday, September 16, 2023 2:55 PM
To: Maven Developers List 
Subject: Re: plexus-utils 4.x and Xpp3DomBuilder

sob., 16 wrz 2023 o 16:19 Jeremy Landis 
napisał(a):

> Site plugin on maven release doesn't like if this was used this way.
> Using the site 3 series.
>

Can you provide more details or reproduce for the site plugin?


>
> Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for 
> Android %2Faka.ms%2FAAb9ysg&data=05%7C01%7C%7C740d82224eff4fd9e67e08dbb6e66dde
> %7C84df9e7fe9f640afb435%7C1%7C0%7C638304873032160179%7CUnk
> nown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWw
> iLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=eNPNaJm%2FfYf2cP9avC0fCJxHU0GSHT
> ByUiUvYL9fwMs%3D&reserved=0>
> 
> From: Slawomir Jaranowski 
> Sent: Saturday, September 16, 2023 9:50:51 AM
> To: Maven Developers List 
> Subject: Re: plexus-utils 4.x and Xpp3DomBuilder
>
> śr., 13 wrz 2023 o 08:47 Hervé Boutemy  napisał(a):
>
> > can you try plexus-xml 3.0.0 and confirm this works as you expected 
> > initially, please?
> >
> >
> plexus-utils 4.x and plexsu-xml 3.0.0 can be used on both Maven 3.x 
> and 4.x
>
> So now it will be ok.
>
>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithu
> b.com%2Fapache%2Fmaven-enforcer%2Fpull%2F291&data=05%7C01%7C%7C740d822
> 24eff4fd9e67e08dbb6e66dde%7C84df9e7fe9f640afb435%7C1%7C0%7
> C638304873032160179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIj
> oiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=hbZ%2BJ
> vidhx2643PZW2AKmGBQjP%2B4uKLo43iG1L2qB%2F8%3D&reserved=0
>  ub.com%2Fapache%2Fmaven-enforcer%2Fpull%2F291&data=05%7C01%7C%7C740d82
> 224eff4fd9e67e08dbb6e66dde%7C84df9e7fe9f640afb435%7C1%7C0%
> 7C638304873032160179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQI
> joiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=hbZ%2B
> Jvidhx2643PZW2AKmGBQjP%2B4uKLo43iG1L2qB%2F8%3D&reserved=0>
>
> Regards,
> >
> > Hervé
> >
> > Le mardi 25 juillet 2023, 20:56:04 CEST Slawomir Jaranowski a écrit :
> > > Hi
> > >
> > > I'm trying to update plexus-utils 3.5.x to plexus-utils/plexus-xml 
> > > 4.x
> in
> > > maven-enforcer 
> > >
> > > In maven-enforcer (and in many other plugins ...) is used, code like:
> > >
> > > Xpp3Dom enforcerRules =
> > Xpp3DomBuilder.build(descriptorStream,
> > > "UTF-8");
> > >
> > > Xpp3Dom and Xpp3DomBuilder - has new implementation in plexus-xml 
> > but
> > > Maven 3.x exports
> > >
> > > 
> > >
> >  
> > org.codehaus.plexus.util.xml.Xpp3Dom > ge>
> > >
> > >
> >
> org.codehaus.plexus.util.xml.pull.XmlPullParser rtedPa
> > > ckage>
> > >
> > >
> >
> org.codehaus.plexus.util.xml.pull.XmlPullParserExcept
> ion > > xportedPackage>
> > >
> > >
> >
> org.codehaus.plexus.util.xml.pull.XmlSerializer rtedPa
> > > ckage>
> > >
> > > It is very magical that we export classes but not export artifact 
> > > which contains those classes ...
> > >
> > > so incompatibilite code for Xpp3Dom is used ...
> > >
> > > Any hints on how to process it.
> >
> >
> >
> >
> >
> > 
> > - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For 
> > additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> --
> Sławomir Jaranowski
>


--
Sławomir Jaranowski

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



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&version=12353341
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHADE%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1990/
>
> https://repository.apache.org/content/repositories/maven-1990/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1-source-release.zip
>
> Source release checksum(s):
> maven-shade-plugin-3.5.1-source-release.zip - SHA-512 :
>
> 02a72361203356dfccd4a4dca9459e9ef9e7b7e3852500633de920200c3525ef28bdf5e585791105dbf62ab61050c65300fc1d58495983307ddb58e9562e58c8
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> Sławomir Jaranowski
>


[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&version=12353482

There are still some issues in JIRA:
https://issues.apache.org/jira/projects/MRESOLVER/issues

Staging repository:
https://repository.apache.org/content/repositories/maven-1991

Source release SHA512:
b9a03c88bcb21c6bc0af3faf0b8fdf0001e9c2250957f715333e195730350ad5e4519069786f88990f22ac87b7b513d8c84ca5ffbb160ecca2fd0986b89da3da

Staging site:
https://maven.apache.org/resolver-archives/resolver-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1


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  <<< FAILURE!
java.lang.AssertionError:

to be:

[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.FsTest>org.apache.opendal.behavior.BehaviorTest$AsyncWriteTest.testReadFull
 Time elapsed: 0.491 s  <<< FAILURE!
java.lang.AssertionError:

Or other approach to specify the actual test class.

Best,
tison.


tison  于2023年9月23日周六 01:11写道:

> 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.
>


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&version=12353341

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHADE%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1990/
https://repository.apache.org/content/repositories/maven-1990/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1-source-release.zip

Source release checksum(s):
maven-shade-plugin-3.5.1-source-release.zip - SHA-512 :
02a72361203356dfccd4a4dca9459e9ef9e7b7e3852500633de920200c3525ef28bdf5e585791105dbf62ab61050c65300fc1d58495983307ddb58e9562e58c8

Staging site:
https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.

[ ] +1
[ ] +0
[ ] -1




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



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&version=12353341
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHADE%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1990/
>
> https://repository.apache.org/content/repositories/maven-1990/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1-source-release.zip
>
> Source release checksum(s):
> maven-shade-plugin-3.5.1-source-release.zip - SHA-512 :
>
> 02a72361203356dfccd4a4dca9459e9ef9e7b7e3852500633de920200c3525ef28bdf5e585791105dbf62ab61050c65300fc1d58495983307ddb58e9562e58c8
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> Sławomir Jaranowski
>