Skip to content

sample bndtools project used to reproduce the issue from FELIX-5337

Notifications You must be signed in to change notification settings

pderop/dm.felix5337

Repository files navigation

This project is used to reproduce the issue reported at https://issues.apache.org/jira/browse/FELIX-5337.

Basically, two versions of the same service are registered in the osgi registry:

service.Service (version v1) service.Service (version v2)

now, a catchall.withapi bundle tries to lookup all services, using filter "(objectClass=)": this works. but the catchall.withannotation bundle is not able to lookup all services, using @ServiceDependency(filter"=(objectClass=).

About

sample bndtools project used to reproduce the issue from FELIX-5337

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages