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
When I added the workarounds for OSGIModule (for Equinox Servlets), I figured that they'd probably less needed for OSGIWebContainerModule. However, that class doesn't provide much introspection either - no ClassLoader or the like. So it'd make sense to add the workarounds for CDI to this as well, looking up the active Bundle for coordination.
The text was updated successfully, but these errors were encountered:
When I added the workarounds for OSGIModule (for Equinox Servlets), I figured that they'd probably less needed for OSGIWebContainerModule. However, that class doesn't provide much introspection either - no ClassLoader or the like. So it'd make sense to add the workarounds for CDI to this as well, looking up the active Bundle for coordination.
The text was updated successfully, but these errors were encountered: