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
The black list is actually used by the ServicePublisher and obtained from the CDIContainerFactory service in use.
I see three possibilities :
*We stick with this solution, meaning that the blacklist in use is hard coded in the implementation bundle.
*We remove the blacklist from the CDIContainerFactory API and hard code it in the ServicePublisher.
*We provide a way for the user to provide its own blacklist to the factory every time a CDI container is needed.
Currently working but imo it seems not achieved. No matter we can switch this issue to a later millstone.
CDI-OSGi defines a black list for disallowed service types but it is currently useless.
We should remove it or provide a mechanism to allow the client to customize it.
The text was updated successfully, but these errors were encountered: