Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRESOLVER-614] Do not apply depMgt onto itself #588

Merged
merged 7 commits into from
Oct 24, 2024

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Oct 23, 2024

Changes:

  • make collection context immutable (and related changes in DF and BF collectors to handle that)
  • related changes for clic-clac in all dependency manager implementations, basically defer depMgt application to "level lower"

"Clic-clac": do NOT factor in depMgt that arrived in derive method, but "put it aside for later". Essentially, if node introduces new depMgt entries, it should NOT apply those onto itself (own dependencies), but ONLY its children nodes.


https://issues.apache.org/jira/browse/MRESOLVER-614

@cstamas cstamas changed the title Experiment [MRESOLVER-614] Do not apply depMgt onto itself Oct 23, 2024
@cstamas cstamas added this to the 2.0.3 milestone Oct 23, 2024
@cstamas cstamas marked this pull request as ready for review October 24, 2024 10:34
@cstamas cstamas marked this pull request as draft October 24, 2024 11:20
@cstamas cstamas marked this pull request as ready for review October 24, 2024 19:14
@cstamas cstamas merged commit c19aa9f into apache:master Oct 24, 2024
5 checks passed
@cstamas cstamas deleted the experiment branch October 24, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants