svn commit: r561487 - /commons/proper/configuration/trunk/xdocs/index.xml

2007-07-31 Thread oheger
Author: oheger Date: Tue Jul 31 13:22:18 2007 New Revision: 561487 URL: http://svn.apache.org/viewvc?view=revrev=561487 Log: Apache Apache Modified: commons/proper/configuration/trunk/xdocs/index.xml Modified: commons/proper/configuration/trunk/xdocs/index.xml URL: http://svn.apache.org

svn commit: r565847 - in /commons/proper/configuration/trunk: build.xml pom.xml

2007-08-14 Thread oheger
Author: oheger Date: Tue Aug 14 10:59:46 2007 New Revision: 565847 URL: http://svn.apache.org/viewvc?view=revrev=565847 Log: Added missing dependency to javax.mail to maven 2 and ant build Modified: commons/proper/configuration/trunk/build.xml commons/proper/configuration/trunk/pom.xml

svn commit: r567771 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/ xdocs/userguide/

2007-08-20 Thread oheger
Author: oheger Date: Mon Aug 20 10:57:08 2007 New Revision: 567771 URL: http://svn.apache.org/viewvc?rev=567771view=rev Log: CONFIGURATION-272: Added new copy() and append() methods to AbstractConfiguration, which replace the corresponding methods of ConfigurationUtils. These methods handle

svn commit: r569412 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/CombinedConfiguration.java

2007-08-24 Thread oheger
Author: oheger Date: Fri Aug 24 08:07:53 2007 New Revision: 569412 URL: http://svn.apache.org/viewvc?rev=569412view=rev Log: CONFIGURATION-293: Javadocs only; giving some examples why updating a CombinedConfiguration may cause problems Modified: commons/proper/configuration/trunk/src/java

svn commit: r570461 - /commons/proper/configuration/trunk/pom.xml

2007-08-28 Thread oheger
Author: oheger Date: Tue Aug 28 08:55:50 2007 New Revision: 570461 URL: http://svn.apache.org/viewvc?rev=570461view=rev Log: Improvements of pom: Updated to commons-parent 4, updated relocated dependencies to xerces and servlet-api; thanks to Michiel Kalkman Modified: commons/proper

svn commit: r570462 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ java/org/apache/commons/configuration/beanutils/ test/org/apache/commons/configuration/beanutil

2007-08-28 Thread oheger
Author: oheger Date: Tue Aug 28 08:56:49 2007 New Revision: 570462 URL: http://svn.apache.org/viewvc?rev=570462view=rev Log: Fixed tests that were failing under JDK 6 Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java

svn commit: r570916 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestConfigurationFactory.java

2007-08-29 Thread oheger
Author: oheger Date: Wed Aug 29 13:05:46 2007 New Revision: 570916 URL: http://svn.apache.org/viewvc?rev=570916view=rev Log: Fix a test failure when fork mode is specified for surefire plugin Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration

svn commit: r570917 - /commons/proper/configuration/trunk/pom.xml

2007-08-29 Thread oheger
Author: oheger Date: Wed Aug 29 13:06:15 2007 New Revision: 570917 URL: http://svn.apache.org/viewvc?rev=570917view=rev Log: Enabling headless mode for test execution Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http

svn commit: r571286 - /commons/proper/configuration/trunk/pom.xml

2007-08-30 Thread oheger
Author: oheger Date: Thu Aug 30 12:57:51 2007 New Revision: 571286 URL: http://svn.apache.org/viewvc?rev=571286view=rev Log: Setting the java.awt.headless property for the m2 build; this time using the systemProperties element Modified: commons/proper/configuration/trunk/pom.xml Modified

svn commit: r575786 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/HierarchicalConfiguration.java src/test/org/apache/commons/configuration/TestHierarchicalConfigu

2007-09-14 Thread oheger
Author: oheger Date: Fri Sep 14 13:20:35 2007 New Revision: 575786 URL: http://svn.apache.org/viewvc?rev=575786view=rev Log: CONFIGURATION-295: HierarchicalConfiguration.subset() now sets the value of the returned configuration's root note if it can be determined Modified: commons/proper

svn commit: r577034 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestXMLConfiguration.java

2007-09-18 Thread oheger
Author: oheger Date: Tue Sep 18 12:58:28 2007 New Revision: 577034 URL: http://svn.apache.org/viewvc?rev=577034view=rev Log: Added an additional test case for setting an attribute for the root element of a XMLConfiguration after a question on the user list Modified: commons/proper

svn commit: r577436 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/XMLConfiguration.java test/org/apache/commons/configuration/TestXMLConfiguration.java

2007-09-19 Thread oheger
Author: oheger Date: Wed Sep 19 13:29:42 2007 New Revision: 577436 URL: http://svn.apache.org/viewvc?rev=577436view=rev Log: CONFIGURATION-290: Add ability to XMLConfiguration for registering entity IDs analogous to digester's register() method; this code is based on code

svn commit: r578455 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2007-09-22 Thread oheger
Author: oheger Date: Sat Sep 22 08:12:16 2007 New Revision: 578455 URL: http://svn.apache.org/viewvc?rev=578455view=rev Log: CONFIGURATION-290: DefaultConfigurationBuilder now passes registered entity IDs to the XML configurations it loads Modified: commons/proper/configuration/trunk/src

svn commit: r588329 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/interpol/ConstantLookup.java src/test/org/apache/commons/configuration/interpol/TestConstantLook

2007-10-25 Thread oheger
Author: oheger Date: Thu Oct 25 13:01:31 2007 New Revision: 588329 URL: http://svn.apache.org/viewvc?rev=588329view=rev Log: CONFIGURATION-299: Fix for ClassCastExceptions in ConstantLookup when resolving non-String variables Modified: commons/proper/configuration/trunk/src/java/org/apache

svn commit: r589138 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java

2007-10-27 Thread oheger
Author: oheger Date: Sat Oct 27 08:41:13 2007 New Revision: 589138 URL: http://svn.apache.org/viewvc?rev=589138view=rev Log: Javadoc only: spelling fixes Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java Modified: commons

svn commit: r589172 - in /commons/proper/configuration/trunk/xdocs: changes.xml userguide/howto_utilities.xml userguide/user_guide.xml

2007-10-27 Thread oheger
Author: oheger Date: Sat Oct 27 11:33:49 2007 New Revision: 589172 URL: http://svn.apache.org/viewvc?rev=589172view=rev Log: CONFIGURATION-273: Added a section about the new interpolatedConfiguration() method to the user guide Modified: commons/proper/configuration/trunk/xdocs/changes.xml

svn commit: r589190 - in /commons/proper/configuration/trunk/xdocs: javadoc.xml javadocarchive.xml navigation.xml

2007-10-27 Thread oheger
Author: oheger Date: Sat Oct 27 12:25:57 2007 New Revision: 589190 URL: http://svn.apache.org/viewvc?rev=589190view=rev Log: Renamed page with the javadoc archive because it was hiding the javadoc report; corrected links Added: commons/proper/configuration/trunk/xdocs/javadocarchive.xml

svn commit: r589380 - in /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration: ./ plist/

2007-10-28 Thread oheger
Author: oheger Date: Sun Oct 28 09:37:35 2007 New Revision: 589380 URL: http://svn.apache.org/viewvc?rev=589380view=rev Log: Fixed checkstyle warnings Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractHierarchicalFileConfiguration.java

svn commit: r589381 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/ManagedReloadingStrategy.java

2007-10-28 Thread oheger
Author: oheger Date: Sun Oct 28 09:56:25 2007 New Revision: 589381 URL: http://svn.apache.org/viewvc?rev=589381view=rev Log: Fix for PMD warning Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/ManagedReloadingStrategy.java Modified: commons

svn commit: r590474 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/plist/ test/org/apache/commons/configuration/plist/

2007-10-30 Thread oheger
Author: oheger Date: Tue Oct 30 14:35:11 2007 New Revision: 590474 URL: http://svn.apache.org/viewvc?rev=590474view=rev Log: CONFIGURATION-261: Parsing and formatting date values for PropertyListConfiguration is now done manually and works on Java 1.3, too Modified: commons/proper

svn commit: r590876 - /commons/proper/configuration/trunk/RELEASE-NOTES.txt

2007-10-31 Thread oheger
Author: oheger Date: Wed Oct 31 19:02:26 2007 New Revision: 590876 URL: http://svn.apache.org/viewvc?rev=590876view=rev Log: Update of the release notes Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt URL: http

svn commit: r590877 - in /commons/proper/configuration/trunk/xdocs: changes.xml tasks.xml

2007-10-31 Thread oheger
Author: oheger Date: Wed Oct 31 19:35:06 2007 New Revision: 590877 URL: http://svn.apache.org/viewvc?rev=590877view=rev Log: Minor site updates Modified: commons/proper/configuration/trunk/xdocs/changes.xml commons/proper/configuration/trunk/xdocs/tasks.xml Modified: commons/proper

svn commit: r591751 - /commons/proper/configuration/trunk/xdocs/navigation.xml

2007-11-04 Thread oheger
Author: oheger Date: Sun Nov 4 02:19:23 2007 New Revision: 591751 URL: http://svn.apache.org/viewvc?rev=591751view=rev Log: Removed obsolete Avalon link Modified: commons/proper/configuration/trunk/xdocs/navigation.xml Modified: commons/proper/configuration/trunk/xdocs/navigation.xml URL

svn commit: r592918 - /commons/proper/configuration/trunk/build.xml

2007-11-07 Thread oheger
Author: oheger Date: Wed Nov 7 13:53:17 2007 New Revision: 592918 URL: http://svn.apache.org/viewvc?rev=592918view=rev Log: Updated ant build to new dependencies; fixed title of Javadocs Modified: commons/proper/configuration/trunk/build.xml Modified: commons/proper/configuration/trunk

svn commit: r593319 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/HierarchicalConfiguration.java

2007-11-08 Thread oheger
Author: oheger Date: Thu Nov 8 13:14:21 2007 New Revision: 593319 URL: http://svn.apache.org/viewvc?rev=593319view=rev Log: Fix for a findbugs warning in HierarchicalConfiguration: the non serializable field expressionEngine was made transient. This should not be a problem because

svn commit: r593315 - in /commons/proper/configuration/trunk: conf/findbugs-exclude-filter.xml project.properties

2007-11-08 Thread oheger
Author: oheger Date: Thu Nov 8 13:11:49 2007 New Revision: 593315 URL: http://svn.apache.org/viewvc?rev=593315view=rev Log: Added an exclusion filter for findbugs Added: commons/proper/configuration/trunk/conf/findbugs-exclude-filter.xml (with props) Modified: commons/proper

svn commit: r593314 - /commons/proper/configuration/trunk/xdocs/dependencies.xml

2007-11-08 Thread oheger
Author: oheger Date: Thu Nov 8 13:10:09 2007 New Revision: 593314 URL: http://svn.apache.org/viewvc?rev=593314view=rev Log: Updated version of commons-logging dependency Modified: commons/proper/configuration/trunk/xdocs/dependencies.xml Modified: commons/proper/configuration/trunk/xdocs

svn commit: r593312 - /commons/proper/configuration/trunk/project.xml

2007-11-08 Thread oheger
Author: oheger Date: Thu Nov 8 13:08:38 2007 New Revision: 593312 URL: http://svn.apache.org/viewvc?rev=593312view=rev Log: Added information about the 1.5 release to the downloads page Modified: commons/proper/configuration/trunk/project.xml Modified: commons/proper/configuration/trunk

svn commit: r593785 - in /commons/proper/configuration/trunk: default.properties pom.xml project.xml

2007-11-10 Thread oheger
Author: oheger Date: Sat Nov 10 07:35:16 2007 New Revision: 593785 URL: http://svn.apache.org/viewvc?rev=593785view=rev Log: Updated version number for release candidate 2 Modified: commons/proper/configuration/trunk/default.properties commons/proper/configuration/trunk/pom.xml

svn commit: r593787 - /commons/proper/configuration/tags/CONFIGURATION_1_5RC2/

2007-11-10 Thread oheger
Author: oheger Date: Sat Nov 10 07:37:58 2007 New Revision: 593787 URL: http://svn.apache.org/viewvc?rev=593787view=rev Log: Tagging 1.5rc2 Added: commons/proper/configuration/tags/CONFIGURATION_1_5RC2/ - copied from r593786, commons/proper/configuration/trunk/

svn commit: r593788 - in /commons/proper/configuration/trunk: default.properties pom.xml project.xml

2007-11-10 Thread oheger
Author: oheger Date: Sat Nov 10 07:40:31 2007 New Revision: 593788 URL: http://svn.apache.org/viewvc?rev=593788view=rev Log: Rolled back version number to snapshot Modified: commons/proper/configuration/trunk/default.properties commons/proper/configuration/trunk/pom.xml commons

svn commit: r595034 - in /commons/proper/configuration/trunk: project.xml src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java

2007-11-14 Thread oheger
Author: oheger Date: Wed Nov 14 12:31:06 2007 New Revision: 595034 URL: http://svn.apache.org/viewvc?rev=595034view=rev Log: Changed version of maven-findbugs-plugin to a modern version Modified: commons/proper/configuration/trunk/project.xml commons/proper/configuration/trunk/src/java

svn commit: r595060 - /commons/proper/configuration/tags/CONFIGURATION_1_5RC3/

2007-11-14 Thread oheger
Author: oheger Date: Wed Nov 14 13:11:34 2007 New Revision: 595060 URL: http://svn.apache.org/viewvc?rev=595060view=rev Log: Tagging 1.5rc3 Added: commons/proper/configuration/tags/CONFIGURATION_1_5RC3/ - copied from r595059, commons/proper/configuration/trunk/

svn commit: r595058 - in /commons/proper/configuration/trunk: default.properties pom.xml project.xml

2007-11-14 Thread oheger
Author: oheger Date: Wed Nov 14 13:09:52 2007 New Revision: 595058 URL: http://svn.apache.org/viewvc?rev=595058view=rev Log: Updating version numbers for 1.5rc3 Modified: commons/proper/configuration/trunk/default.properties commons/proper/configuration/trunk/pom.xml commons/proper

svn commit: r597863 - /commons/proper/configuration/tags/CONFIGURATION_1_5/

2007-11-24 Thread oheger
Author: oheger Date: Sat Nov 24 07:36:26 2007 New Revision: 597863 URL: http://svn.apache.org/viewvc?rev=597863view=rev Log: Tagging release 1.5 Added: commons/proper/configuration/tags/CONFIGURATION_1_5/ - copied from r597862, commons/proper/configuration/tags/CONFIGURATION_1_5RC3/

svn commit: r597876 - /commons/proper/commons-build/trunk/downloads/downloads.xml

2007-11-24 Thread oheger
Author: oheger Date: Sat Nov 24 08:36:59 2007 New Revision: 597876 URL: http://svn.apache.org/viewvc?rev=597876view=rev Log: Release 1.5 of Commons Configuration Modified: commons/proper/commons-build/trunk/downloads/downloads.xml Modified: commons/proper/commons-build/trunk/downloads

svn commit: r597882 - in /commons/proper/configuration/trunk: default.properties doap_configuration.rdf pom.xml project.xml xdocs/changes.xml

2007-11-24 Thread oheger
Author: oheger Date: Sat Nov 24 08:54:49 2007 New Revision: 597882 URL: http://svn.apache.org/viewvc?rev=597882view=rev Log: Post release updates Modified: commons/proper/configuration/trunk/default.properties commons/proper/configuration/trunk/doap_configuration.rdf commons/proper

svn commit: r603841 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/XMLConfiguration.java src/test/org/apache/commons/configuration/TestXMLConfiguration.java xdocs/

2007-12-12 Thread oheger
Author: oheger Date: Wed Dec 12 22:51:15 2007 New Revision: 603841 URL: http://svn.apache.org/viewvc?rev=603841view=rev Log: CONFIGURATION-301: Fix for NPE when saving an XMLConfiguration constructed from a HierarchicalConfiguration Modified: commons/proper/configuration/trunk/src/java/org

svn commit: r609759 - /commons/proper/configuration/branches/configuration2_experimental/

2008-01-07 Thread oheger
Author: oheger Date: Mon Jan 7 11:50:25 2008 New Revision: 609759 URL: http://svn.apache.org/viewvc?rev=609759view=rev Log: Creating new branch for experimental work on configuration2; when this branch has stabilized it will become the new trunk Added: commons/proper/configuration/branches

svn commit: r610488 - in /commons/proper/configuration/branches/configuration2_experimental: ./ src/java/ src/main/ src/main/java/ src/main/java/org/apache/commons/configuration/ src/test/java/ src/te

2008-01-09 Thread oheger
Author: oheger Date: Wed Jan 9 10:03:48 2008 New Revision: 610488 URL: http://svn.apache.org/viewvc?rev=610488view=rev Log: Changed project structure to meet maven defaults Added: commons/proper/configuration/branches/configuration2_experimental/src/main/ commons/proper/configuration

svn commit: r610522 - in /commons/proper/configuration/branches/configuration2_experimental: ./ conf/ conf/config/ src/test/resources/ src/test/resources/config/

2008-01-09 Thread oheger
Author: oheger Date: Wed Jan 9 11:34:44 2008 New Revision: 610522 URL: http://svn.apache.org/viewvc?rev=610522view=rev Log: Moved test resources to the standard location of m2; however now lots of tests are failing and need to be adapted. Added: commons/proper/configuration/branches

svn commit: r610537 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestPropertiesConfiguration.java

2008-01-09 Thread oheger
Author: oheger Date: Wed Jan 9 12:01:42 2008 New Revision: 610537 URL: http://svn.apache.org/viewvc?rev=610537view=rev Log: Adapted test to new location of test files Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration

svn commit: r610882 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/event/TestXMLConfigurationEvents.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:16:10 2008 New Revision: 610882 URL: http://svn.apache.org/viewvc?rev=610882view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610884 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/event/TestPropertiesConfigurationEvents.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:19:51 2008 New Revision: 610884 URL: http://svn.apache.org/viewvc?rev=610884view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610885 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestNonStringProperties.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:22:03 2008 New Revision: 610885 URL: http://svn.apache.org/viewvc?rev=610885view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610887 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestDatabaseConfiguration.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:26:55 2008 New Revision: 610887 URL: http://svn.apache.org/viewvc?rev=610887view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610888 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestCompositeConfigurationNonStringProperties.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:28:33 2008 New Revision: 610888 URL: http://svn.apache.org/viewvc?rev=610888view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610889 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/plist/TestPropertyListConfigurationEvents.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:31:50 2008 New Revision: 610889 URL: http://svn.apache.org/viewvc?rev=610889view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610890 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/plist/TestPropertyListConfiguration.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:33:24 2008 New Revision: 610890 URL: http://svn.apache.org/viewvc?rev=610890view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610881 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestCompositeConfiguration.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:14:02 2008 New Revision: 610881 URL: http://svn.apache.org/viewvc?rev=610881view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610879 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestXMLConfiguration.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:01:43 2008 New Revision: 610879 URL: http://svn.apache.org/viewvc?rev=610879view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610892 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestEqualsProperty.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:35:04 2008 New Revision: 610892 URL: http://svn.apache.org/viewvc?rev=610892view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610896 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestPropertiesSequence.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:42:23 2008 New Revision: 610896 URL: http://svn.apache.org/viewvc?rev=610896view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610900 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/TestSubsetConfiguration.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 11:49:43 2008 New Revision: 610900 URL: http://svn.apache.org/viewvc?rev=610900view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r610913 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration/plist/TestXMLPropertyListConfiguration.java

2008-01-10 Thread oheger
Author: oheger Date: Thu Jan 10 12:12:56 2008 New Revision: 610913 URL: http://svn.apache.org/viewvc?rev=610913view=rev Log: Adapted test to new location of test resources Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r613663 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/DatabaseConfiguration.java

2008-01-20 Thread oheger
Author: oheger Date: Sun Jan 20 11:54:49 2008 New Revision: 613663 URL: http://svn.apache.org/viewvc?rev=613663view=rev Log: CONFIGURATION-304: Applied patch from hasan dot diwan at gmail dot com containing a note about SQL Injection also to configuration2 branch Modified: commons/proper

svn commit: r613674 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

2008-01-20 Thread oheger
Author: oheger Date: Sun Jan 20 12:55:16 2008 New Revision: 613674 URL: http://svn.apache.org/viewvc?rev=613674view=rev Log: Update pom to require Java 1.5 Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml Modified: commons/proper/configuration/branches

svn commit: r614667 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2008-01-23 Thread oheger
Author: oheger Date: Wed Jan 23 13:00:30 2008 New Revision: 614667 URL: http://svn.apache.org/viewvc?rev=614667view=rev Log: Fixed Java 1.5 related warnings; improved type safety Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r614807 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestDataConfiguration.java

2008-01-23 Thread oheger
Author: oheger Date: Wed Jan 23 23:03:00 2008 New Revision: 614807 URL: http://svn.apache.org/viewvc?rev=614807view=rev Log: Fixed Java 1.5 related warnings; improved type safety Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r617833 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/web/AppletConfiguration.java

2008-02-02 Thread oheger
Author: oheger Date: Sat Feb 2 09:06:04 2008 New Revision: 617833 URL: http://svn.apache.org/viewvc?rev=617833view=rev Log: Removed dependency to commons-collections from AppletConfiguration Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r617881 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/DatabaseConfiguration.java test/java/org/apache/commons/con

2008-02-02 Thread oheger
Author: oheger Date: Sat Feb 2 12:18:33 2008 New Revision: 617881 URL: http://svn.apache.org/viewvc?rev=617881view=rev Log: Removed dependency to commons-collections from DatabaseConfiguration and some Java 1.5 related changes Modified: commons/proper/configuration/branches

svn commit: r617888 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestAbstractConfigurationBasicFeatures.java

2008-02-02 Thread oheger
Author: oheger Date: Sat Feb 2 12:33:48 2008 New Revision: 617888 URL: http://svn.apache.org/viewvc?rev=617888view=rev Log: Removed dependency to commons-collections from TestAbstractConfigurationBasicFeatures and some Java 1.5 related changes Modified: commons/proper/configuration

svn commit: r617894 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestHierarchicalConfiguration.java

2008-02-02 Thread oheger
Author: oheger Date: Sat Feb 2 12:56:48 2008 New Revision: 617894 URL: http://svn.apache.org/viewvc?rev=617894view=rev Log: Removed dependency to commons-collections from TestHierarchicalConfiguration and some Java 1.5 related changes Modified: commons/proper/configuration/branches

svn commit: r618050 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/web/ServletConfiguration.java

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 10:35:17 2008 New Revision: 618050 URL: http://svn.apache.org/viewvc?rev=618050view=rev Log: Removed dependency to commons-collections from ServletConfiguration and some Java 1.5-related changes Modified: commons/proper/configuration/branches

svn commit: r618051 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/web/ServletContextConfiguration.java

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 10:37:55 2008 New Revision: 618051 URL: http://svn.apache.org/viewvc?rev=618051view=rev Log: Removed dependency to commons-collections from ServletContextConfiguration and some Java 1.5-related changes Modified: commons/proper/configuration/branches

svn commit: r618052 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/web/ServletFilterConfiguration.java

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 10:40:20 2008 New Revision: 618052 URL: http://svn.apache.org/viewvc?rev=618052view=rev Log: Removed dependency to commons-collections from ServletFilterConfiguration and some Java 1.5-related changes Modified: commons/proper/configuration/branches

svn commit: r618055 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/web/ test/java/org/apache/commons/configuration2/web/

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 10:57:49 2008 New Revision: 618055 URL: http://svn.apache.org/viewvc?rev=618055view=rev Log: Removed dependency to commons-collections from ServletRequestConfiguration and some Java 1.5-related changes Modified: commons/proper/configuration/branches

svn commit: r618060 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/Configuration.java

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 11:06:59 2008 New Revision: 618060 URL: http://svn.apache.org/viewvc?rev=618060view=rev Log: Type-safety improvements for Configuration interface Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r618062 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestAbstractConfigurationBasicFeatures.java

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 11:15:21 2008 New Revision: 618062 URL: http://svn.apache.org/viewvc?rev=618062view=rev Log: Adapted test class after modifications on Configuration interface Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache

svn commit: r618063 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ConfigurationConverter.java test/java/org/apache/commons/co

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 11:18:46 2008 New Revision: 618063 URL: http://svn.apache.org/viewvc?rev=618063view=rev Log: Removed dependency to commons-collections from ConfigurationConverter. The methods dealing with ExtendedProperties have been removed (this class is more or less replaced

svn commit: r618066 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestPropertiesSequence.java

2008-02-03 Thread oheger
Author: oheger Date: Sun Feb 3 11:30:02 2008 New Revision: 618066 URL: http://svn.apache.org/viewvc?rev=618066view=rev Log: Removed dependency to commons-collections from TestPropertiesSequence and some Java 1.5-related changes Modified: commons/proper/configuration/branches

svn commit: r618776 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2008-02-05 Thread oheger
Author: oheger Date: Tue Feb 5 13:15:35 2008 New Revision: 618776 URL: http://svn.apache.org/viewvc?rev=618776view=rev Log: Removed dependency to commons-collections from AbstractConfiguration by introducing a new PrefixedKeysIterator class Added: commons/proper/configuration/branches

svn commit: r618783 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java

2008-02-05 Thread oheger
Author: oheger Date: Tue Feb 5 13:30:15 2008 New Revision: 618783 URL: http://svn.apache.org/viewvc?rev=618783view=rev Log: Java 1.5-related changes Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2

svn commit: r619161 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/tree/ test/jav

2008-02-06 Thread oheger
Author: oheger Date: Wed Feb 6 13:32:05 2008 New Revision: 619161 URL: http://svn.apache.org/viewvc?rev=619161view=rev Log: Removed dependency to commons-collections from HierarchicalConfiguration; Java 1.5-related changes; removed deprectated methods Modified: commons/proper

svn commit: r619294 - /commons/proper/configuration/trunk/xdocs/userguide/overview.xml

2008-02-06 Thread oheger
Author: oheger Date: Wed Feb 6 23:07:50 2008 New Revision: 619294 URL: http://svn.apache.org/viewvc?rev=619294view=rev Log: CONFIGURATION-308: Fixed broken links to API docs; patch from Feng Wu Modified: commons/proper/configuration/trunk/xdocs/userguide/overview.xml Modified: commons

