-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of AnyService seems causes osgi.service capability #5750
Comments
@amitjoy didn't you make a change here? |
This has been fixed immediately by @bjhargrave as soon as I reported it. Here is the MR: #5704 |
Okay, thanks heaps. I will recheck with the latest bnd version and will close the issue. Sorry to bother you. |
Well, this is still an issue. @bjhargrave has fixed, that no Capability is added if somebody would register an AnyService (Why every somebody would do this. If a Services references something using AnyService, it still adds a Requirement for AnyService
|
fixes bndtools#5750 Signed-off-by: Juergen Albert <[email protected]>
fixes bndtools#5750 Signed-off-by: Juergen Albert <[email protected]>
fixes #5750 Signed-off-by: Juergen Albert <[email protected]> --- Signed-off-by: Peter Kriens <[email protected]>
With bnd 6.4.0 I always get osgi.service;filter:="(objectClass=org.osgi.service.component.AnyService)";effective:=active, which does not really made sense. I think there should be no service requirement for such a case.
I could not test it in a different WS and a newer bnd version yet.
The text was updated successfully, but these errors were encountered: