Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-11 Thread Dan Tran
Thanks, will hook it up with our internal build On Sun, Jul 11, 2021 at 6:59 PM Olivier Lamy wrote: > done > > On Sun, 11 Jul 2021 at 07:44, Dan Tran wrote: > > > possible to push the latest snapshot to > > > > >

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-11 Thread Olivier Lamy
done On Sun, 11 Jul 2021 at 07:44, Dan Tran wrote: > possible to push the latest snapshot to > > https://repository.apache.org/content/groups/snapshots/org/apache/maven/apache-maven > ? > > Thanks > > -D > > On Sat, Jul 10, 2021 at 2:33 PM Dan Tran wrote: > > > Thanks, I will test out the

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-10 Thread Dan Tran
possible to push the latest snapshot to https://repository.apache.org/content/groups/snapshots/org/apache/maven/apache-maven ? Thanks -D On Sat, Jul 10, 2021 at 2:33 PM Dan Tran wrote: > Thanks, I will test out the latest 3.8 > > -D > > On Sat, Jul 10, 2021 at 12:29 PM Falko Modler wrote: >

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-10 Thread Dan Tran
Thanks, I will test out the latest 3.8 -D On Sat, Jul 10, 2021 at 12:29 PM Falko Modler wrote: > Done already: https://github.com/apache/maven/pull/482 > > Cheers, > Falko > > - > To unsubscribe, e-mail:

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-10 Thread Falko Modler
Done already: https://github.com/apache/maven/pull/482 Cheers, Falko - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-10 Thread Dan Tran
I think this is the one https://github.com/apache/maven/pull/413 -D On Sat, Jul 10, 2021 at 2:56 AM Michael Osipov wrote: > Am 2021-07-10 um 00:52 schrieb Dan Tran: > > ah sorry, the proposed PR merged into master. Can we back port it to > 3.8? > > Which PR exactly? > >

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-10 Thread Michael Osipov
Am 2021-07-10 um 00:52 schrieb Dan Tran: ah sorry, the proposed PR merged into master. Can we back port it to 3.8? Which PR exactly? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-09 Thread Dan Tran
ah sorry, the proposed PR merged into master. Can we back port it to 3.8? -D On Fri, Jul 9, 2021 at 3:47 PM Dan Tran wrote: > ping again :-) to keep discussion going :-) > > -D > > On Tue, May 18, 2021 at 6:20 AM Guillaume Nodet wrote: > >> Maybe not that many people are using parallel

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-07-09 Thread Dan Tran
ping again :-) to keep discussion going :-) -D On Tue, May 18, 2021 at 6:20 AM Guillaume Nodet wrote: > Maybe not that many people are using parallel builds... > Imho, the PR should be merged. I've created > https://issues.apache.org/jira/browse/MNG-7157 to provide a better API > and

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-05-18 Thread Guillaume Nodet
Maybe not that many people are using parallel builds... Imho, the PR should be merged. I've created https://issues.apache.org/jira/browse/MNG-7157 to provide a better API and deprecate the getArtifacts() method which is flawed (see discussion on the PR

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-05-04 Thread Michael Osipov
Am 2021-05-03 um 22:15 schrieb Falko Modler: Earlier today Michael Osipov added this note to the ticket: I confirm that this still happens on Maven master with Resolver 1.7.0-SNAPSHOT. This isn't Resolver related because no dependency resolution happens in the build. I am still confused why

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-05-03 Thread Falko Modler
Dan Tran wrote: we are facing the same issue at work (300+ modules), classpath empty randomly empty Love to see some resolution, will help to test it Thanks -D On Fri, Jan 15, 2021 at 1:51 PM Falko Modler wrote: Hi everyone, I'd like to raise awareness for the MavenProject concurrency prob

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-05-02 Thread Tibor Digana
gt; > solve many issues in the Core and Resolver. > > > > Considering my examples with ArrayList, the thread safety should > > continue > > > > deeper with the implementation of DefaultArtifact, etc. > > > > In my experience, it's worth using the collect

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-05-02 Thread Dan Tran
onsidering my examples with ArrayList, the thread safety should > continue > > > deeper with the implementation of DefaultArtifact, etc. > > > In my experience, it's worth using the collection which appears in the > > > package "java.util.concurrent". > > >

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-01-24 Thread Tibor Digana
ue for simple iterators with > small > > amounts of elements. Alternatively use COWAL for large data and > reordering > > of elements by adding or removing them somewhere inside. > > > > Cheers > > Tibor17 > > > > > > > > On Sat, Jan 16

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-01-24 Thread Falko Modler
51 PM Falko Modler wrote: Hi everyone, I'd like to raise awareness for the MavenProject concurrency problem that is causing MNG-6843 "Parallel build fails due to missing JAR artifacts in compilePath" [1] and probably others [2] [3] [4]. Almost a month ago, I created a ThreadLocal-based fix for this [5]

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-01-20 Thread Tibor Digana
gt; > Thanks > > -D > > On Fri, Jan 15, 2021 at 1:51 PM Falko Modler wrote: > > > Hi everyone, > > > > I'd like to raise awareness for the MavenProject concurrency problem > > that is causing MNG-6843 "Parallel build fails due to missing JAR > &

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-01-16 Thread Dan Tran
y problem > that is causing MNG-6843 "Parallel build fails due to missing JAR > artifacts in compilePath" [1] and probably others [2] [3] [4]. > > Almost a month ago, I created a ThreadLocal-based fix for this [5] > (after another, older cloning-based approach had raised so

MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

2021-01-15 Thread Falko Modler
Hi everyone, I'd like to raise awareness for the MavenProject concurrency problem that is causing MNG-6843 "Parallel build fails due to missing JAR artifacts in compilePath" [1] and probably others [2] [3] [4]. Almost a month ago, I created a ThreadLocal-based fix for this [5] (aft