You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Kushal Agrawal (Jira)" <ji...@apache.org> on 2021/09/06 07:39:00 UTC

[jira] [Created] (CONFIGURATION-809) different of result with java.util.property in case of duplicate key.

Kushal Agrawal created CONFIGURATION-809:
--------------------------------------------

             Summary: different of result with java.util.property in case of duplicate key.
                 Key: CONFIGURATION-809
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-809
             Project: Commons Configuration
          Issue Type: Bug
    Affects Versions: 2.7
            Reporter: Kushal Agrawal


Considering I have a property file with a duplicate configuration key.

 
{code:java}
# abc.properties

key1 = value1
key2 = value2

key1 = value3{code}
 

 with FileBasedConfigurationBuilder it will print the configuration value as *value1.* while with java.util.properties the values will be *value3*.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)