Replies: 1 comment
-
As it was an issue with health checks, I was able to solve this by register them manually with the help of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add N beans on startup depending on collection entries (HealthChecks)
I tried to do this with
@Observes AfterBeanDiscovery event
, which did not get triggered. I figured that this is not supported in Quarkus asCDI Lite implementations are not required to provide support for Portable Extensions.
How can I add additional beans during runtime within an application code (no extension)?
Beta Was this translation helpful? Give feedback.
All reactions