[
https://issues.apache.org/jira/browse/CXF-9071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andriy Redko resolved CXF-9071.
-------------------------------
Resolution: Fixed
> replace calls to deprecated method BeanManager#fireEvent
> --------------------------------------------------------
>
> Key: CXF-9071
> URL: https://issues.apache.org/jira/browse/CXF-9071
> Project: CXF
> Issue Type: Improvement
> Components: Bus
> Affects Versions: 4.0.5
> Reporter: Mark Struberg
> Priority: Major
> Fix For: 4.0.6
>
>
> 2 classes in CXF 4.0.5 still use a the old CDI method BeanManager#fireEvent
> which got deprecated in CDI-2.0 (in 2016) and replaced by
> BeanManager.getEvent().fire(). In CDI-4.0 the old method got finally removed.
> This already got fixed in CDI-4.1.0 which is not yet released. Since 4.0.x
> already targets the jakarta.* namespace we could easily also move to the new
> API without breaking anyone. This would allow CXF to run on every jakarta.*
> CDI version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)