[jira] Issue Comment Edited: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-06-01 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500622 ] Emmanuel Bourg edited comment on CONFIGURATION-278 at 6/1/07 1:45 AM: --

[jira] Commented: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-06-01 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500622 ] Emmanuel Bourg commented on CONFIGURATION-278: -- The configuration is not manually synchronized.

[jira] Commented: (CONFIGURATION-277) AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully

2007-06-01 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500624 ] Emmanuel Bourg commented on CONFIGURATION-277: -- I'm not sure this can be changed, if

[jira] Created: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-05-30 Thread Emmanuel Bourg (JIRA)
ConcurrentModificationException in PropertiesConfigurationLayout Key: CONFIGURATION-278 URL: https://issues.apache.org/jira/browse/CONFIGURATION-278 Project: Commons Configuration

[jira] Commented: (CONFIGURATION-272) ConfigurationUtils.copy results in escaped , characters no longer being escaped

2007-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499126 ] Emmanuel Bourg commented on CONFIGURATION-272: -- The append() function is also affected by this

[jira] Created: (CONFIGURATION-275) ConfigurationUtils.append() doesn't merge list properties

2007-05-25 Thread Emmanuel Bourg (JIRA)
ConfigurationUtils.append() doesn't merge list properties - Key: CONFIGURATION-275 URL: https://issues.apache.org/jira/browse/CONFIGURATION-275 Project: Commons Configuration Issue

[jira] Commented: (CONFIGURATION-273) Saving with interpolation

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498512 ] Emmanuel Bourg commented on CONFIGURATION-273: -- Just curious, what is the use case for this

[jira] Resolved: (CONFIGURATION-269) PropertiesConfiguration.save() generates superfluous escaping character when delimiter parsing is disabled

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-269. -- Resolution: Fixed Thank you for the test Oliver, I integrated it. I

[jira] Updated: (CONFIGURATION-164) Charset detection

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-164: - Fix Version/s: (was: 1.5) 1.6 Environment:

[jira] Updated: (CONFIGURATION-175) Support Byte Order Marks

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-175: - Fix Version/s: (was: 1.5) 1.6 Environment:

[jira] Resolved: (CONFIGURATION-249) save to URLs with a protocol other than file:

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-249. -- Resolution: Fixed The fix is now fully tested save to URLs with a

[jira] Updated: (CONFIGURATION-269) PropertiesConfiguration.save() generates superfluous escaping character when delimiter parsing is disabled

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-269: - Attachment: properties.patch Here is the patch I have in mind : - If the

[jira] Commented: (CONFIGURATION-271) BaseConfiguration duplicates multi value keys values

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497977 ] Emmanuel Bourg commented on CONFIGURATION-271: -- Could you add an example of the expected

[jira] Updated: (CONFIGURATION-271) BaseConfiguration duplicates multi value keys values

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-271: - Fix Version/s: 1.5 BaseConfiguration duplicates multi value keys values

[jira] Updated: (CONFIGURATION-270) INIConfiguration Does not support multi value keys

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-270: - Fix Version/s: 1.5 And the corollary of using getString() is that

[jira] Updated: (CONFIGURATION-272) ConfigurationUtils.copy results in escaped , characters no longer being escaped

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-272: - Fix Version/s: 1.5 ConfigurationUtils.copy results in escaped ,

[jira] Commented: (CONFIGURATION-272) ConfigurationUtils.copy results in escaped , characters no longer being escaped

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497999 ] Emmanuel Bourg commented on CONFIGURATION-272: -- ConfigurationUtils.copy() calls setProperty on

[jira] Commented: (CONFIGURATION-271) BaseConfiguration duplicates multi value keys values

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498025 ] Emmanuel Bourg commented on CONFIGURATION-271: -- I guess you merge the files by loading twice the

[jira] Resolved: (CONFIGURATION-270) INIConfiguration Does not support multi value keys

2007-05-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-270. -- Resolution: Fixed INIConfiguration Does not support multi value keys

[jira] Commented: (CONFIGURATION-269) PropertiesConfiguration.save() generates superfluous escaping character when delimiter parsing is disabled

2007-05-21 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497582 ] Emmanuel Bourg commented on CONFIGURATION-269: -- The best solution is to split the property on

[jira] Commented: (CONFIGURATION-268) XMLConfiguration does not fully support disabled delimiter parsing

2007-05-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494703 ] Emmanuel Bourg commented on CONFIGURATION-268: -- That looks a bit weird to introduce a secondary

[jira] Commented: (CONFIGURATION-268) XMLConfiguration does not fully support disabled delimiter parsing

2007-05-07 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494011 ] Emmanuel Bourg commented on CONFIGURATION-268: -- And what about generating 2 elements ? test

[jira] Commented: (CONFIGURATION-253) FileConfiguration getFile(), getFileName(), getBasePath() are not always consistent

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491581 ] Emmanuel Bourg commented on CONFIGURATION-253: -- If the URL and the basepath are set on calling

[jira] Commented: (CONFIGURATION-224) BaseConfiguration.getProperty() returns reference to intenal store collection object instead of a clone

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491590 ] Emmanuel Bourg commented on CONFIGURATION-224: -- There is another alternative to this issue :

[jira] Commented: (CONFIGURATION-253) FileConfiguration getFile(), getFileName(), getBasePath() are not always consistent

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491778 ] Emmanuel Bourg commented on CONFIGURATION-253: -- That looks good, the structure of the chained

[jira] Commented: (CONFIGURATION-159) Save the changes made to a CompositeConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491785 ] Emmanuel Bourg commented on CONFIGURATION-159: -- I'm thinking about adding a flush() method to

[jira] Updated: (CONFIGURATION-262) Binary property list format

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-262: - Fix Version/s: (was: 1.5) 1.6 Binary property

[jira] Updated: (CONFIGURATION-258) JSON configuration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-258: - Fix Version/s: (was: 1.5) 1.6 Environment:

[jira] Commented: (CONFIGURATION-180) Cache DatabaseConfiguration values for higher performance

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491813 ] Emmanuel Bourg commented on CONFIGURATION-180: -- I see several solutions to improve the

[jira] Updated: (CONFIGURATION-126) [configuration] SubsetConfiguration.getList throws exception

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-126: - Fix Version/s: 1.0 Environment: (was: Operating System: other

[jira] Updated: (CONFIGURATION-27) [configuration] subset method on xml configuration does not work as expected

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-27: Fix Version/s: 1.2 Description: (was: ) Environment:

[jira] Updated: (CONFIGURATION-89) [configuration] Setting the reloading strategy to FileChangedReloadingStrategy erases entire configuration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-89: Fix Version/s: 1.2 [configuration] Setting the reloading strategy to

[jira] Updated: (CONFIGURATION-23) [Configuration] Property throwExceptionOnMissing is not respected for subsets

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-23: Fix Version/s: 1.0 Environment: (was: Operating System: All

[jira] Updated: (CONFIGURATION-6) [configuration] XMLConfiguration inconsistency towards empty values

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-6: --- Fix Version/s: 1.2 Environment: (was: Operating System: other

[jira] Updated: (CONFIGURATION-2) [configuration] [1.2RC1] ConfigurationDynaBean may implement java.util.Map

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-2: --- Fix Version/s: 1.2 [configuration] [1.2RC1] ConfigurationDynaBean may

[jira] Updated: (CONFIGURATION-33) [configuration] Clarify ReloadingStrategy interface usage

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-33: Fix Version/s: 1.2 Environment: (was: Operating System: other

[jira] Updated: (CONFIGURATION-36) [configuration] HierarchicalConfiguration.getKeys(String) might return empty iterator

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-36: Fix Version/s: 1.1 [configuration]

[jira] Updated: (CONFIGURATION-35) [configuration] PropertiesConfiguration.load should default to encoding 8859_1

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-35: Fix Version/s: 1.2 [configuration] PropertiesConfiguration.load should

[jira] Updated: (CONFIGURATION-37) [configuration] DOMConfiguration can't replace DOM4JConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-37: Fix Version/s: 1.0 [configuration] DOMConfiguration can't replace

[jira] Updated: (CONFIGURATION-38) [configuration][patch]Removed JDK 1.4 dependency

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-38: Fix Version/s: 1.0 [configuration][patch]Removed JDK 1.4 dependency

[jira] Updated: (CONFIGURATION-39) [configuration] FileChangedReloadingStrategy javadoc misleading

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-39: Fix Version/s: 1.2 [configuration] FileChangedReloadingStrategy javadoc

[jira] Updated: (CONFIGURATION-41) [configuration] Output format of FileConfiguration classes

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-41: Fix Version/s: 1.2 [configuration] Output format of FileConfiguration

[jira] Updated: (CONFIGURATION-45) [configuration] Fails silently if asked to save to an invalid filename

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-45: Fix Version/s: 1.1 [configuration] Fails silently if asked to save to an

[jira] Updated: (CONFIGURATION-46) [Configuration] Documentation Issue

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-46: Fix Version/s: 1.0 [Configuration] Documentation Issue

[jira] Updated: (CONFIGURATION-49) [configuration] XMLConfiguration may lose attributes in its save() method

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-49: Fix Version/s: 1.2 [configuration] XMLConfiguration may lose attributes in

[jira] Updated: (CONFIGURATION-50) [configuration] FileChangedReloadingStrategy fails to properly detect file change

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-50: Fix Version/s: 1.2 [configuration] FileChangedReloadingStrategy fails to

[jira] Updated: (CONFIGURATION-54) [configuration] BaseConfiguration: containsKey ignores default properties

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-54: Fix Version/s: 1.0 [configuration] BaseConfiguration: containsKey ignores

[jira] Updated: (CONFIGURATION-56) [configuration] Property substitution doesn't work for subsets anymore

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-56: Fix Version/s: 1.0 [configuration] Property substitution doesn't work for

[jira] Updated: (CONFIGURATION-58) [configuration] Wrong primitive conversion in DataConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-58: Fix Version/s: 1.1 [configuration] Wrong primitive conversion in

[jira] Updated: (CONFIGURATION-60) [configuration] XML How-to needs to be updated for RC-1

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-60: Fix Version/s: 1.0 [configuration] XML How-to needs to be updated for RC-1

[jira] Updated: (CONFIGURATION-61) [configuration] JNDIConfiguration and union configuration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-61: Fix Version/s: 1.0 [configuration] JNDIConfiguration and union

[jira] Updated: (CONFIGURATION-62) [configuration] Using FileChangedReloadingStrategy for XMLConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-62: Fix Version/s: 1.2 [configuration] Using FileChangedReloadingStrategy for

[jira] Updated: (CONFIGURATION-63) [configuration] ConfigurationUtils.locate throws NullPointerException if the context ClassLoader is null

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-63: Affects Version/s: (was: 1.2) 1.3

[jira] Updated: (CONFIGURATION-64) [configuration] clearXmlProperty doesn't remove list properties completely

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-64: Fix Version/s: 1.0 [configuration] clearXmlProperty doesn't remove list

[jira] Updated: (CONFIGURATION-211) CommandLineConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-211: - Attachment: CommandLineConfiguration.java This is another implementation

[jira] Resolved: (CONFIGURATION-267) INIConfiguration.save() doesn't save file correctly

2007-04-23 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-267. -- Resolution: Fixed Fix Version/s: 1.5 Assignee: Emmanuel

[jira] Updated: (CONFIGURATION-262) Binary property list format

2007-04-23 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-262: - Priority: Minor (was: Major) Binary property list format

[jira] Commented: (CONFIGURATION-257) XMLConfiguration with Schema

2007-04-23 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490887 ] Emmanuel Bourg commented on CONFIGURATION-257: -- We could implement a setSchema(URL url, String

[jira] Commented: (CONFIGURATION-3) Drop 1st class dependency on commons-logging

2007-04-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490758 ] Emmanuel Bourg commented on CONFIGURATION-3: It's still possible to use Log4J with the Java logging

[jira] Commented: (CONFIGURATION-249) save to URLs with a protocol other than file:

2007-04-16 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489044 ] Emmanuel Bourg commented on CONFIGURATION-249: -- Thank you Anselm, I'll try to build a test case

[jira] Commented: (CONFIGURATION-249) save to URLs with a protocol other than file:

2007-04-16 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489073 ] Emmanuel Bourg commented on CONFIGURATION-249: -- I changed AbstractFileConfiguration.save(URL) to

[jira] Commented: (CONFIGURATION-3) [configuration] Drop 1st class dependency on commons-logging

2007-04-16 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489130 ] Emmanuel Bourg commented on CONFIGURATION-3: I'd like to reopen this request, but schedule it for

