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

Prevent potential infinite loop in AutoAddScopeProcessor #12103

Merged
merged 1 commit into from Sep 15, 2020
Merged

Prevent potential infinite loop in AutoAddScopeProcessor #12103

merged 1 commit into from Sep 15, 2020

Conversation

jaikiran
Copy link
Member

Fixes #12102

As rightly identified by @doctau, the current code in AutoAddScopeProcessor#requiresContainerServices can potentially run into an infinite loop. The commit in this PR fixes that issue.

@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Sep 15, 2020
@mkouba mkouba merged commit 16192a2 into quarkusio:master Sep 15, 2020
@mkouba mkouba added this to the 1.9.0 - master milestone Sep 15, 2020
@gsmet gsmet modified the milestones: 1.9.0 - master, 1.8.1.Final Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hang in build when upgrading to 1.8.0 when library class' superclass is not present on classpath
4 participants