You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2017/09/14 10:43:00 UTC

[jira] [Created] (GERONIMO-6589) Use getPropertyNames to locate properties that should exist

John D. Ament created GERONIMO-6589:
---------------------------------------

             Summary: Use getPropertyNames to locate properties that should exist
                 Key: GERONIMO-6589
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6589
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: Config
            Reporter: John D. Ament


Right now, Config relies on checking that the property exists in the ConfigSource to know what properties are supported.

In MP Config 1.1 we added a getPropertyNames method that returns the set of property keys known to this config source.  It is a default method.  We should use that to know whether or not a property key exists.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)