Re: Why is old IO API used in maven resolver?

2020-08-18 Thread STEFAN REICH
@Oliver: thanks, I’ll go ahead and test the proposed changes on our build this week. The performance benefit is expected to differ on various OS, but I don’t have benchmark results for them. @Xeno: The two results I quoted are what you are asking for. resolverCopy is testing the current impleme

Shade plugin using the wrong project while building the dependency reduced pom in parallel builds

2020-08-18 Thread Emma Holmberg Ohlsson
Hi, After encountering the issue in https://issues.apache.org/jira/browse/MSHADE-148 (version 3.3.0 of the shade plugin and 3.6.0 of Maven) I ended up in a long debugging session trying to reproduce the scenario. What I found is that in ShadeMojo.java (rewriteDependencyReducedPomIfWeHaveReductio

Re: Assumption fail treated as unexcepted exception?!

2020-08-18 Thread Martin Gainty
MG>below From: Markus KARG Sent: Tuesday, August 18, 2020 8:28 AM To: 'Maven Developers List' Subject: AW: Assumption fail treated as unexcepted exception?! Martin, sorry was busy otherwise, had no time to check with JUnit 4. Will try ASAP and report here. In

Re: Your project website

2020-08-18 Thread Andrew Wetmore
Hi: I wrote to you two weeks ago about your project website, but have not seen a response. Whom should I contact directly? I am trying to see whether your project still uses the Apache CMS and, if so, what your plans are to migrate off it. Thanks in advance for your help. Andrew On Wed, Aug 5,

AW: Assumption fail treated as unexcepted exception?!

2020-08-18 Thread Markus KARG
Martin, sorry was busy otherwise, had no time to check with JUnit 4. Will try ASAP and report here. In fact I do not understand what you want me to ask the JUnit authors. I do not want to use JUnit 3 at all (I did not actively decide for any version), so if there is something to ask them, plea

Re: Assumption fail treated as unexcepted exception?!

2020-08-18 Thread Romain Manni-Bucau
Think the answer had been written already but in case it is not clear - it looks at least to me: it works as expected. JUnit 3 does not support assumptions - even when executed with JUnit 4 launcher - exactly as JUnt Jupiter mimics JUnit 4 behavior when executed with vintage engine. Assumptions are

Re: Assumption fail treated as unexcepted exception?!

2020-08-18 Thread Martin Gainty
have you tried with junit4? if you need to stick with older junit then you can implement your AssumptionViolatedException to extend BuildFailureException any feedback from junit author on this behaviour? gruss ~martin~ From: Markus KARG Sent: Monday, August 1

Re: maven-script-interpreter next version - please help

2020-08-18 Thread Slawomir Jaranowski
Hi, I would kindly remind There are anybody who can and want help me in release maven-script-interpreter sob., 25 lip 2020 o 10:35 Slawomir Jaranowski napisał(a): > Hi, > > I made changes to maven-script-interpreter which will resolve some issues > in invoker plugin. > > Last my changes brake co