svn commit: r619295 - /commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml

2008-02-06 Thread oheger
Author: oheger Date: Wed Feb 6 23:10:36 2008 New Revision: 619295 URL: http://svn.apache.org/viewvc?rev=619295view=rev Log: CONFIGURATION-308: Fixed broken links to API docs; patch from Feng Wu Modified: commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide

svn commit: r619296 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2008-02-06 Thread oheger
Author: oheger Date: Wed Feb 6 23:17:56 2008 New Revision: 619296 URL: http://svn.apache.org/viewvc?rev=619296view=rev Log: Removed dependency to commons-collections from PropertiesConfigurationLayout and some Java 1.5-related changes Modified: commons/proper/configuration/branches

svn commit: r619297 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/BaseConfiguration.java test/java/org/apache/commons/configu

2008-02-06 Thread oheger
Author: oheger Date: Wed Feb 6 23:29:44 2008 New Revision: 619297 URL: http://svn.apache.org/viewvc?rev=619297view=rev Log: Removed dependency to commons-collections from BaseConfiguration and some Java 1.5-related changes Modified: commons/proper/configuration/branches

svn commit: r619299 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

2008-02-06 Thread oheger
Author: oheger Date: Wed Feb 6 23:32:13 2008 New Revision: 619299 URL: http://svn.apache.org/viewvc?rev=619299view=rev Log: We do not depend on commons-collections any more Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml Modified: commons/proper

svn commit: r619300 - /commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml

2008-02-06 Thread oheger
Author: oheger Date: Wed Feb 6 23:38:45 2008 New Revision: 619300 URL: http://svn.apache.org/viewvc?rev=619300view=rev Log: Updated changes Modified: commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml Modified: commons/proper/configuration/branches

svn commit: r620151 - /commons/proper/configuration/trunk/xdocs/changes.xml

2008-02-09 Thread oheger
Author: oheger Date: Sat Feb 9 08:50:22 2008 New Revision: 620151 URL: http://svn.apache.org/viewvc?rev=620151view=rev Log: CONFIGURATION-306: Updated change log Modified: commons/proper/configuration/trunk/xdocs/changes.xml Modified: commons/proper/configuration/trunk/xdocs/changes.xml

svn commit: r620149 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/INIConfiguration.java test/java/org/apache/commons/configur

2008-02-09 Thread oheger
Author: oheger Date: Sat Feb 9 08:41:43 2008 New Revision: 620149 URL: http://svn.apache.org/viewvc?rev=620149view=rev Log: (empty) Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/INIConfiguration.java commons

svn commit: r620146 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/INIConfiguration.java test/org/apache/commons/configuration/TestINIConfiguration.java

2008-02-09 Thread oheger
Author: oheger Date: Sat Feb 9 08:33:45 2008 New Revision: 620146 URL: http://svn.apache.org/viewvc?rev=620146view=rev Log: CONFIGURATION-306: INIConfiguration now keeps whitespaces in property values that are quoted Modified: commons/proper/configuration/trunk/src/java/org/apache/commons

svn commit: r629613 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/HierarchicalConfiguration.java

2008-02-20 Thread oheger
Author: oheger Date: Wed Feb 20 13:08:18 2008 New Revision: 629613 URL: http://svn.apache.org/viewvc?rev=629613view=rev Log: Added @Override annotations Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2

svn commit: r629700 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/HierarchicalConfigurationXMLReader.java

2008-02-20 Thread oheger
Author: oheger Date: Wed Feb 20 23:06:52 2008 New Revision: 629700 URL: http://svn.apache.org/viewvc?rev=629700view=rev Log: Replaced iterator by new for loop Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2

svn commit: r629702 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java

2008-02-20 Thread oheger
Author: oheger Date: Wed Feb 20 23:27:56 2008 New Revision: 629702 URL: http://svn.apache.org/viewvc?rev=629702view=rev Log: Java 1.5-related changes Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2

svn commit: r630530 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/ src/main/java/org/apache/commons/configuration2/plist/ src

2008-02-23 Thread oheger
Author: oheger Date: Sat Feb 23 12:18:51 2008 New Revision: 630530 URL: http://svn.apache.org/viewvc?rev=630530view=rev Log: Removed the inner Node class of HierarchicalConfiguration. It existed only for reasons of backwards compatiblity. Its functionality is fully covered

svn commit: r631875 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr: ./ ExpressionEngine.java NodeAddData.java NodeHandler.

