-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ArC build time optimization fix #20582
Conversation
- BeanDeployment#beansByType - a bean should not be listed multiple times even if it has multiple types with the same raw name in its set of bean types - fix a regression introduced in quarkusio#20470 - resolves quarkusio#20566
FTR there's no need to backport this fix - the regression is in the main branch only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch! Makes sense, thanks :-)
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 3ef4e5d
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/oidc integration-tests/vault-agroal
📦 integration-tests/oidc✖
📦 integration-tests/vault-agroal✖
✖
✖
|
None of the failures seems to be related. Let's try again... |
Failing Jobs - Building 3ef4e5d
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/oidc
📦 integration-tests/oidc✖
|
times even if it has multiple types with the same raw name in its set of
bean types