You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Pepijn Noltes (JIRA)" <ji...@apache.org> on 2018/01/09 19:59:00 UTC

[jira] [Created] (CELIX-420) Create alternatives for lower case and dot separated config properties

Pepijn Noltes created CELIX-420:
-----------------------------------

             Summary: Create alternatives for lower case and dot separated config properties
                 Key: CELIX-420
                 URL: https://issues.apache.org/jira/browse/CELIX-420
             Project: Celix
          Issue Type: Improvement
            Reporter: Pepijn Noltes
            Priority: Minor


Currently there are still some config property which must be set with lower case and dot separated property names. Because Celix falls back on env variables if a config property is not set in the config.properties file, a more env variable convention is preferable. 

Track down all config properties using lower case and dot separation (e.g. cosgi.auto.start.1) and add an upper case and _ separation alternative. Also for Celix property add the prefix celix (e.g. CELIX_AUTO_START_1).
Note that the lower case and dot separation config property should still be supported to ensure backward compatibility.





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