michael-o commented on pull request #142:
URL: https://github.com/apache/maven-resolver/pull/142#issuecomment-1002619756


   @ibabiankou Thank you for looking into this. I see three mostly independent 
issues to be solved:
   * Move from DFS to BFS which is a logical change and maybe may lead a 
difference dependency tree
   * Skip already visitited artifacts which is a logical change; expected not 
to change the dependency tree
   * Download POM artifacts in parallel which is a purely technical improvement 
and does not affect dependency tree resolution at all
   
   Does this make sense?
   
   Therefore, I'd like to discuss the first two and then the parallel approach. 
I don't want to review all of them in parallel (no pun intended)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to