Re: Another take on [MRESOLVER-7] Download dependency POMs in parallel

2021-12-12 Thread Ivan Babiankou
Hi Tibor, It took a while (and a few attempts :)), but I've prepared a branch with a few independent minimalistic commits. It's still a work in progress(tests and comments are missing), but I would love to run some thoughts by you before I spen

Re: Another take on [MRESOLVER-7] Download dependency POMs in parallel

2021-10-18 Thread Ivan Babiankou
Hi Tibor, Thanks for getting back to me! I looked at the reverted changes and it seems that the majority of the classes used to pass around data are not really thread safe. Given the size of the change I'm a bit reluctant to try to fix that branch because I'm not sure all of the changes are neede

Re: Another take on [MRESOLVER-7] Download dependency POMs in parallel

2021-10-17 Thread Michael Osipov
Hi Ivan, Am 2021-10-16 um 17:21 schrieb Ivan Babiankou: I would love to prepare decent PR for the MRESOLVER-7 issue, so that it m

Re: Another take on [MRESOLVER-7] Download dependency POMs in parallel

2021-10-16 Thread Tibor Digana
Hi Ivan, Basically the process is simple. You should fork the master to your branch named, e.g. MRESOLVER-7. I think the process is not a big issue right now. The big issue here is the analysis of the code and a proposed fix. It would be fine to split the changes into several independent commits

Another take on [MRESOLVER-7] Download dependency POMs in parallel

2021-10-16 Thread Ivan Babiankou
I would love to prepare decent PR for the MRESOLVER-7 issue, so that it makes it to one of the upcoming releases. But I could defini