[
https://issues.apache.org/jira/browse/KARAF-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606763#comment-16606763
]
Jean-Baptiste Onofré commented on KARAF-5864:
---------------------------------------------
Actually, the system collector already tries to parse the output as
integer/double before fallbacking to string. I'm testing if the behavior is
correct.
In that case, this change won't be required.
> Be able to define property value type in system collector
> ---------------------------------------------------------
>
> Key: KARAF-5864
> URL: https://issues.apache.org/jira/browse/KARAF-5864
> Project: Karaf
> Issue Type: Improvement
> Components: decanter
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: decanter-2.1.0
>
>
> Now, the system collector executes commands and get the command output as
> {{String}} in the EventAdmin event.
> It would be great to be able to try scalar type before fallbacking to
> {{String}} or define the property type in {{cfg}} file:
> {code}
> command.foo.long=foo
> command.foo.integer=foo
> command.foo.string=foo
> command.foo=foo // String as today
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)