Replies: 2 comments 1 reply
-
I would expect this to work since we pick the CDI beans with instance injection with Literal selections. @mkouba Should CDI stereotypes work in this case? - https://github.com/smallrye/smallrye-health/blob/main/implementation/src/main/java/io/smallrye/health/SmallRyeHealthReporter.java#L72-L74 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think that it should work but we'll need a reproducer app to find out where the problem is. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @xstefank, @jmartisk and all other experts in this area!
I'm trying to use
@Wellness
and@HealthGroup
like this:but my checks are not picked up.
It does work when I add those annotations directly to each actual check.
Is this a bug or a missing feature or am I doing something wrong here?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions