[
https://issues.apache.org/jira/browse/KARAF-7289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455958#comment-17455958
]
ASF GitHub Bot commented on KARAF-7289:
---------------------------------------
jassuncao opened a new pull request #1463:
URL: https://github.com/apache/karaf/pull/1463
ConfigurationPropertyCompleter now uses the MetaType service to retrieve
configuration property names in addition to the ones already defined in
the configuration.
Adds an utility method in MetaServiceCaller to find MetaType info for a
specified PID. This method accepts a function to do something with the
result. MetaCommand is refactored to use this function.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Provide config property name completion using MetaType information
> ------------------------------------------------------------------
>
> Key: KARAF-7289
> URL: https://issues.apache.org/jira/browse/KARAF-7289
> Project: Karaf
> Issue Type: Improvement
> Components: karaf
> Reporter: Joao Assuncao
> Priority: Minor
>
> When using config:edit to create a new configuration, or edit an existing
> one, it can be useful to have property name completion include properties
> defined in the metadata (if available). Currently it only includes the names
> of properties already present in the configuration.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)