[ https://issues.apache.org/jira/browse/FELIX-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carsten Ziegeler resolved FELIX-5761. ------------------------------------- Resolution: Won't Fix no activity for years, closing as wont fix. please reopen if you think otherwise > Expose service information by type (and not only by id) > ------------------------------------------------------- > > Key: FELIX-5761 > URL: https://issues.apache.org/jira/browse/FELIX-5761 > Project: Felix > Issue Type: Improvement > Components: Web Console > Affects Versions: webconsole-4.3.4 > Reporter: Konrad Windszus > Priority: Major > > Currently service information can only be retrieved for all services (via > /system/console/services.json) or for a particular service by id > (/system/console/services/<service id>.json). Since the ID is something which > is impossible to predict it would be useful to list those services > implementing a given type. For that > https://github.com/apache/felix/blob/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/ServicesServlet.java > needs to be extended so that not only an ID is extracted from the last path > part of the request url, but also optionally a type information. The returned > JSON should expose all services implementing that type. > This is e.g. useful in the context where an IT needs to wait for a particular > service to be registered (SLING-7297). -- This message was sent by Atlassian Jira (v8.20.10#820010)