Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
6.3.0
Description
BeanManager::createInjectionTarget has been deprecated in CDI 1.1 and was removed in CDI 4.0 , making for a hard incompatability with Jakarta EE 10 (the only one in the CDI Plugin, all that's left is the package names).
BeanManager::createInjectionTarget should be replaced with the recommended alternative BeanManager::getInjectionTargetFactory and InjectionTargetFactory::createInjectionTarget.
PR on GitHub: https://github.com/apache/struts/pull/754
Attachments
Issue Links
- links to