-
Notifications
You must be signed in to change notification settings - Fork 358
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
Replace usage of deprecated beanManager.createInjectionTarget #4933
Conversation
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
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.
@senivam It should hopefully be alright, as I already cherrypicked it and then resolved the conflicts. Hopefully git is smart enough to see it has already been merged. |
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.
Thanks Arjan
@arjantijms Great then, thanks :) |
The
BeanManager.createInjectionTarget
is deprecated since CDI 1.1 and has been removed in CDI 4. Calling it will result in exceptions when using CDI 4.Signed-off-by: arjantijms arjan.tijms@gmail.com