You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "pascal gehl (JIRA)" <ji...@apache.org> on 2014/01/29 16:44:08 UTC

[jira] [Created] (CONFIGURATION-564) PropertiesReader.doParseProperty() version 1.8+ not backward compatible

pascal gehl created CONFIGURATION-564:
-----------------------------------------

             Summary: PropertiesReader.doParseProperty() version 1.8+ not backward compatible
                 Key: CONFIGURATION-564
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-564
             Project: Commons Configuration
          Issue Type: Bug
          Components: Format
    Affects Versions: 1.9, 1.8, 1.10
            Reporter: pascal gehl


We have a legacy application using a library with properties configuration files where some properties are only keys; Example:
property.key
instead of 
property.key=value or property.key=

Until version 1.7 those properties where present with no value in our CompositeConfiguration instance.
Starting with version 1.8 (introducing a private not overridable regex pattern) those properties are now left out of our application configuration.
Since we don't own the lib we can't move to latest version of commons-configuration and are stuck with version 1.7



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)