Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
In the version 1.9.24 I could see during debugging, that the component service.pid is not included in the filter string. The component property service.pid is no longer listed in the filter.
In the OSGi console the service.pid is still displayed as I expected.
gogo: scr:list
...
org.jcommand.wiring.JCommandWiringManagerComponent in bundle 34 (org.jcommand.wiring:1.0.0.202206162156) enabled, 1 instance.
Id: 8, State:UNSATISFIED REFERENCE, PID(s): [org.jcommand.cm.persistencemanager.Wiring]
...
In the SimpleFilter#compare method, the service.pid "org.jcommand.cm.persistencemanager.Wiring" is compared with the component name from the SimpleFilter.
PersistenceManagerProxy#getDictionaries(final SimpleFilter filter) Line 140
master commit f15d77759b0448a7456b9cfc067900c4f47a52e3
Or am I looking at the wrong place?