You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PAX CDI Weld, the ProxyWeavingHook hook adds the required dynamic imports for Weld classes in case a bundle requires the PAX CDI capability (org.ops4j.pax.cdi.extension).
However, for CDI extension bundle, that leads to having an empty CDI container started when the CDI extension bundle is deployed.
A better approach is to apply the weaving logic for CDI extension that instead provides a PAX CDI capability.
Antonin Stefanutti created PAXCDI-215
In PAX CDI Weld, the
ProxyWeavingHook
hook adds the required dynamic imports for Weld classes in case a bundle requires the PAX CDI capability (org.ops4j.pax.cdi.extension
).However, for CDI extension bundle, that leads to having an empty CDI container started when the CDI extension bundle is deployed.
A better approach is to apply the weaving logic for CDI extension that instead provides a PAX CDI capability.
Affects: 1.0.0
Fixed in: 1.1.4
Votes: 0, Watches: 1
The text was updated successfully, but these errors were encountered: