Mark Struberg created CXF-9071:
----------------------------------

             Summary: 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
             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)

Reply via email to