[jira] Reopened: (CONFIGURATION-3) [configuration] Drop 1st class dependency on commons-logging

2007-04-16 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg reopened CONFIGURATION-3: [configuration] Drop 1st class dependency on commons-logging

[jira] Updated: (CONFIGURATION-3) Drop 1st class dependency on commons-logging

2007-04-16 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-3: --- Fix Version/s: 2.0 Issue Type: Improvement (was: Bug) Environment:

[jira] Created: (LANG-328) LocaleUtils.toLocale() rejects strings with only language+variant

2007-04-16 Thread Emmanuel Bourg (JIRA)
LocaleUtils.toLocale() rejects strings with only language+variant - Key: LANG-328 URL: https://issues.apache.org/jira/browse/LANG-328 Project: Commons Lang Issue Type: Bug

[jira] Commented: (CONFIGURATION-258) JSON configuration

2007-04-13 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488762 ] Emmanuel Bourg commented on CONFIGURATION-258: -- The parser should be easy to write with JavaCC,

[jira] Updated: (CONFIGURATION-262) Binary property list format

2007-04-13 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-262: - Attachment: CFBinaryPList.c Binary plist parser from the Open Darwin

[jira] Commented: (CONFIGURATION-180) Cache DatabaseConfiguration values for higher performance

2007-04-13 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488794 ] Emmanuel Bourg commented on CONFIGURATION-180: -- I modified DatabaseConfiguration to ensure the

[jira] Commented: (CONFIGURATION-136) Reloading may corrupt the configuration

2007-04-13 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488813 ] Emmanuel Bourg commented on CONFIGURATION-136: -- The copy of the store can be avoided by keeping

[jira] Commented: (CONFIGURATION-249) save to URLs with a protocol other than file:

2007-04-13 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488818 ] Emmanuel Bourg commented on CONFIGURATION-249: -- Just curious, why do you want to save to a non

[jira] Resolved: (CONFIGURATION-261) Add support for date objects in PropertyListConfiguration

2007-04-11 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-261. -- Resolution: Fixed Feature implemented and checked in. Add support for

[jira] Created: (CONFIGURATION-260) Incorrect date format in XMLPropertyListConfiguration

2007-04-10 Thread Emmanuel Bourg (JIRA)
Incorrect date format in XMLPropertyListConfiguration - Key: CONFIGURATION-260 URL: https://issues.apache.org/jira/browse/CONFIGURATION-260 Project: Commons Configuration Issue Type: Bug

[jira] Created: (CONFIGURATION-261) Add support for date objects in PropertyListConfiguration

2007-04-10 Thread Emmanuel Bourg (JIRA)
Add support for date objects in PropertyListConfiguration - Key: CONFIGURATION-261 URL: https://issues.apache.org/jira/browse/CONFIGURATION-261 Project: Commons Configuration Issue

[jira] Closed: (CONFIGURATION-50) [configuration] FileChangedReloadingStrategy fails to properly detect file change

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg closed CONFIGURATION-50. --- [configuration] FileChangedReloadingStrategy fails to properly detect file

[jira] Reopened: (CONFIGURATION-50) [configuration] FileChangedReloadingStrategy fails to properly detect file change

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg reopened CONFIGURATION-50: - [configuration] FileChangedReloadingStrategy fails to properly detect file

[jira] Resolved: (CONFIGURATION-50) [configuration] FileChangedReloadingStrategy fails to properly detect file change

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-50. - Resolution: Fixed [configuration] FileChangedReloadingStrategy fails to

[jira] Reopened: (CONFIGURATION-167) [configuration] Versioned Javadocs

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg reopened CONFIGURATION-167: -- [configuration] Versioned Javadocs --

