-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Should JWT @Claim require @Inject too #5160
Comments
This test shows |
@sberyozkin the TCK must be CDI-compliant. So it has to use In any case, I wouldn't call it a "regression"... |
@mkouba Hi Martin, thanks for the fast update; As far as I'm concerned, the fewer annotations, the better :-), so if Qurakus allows for it then it is fine. May be some documentation has to be updated somewhere to answer a question from @emmanuelbernard ? If you tell me what to update then I can take care of it, thanks |
I've updated the CDI guide to include few lines about this feature: #5167 (previously it was only mentioned in the blogpost) |
@sberyozkin can you run some quarkus specific tests as well outside the TCK. Because if I did not make a mistake it was not working for me at the time. I had to add |
@emmanuelbernard |
Thanks @sberyozkin. |
The guide seems to use
@Claim
and@Inject
together and 0.27 seems to mandate that. But our quarkus lab used to work with just@Claim
in seemsIs that a regression or was the behavior never intended?
@lordofthejars
The text was updated successfully, but these errors were encountered: