[configuration] Change getVector to getListThanks.. I'll get this one and the ConfigurationException in and then lets go for RC1 after that!
ERic -----Original Message----- From: Emmanuel Bourg [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 5:45 PM To: Jakarta Commons Developers List Subject: [configuration] Change getVector to getList This change was already discussed briefly in september, with the move out of the sandbox and the near 1.0 release I'd like to push this patch to clean the API before the first public release. The patch replaces the getVector methods in the Configuration interface by equivalent getList methods. All Vectors in the implementation have been converted to List/ArrayLists. The only Vector left is in the ConfigurationConverter.getExtendedProperties method since the ExtendedProperties class doesn't seem to accept Lists. The documentation and the test cases have been modified accordingly. Emmanuel Bourg
