[ 
https://issues.apache.org/jira/browse/WICKET-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emond Papegaaij resolved WICKET-7014.
-------------------------------------
    Fix Version/s: 9.13.0
                   10.0.0
       Resolution: Fixed

> Use new API for forward compatibility with CDI 4
> ------------------------------------------------
>
>                 Key: WICKET-7014
>                 URL: https://issues.apache.org/jira/browse/WICKET-7014
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-cdi
>    Affects Versions: 9.12.0
>            Reporter: Emond Papegaaij
>            Assignee: Emond Papegaaij
>            Priority: Major
>             Fix For: 9.13.0, 10.0.0
>
>
> {{org.apache.wicket.cdi.NonContextual}} uses a deprecated API 
> {{BeanManager.createInjectionTarget(type)}}. This method no longer exists in 
> CDI 4, but the replacement is already available since CDI 1.1. The class 
> should use:
> {code}
> BeanManager.getInjectionTargetFactory(type).createInjectionTarget(null);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to