You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/04/25 07:37:04 UTC

[jira] [Created] (GERONIMO-6567) Expose configuration system details via JMX

Mark Struberg created GERONIMO-6567:
---------------------------------------

             Summary: Expose configuration system details via JMX
                 Key: GERONIMO-6567
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6567
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Config
            Reporter: Mark Struberg
            Assignee: Mark Struberg


This is basically the same functionality as we are currently implementing in DeltaSpike Config as well
https://issues.apache.org/jira/browse/DELTASPIKE-1245

Each application should be able to expose  details about it's configuration via a MBean (JMX).
The following info should be made available

1.) The list of all picked up ConfigSources + their ordinals. Of course already sorted

2.) All configured values.
 - their key
 - their 'native' value (without variables, etc)
 - the ConfigSource from which the value effectively got picked up
    Map of all the ConfigSources containing the key + the values which got resolved on each level.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)