Skip to content

Bug: fix new PCR as it in certain cases left duplicates#1896

Merged
cstamas merged 1 commit into
apache:masterfrom
cstamas:issue-1895
Jun 4, 2026
Merged

Bug: fix new PCR as it in certain cases left duplicates#1896
cstamas merged 1 commit into
apache:masterfrom
cstamas:issue-1895

Conversation

@cstamas
Copy link
Copy Markdown
Member

@cstamas cstamas commented May 31, 2026

The was spotted by Quarkus plugin that was building own "app graph" and bellied up because of discovered duplicated in graph.

Bug was caused by bad cycle detection, and it resulted in DependencyNode graph had uncovered branches by Path parallel tree, and hence, those were left fully uninspected and caused duplications.

Fixes #1895

The was spotted by Quarkus plugin that was building own "app graph"
and bellied up because of discovered duplicated in graph.
@cstamas cstamas self-assigned this May 31, 2026
@cstamas cstamas marked this pull request as ready for review June 1, 2026 14:04
@cstamas cstamas added this to the 2.0.19 milestone Jun 1, 2026
@cstamas cstamas added the bug Something isn't working label Jun 1, 2026
@cstamas cstamas merged commit 5e97fd1 into apache:master Jun 4, 2026
14 checks passed
@cstamas cstamas deleted the issue-1895 branch June 4, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PathConflictResolver fails to resolve properly conflict in certain cases

2 participants