2008-02-27 Thread oheger
Author: oheger Date: Wed Feb 27 23:03:05 2008 New Revision: 631875 URL: http://svn.apache.org/viewvc?rev=631875view=rev Log: Added experimental NodeHandler interface Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr

svn commit: r632433 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr/NodeHandler.java

2008-02-29 Thread oheger
Author: oheger Date: Fri Feb 29 12:51:29 2008 New Revision: 632433 URL: http://svn.apache.org/viewvc?rev=632433view=rev Log: Some fine-tuning of the NodeHandler interface Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r632437 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/expr/ test/java/org/apache/commons/configuration2/expr/

2008-02-29 Thread oheger
Author: oheger Date: Fri Feb 29 12:55:33 2008 New Revision: 632437 URL: http://svn.apache.org/viewvc?rev=632437view=rev Log: Initial implementation of a node handler for configuration nodes including test class Added: commons/proper/configuration/branches/configuration2_experimental/src

svn commit: r632613 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/expr/ test/java/org/apache/commons/configuration2/expr/

2008-03-01 Thread oheger
Author: oheger Date: Sat Mar 1 08:18:31 2008 New Revision: 632613 URL: http://svn.apache.org/viewvc?rev=632613view=rev Log: Added new NodeList class as result of the ExpressionEngine.query() method Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r632655 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/expr/NodeList.java test/java/org/apache/commons/configurati

2008-03-01 Thread oheger
Author: oheger Date: Sat Mar 1 12:24:06 2008 New Revision: 632655 URL: http://svn.apache.org/viewvc?rev=632655view=rev Log: Added a getName() method to NodeList Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr

svn commit: r632661 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr/ExpressionEngine.java

2008-03-01 Thread oheger
Author: oheger Date: Sat Mar 1 13:15:14 2008 New Revision: 632661 URL: http://svn.apache.org/viewvc?rev=632661view=rev Log: Added new attributeKey() method to ExpressionEngine interface Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache

svn commit: r632662 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/expr/ test/java/org/apache/commons/configuration2/expr/

2008-03-01 Thread oheger
Author: oheger Date: Sat Mar 1 13:16:38 2008 New Revision: 632662 URL: http://svn.apache.org/viewvc?rev=632662view=rev Log: Initial implementation of DefaultExpressionEngine based on the NodeHandler approach Added: commons/proper/configuration/branches/configuration2_experimental/src/main

svn commit: r632838 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/expr/NodeVisitorAdapter.java test/java/org/apache/commons/c

2008-03-02 Thread oheger
Author: oheger Date: Sun Mar 2 12:36:06 2008 New Revision: 632838 URL: http://svn.apache.org/viewvc?rev=632838view=rev Log: Adapter implementation of NodeVisitor plus test class Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r632836 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr/NodeVisitor.java

2008-03-02 Thread oheger
Author: oheger Date: Sun Mar 2 12:35:03 2008 New Revision: 632836 URL: http://svn.apache.org/viewvc?rev=632836view=rev Log: Added generic NodeVisitor interface Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr

svn commit: r632843 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/CombinedConfiguration.java src/test/org/apache/commons/configuration/TestCombinedConfiguration.j

2008-03-02 Thread oheger
Author: oheger Date: Sun Mar 2 13:00:44 2008 New Revision: 632843 URL: http://svn.apache.org/viewvc?rev=632843view=rev Log: CONFIGURATION-315: CombinedConfiguration now only sends a single EVENT_COMBINED_INVALIDATE event for a changed child configuration Modified: commons/proper

svn commit: r632845 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/ src/test/java/org/apache/commons/configuration2/ xdocs/

2008-03-02 Thread oheger
Author: oheger Date: Sun Mar 2 13:06:57 2008 New Revision: 632845 URL: http://svn.apache.org/viewvc?rev=632845view=rev Log: CONFIGURATION-315: Applying fix to configuration2-branch Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r633273 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/CombinedConfiguration.java test/java/org/apache/commons/con

2008-03-03 Thread oheger
Author: oheger Date: Mon Mar 3 13:00:03 2008 New Revision: 633273 URL: http://svn.apache.org/viewvc?rev=633273view=rev Log: Some Java 1.5 improvements Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2

svn commit: r635076 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/expr/ test/java/org/apache/commons/configuration2/expr/

2008-03-08 Thread oheger
Author: oheger Date: Sat Mar 8 12:39:59 2008 New Revision: 635076 URL: http://svn.apache.org/viewvc?rev=635076view=rev Log: Change isDefined() method: the children of a node are no longer taken into account because this is done automatically during the visit process. Modified: commons

  1   2   3   4   5   6   7   8   9   10   >