Skip to content

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

Open
cstamas wants to merge 1 commit into
apache:masterfrom
cstamas:issue-1895
Open

Bug: fix new PCR as it in certain cases left duplicates#1896
cstamas wants to merge 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.

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
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.

2 participants