[
https://issues.apache.org/jira/browse/FELIX-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174391#comment-17174391
]
Tom Watson commented on FELIX-6319:
-----------------------------------
The only OSGi API I know of to obtain the list of framework configuration
properties is by looking at the osgi.native capability provided by the system
bundle. See
[https://docs.osgi.org/specification/osgi.core/7.0.0/framework.namespaces.html#framework.namespaces.osgi.native]
Where it states:
{quote}In addition to the attributes defined in Table 8.8 an OSGi Framework
must populate the osgi.native capability attributes with the values included in
the Framework launching properties (see Launching Properties). Launching
property keys that start with osgi.native. are excluded to prevent collisions
with the defined capability attribute keys.
{quote}
> Expose all framework properties in a web console plugin
> -------------------------------------------------------
>
> Key: FELIX-6319
> URL: https://issues.apache.org/jira/browse/FELIX-6319
> Project: Felix
> Issue Type: Improvement
> Components: Web Console
> Affects Versions: webconsole-4.5.4
> Reporter: Konrad Windszus
> Priority: Major
>
> It would be handy for debugging purposes to be able to see all framework
> configuration properties
> (https://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.html)
> which are currently set in a dedicated web console plugin.
> This could either be combined or work similar to
> https://github.com/apache/felix-dev/blob/029df631bc88c1c86a12a080f104b6a1cafef564/webconsole/src/main/java/org/apache/felix/webconsole/internal/misc/SystemPropertiesPrinter.java
--
This message was sent by Atlassian Jira
(v8.3.4#803005)