slachiewicz commented on issue #839: URL: https://github.com/apache/maven-resolver/issues/839#issuecomment-5485360717
The conflict resolution area was rewritten twice since this report: the 1.9.0 collector records cycles via DefaultDependencyCycle, and the rework delivered in 2.0.11 (PR #1558, ffa2177c) split ConflictResolver into ClassicConflictResolver/PathConflictResolver with documented behaviour that losing nodes — and with them cycles — are completely removed from the graph. Regression coverage exists (NearestVersionSelectorTest.testCyclicGraph/testOverlappingCycles, ConflictResolverTest.winnerCycleRemoved). Closing as fixed; if the exact two-overlapping-cycles scenario still misbehaves on 2.0.11 or newer, please reopen with a reproducing test. -- 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]
