]
Rastislav Wagner closed JBIDE-15518.
------------------------------------
[~scabanovich] Thanks! Closing.
Support CDI 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.