[jira] Resolved: (CONFIGURATION-167) [configuration] Versioned Javadocs

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-167. -- Resolution: Fixed Fix Version/s: 1.2 [configuration] Versioned

[jira] Created: (CONFIGURATION-262) Binary property list format

2007-04-10 Thread Emmanuel Bourg (JIRA)
Binary property list format --- Key: CONFIGURATION-262 URL: https://issues.apache.org/jira/browse/CONFIGURATION-262 Project: Commons Configuration Issue Type: New Feature Reporter: Emmanuel Bourg

[jira] Reopened: (CONFIGURATION-168) [configuration] Messed file on saving an XMLConfiguration

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg reopened CONFIGURATION-168: -- [configuration] Messed file on saving an XMLConfiguration

[jira] Resolved: (CONFIGURATION-168) [configuration] Messed file on saving an XMLConfiguration

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-168. -- Resolution: Duplicate [configuration] Messed file on saving an

[jira] Updated: (CONFIGURATION-201) YAML configuration

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-201: - Fix Version/s: (was: 1.5) 1.6 Summary:

[jira] Reopened: (CONFIGURATION-43) [configuration] BaseConfiguration.addProperty() and MapConfiguration.addProperty() do not behave the same

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg reopened CONFIGURATION-43: - [configuration] BaseConfiguration.addProperty() and

[jira] Resolved: (CONFIGURATION-43) [configuration] BaseConfiguration.addProperty() and MapConfiguration.addProperty() do not behave the same

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-43. - Resolution: Fixed Fix Version/s: 1.2 [configuration]

[jira] Updated: (CONFIGURATION-198) OGDL configuration

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-198: - Fix Version/s: (was: 1.5) 1.6 Summary:

[jira] Updated: (CONFIGURATION-175) Support Byte Order Marks

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-175: - Summary: Support Byte Order Marks (was: [configuration] Support Byte

[jira] Resolved: (CONFIGURATION-94) [configuration] AbstractFileConfiguration.save() creates a new file instead of overwritting the existing one

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-94. - Resolution: Fixed Fix Version/s: 1.2 [configuration]

[jira] Reopened: (CONFIGURATION-94) [configuration] AbstractFileConfiguration.save() creates a new file instead of overwritting the existing one

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg reopened CONFIGURATION-94: - [configuration] AbstractFileConfiguration.save() creates a new file instead

[jira] Updated: (CONFIGURATION-164) Charset detection

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-164: - Summary: Charset detection (was: [configuration] Charset detection)

[jira] Updated: (CONFIGURATION-253) FileConfiguration getFile(), getFileName(), getBasePath() are not always consistent

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-253: - Fix Version/s: 1.5 Affects Version/s: (was: 1.5)

[jira] Updated: (CONFIGURATION-203) Make Configuration Serializable

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-203: - Description: It would be nice if

[jira] Updated: (CONFIGURATION-153) Use a strategy pattern for locating resources

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-153: - Environment: (was: Operating System: other Platform: Other)

[jira] Updated: (CONFIGURATION-204) Observable configurations

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-204: - Summary: Observable configurations (was: [configuration] Observable

[jira] Updated: (CONFIGURATION-180) Cache DatabaseConfiguration values for higher performance

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-180: - Environment: (was: Operating System: All Platform: All)

[jira] Updated: (CONFIGURATION-202) FileReloadingStrategy should run in a background thread

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-202: - Environment: (was: Operating System: other Platform: Other)

[jira] Updated: (CONFIGURATION-136) Reloading may corrupt the configuration

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-136: - Environment: (was: Operating System: other Platform: Other)

[jira] Updated: (CONFIGURATION-159) Save the changes made to a CompositeConfiguration

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-159: - Summary: Save the changes made to a CompositeConfiguration (was:

[jira] Updated: (CONFIGURATION-211) CommandLineConfiguration

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-211: - Environment: (was: Operating System: All Platform: All)

[jira] Updated: (CONFIGURATION-177) Add FilterConfiguration decorator

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-177: - Fix Version/s: (was: 1.5) 2.0 Environment:

[jira] Updated: (CONFIGURATION-200) Add a size() method to the Configuration interface

2007-04-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-200: - Description: The Configuration interface lacks a size() method, it makes

  1   2   >