]
Rastislav Wagner commented on JBIDE-15518:
------------------------------------------
[~scabanovich]] Could you provide steps to verify ? I wasn't able to find any
deltaspike module which doesnt use javax.enterprise.inject.spi.Extension
Add to CDI model extensions provided without extension service
--------------------------------------------------------------
Key: JBIDE-15518
URL:
https://issues.jboss.org/browse/JBIDE-15518
Project: Tools (JBoss Tools)
Issue Type: Task
Components: cdi, cdi-extensions
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.Alpha1
CDI 1.1 specification recommends to register extensions in
META-INF/services/javax.enterprise.inject.spi.Extension. However, Weld implementation and
Wildfly choose to add extensions directly, without service.
Now we find only extensions registered in service. We have to add 'hardcoded'
extensions as well.