svn commit: r1643919 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/AbstractConfiguration.java test/java/org/apache/commons/configuration2/TestAbstractConfig

2014-12-08 Thread oheger
Author: oheger Date: Mon Dec 8 21:03:30 2014 New Revision: 1643919 URL: http://svn.apache.org/r1643919 Log: [CONFIGURATION-200] Added a default implementation for sizeInternal(). This implementation calculates the size of the configuration based on the iterator returned by getKeys(). Modified

svn commit: r1643918 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/AbstractConfiguration.java test/java/org/apache/commons/configuration2/TestAbstractConfig

2014-12-08 Thread oheger
Author: oheger Date: Mon Dec 8 21:02:57 2014 New Revision: 1643918 URL: http://svn.apache.org/r1643918 Log: [CONFIGURATION-200] Implemented synchronization for size() method. AbstractConfiguration now implements size() taking proper synchronization into account. The actual work has to be done

svn commit: r1643917 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2: AbstractConfiguration.java ImmutableConfiguration.java

2014-12-08 Thread oheger
Author: oheger Date: Mon Dec 8 21:02:26 2014 New Revision: 1643917 URL: http://svn.apache.org/r1643917 Log: [CONFIGURATION-200] Extended ImmutableConfiguration interface. A new size() method was added. Currently, only a dummy implementation exists. Modified: commons/proper/configuration

svn commit: r1641944 - /commons/proper/configuration/trunk/src/changes/changes.xml

2014-11-26 Thread oheger
Author: oheger Date: Wed Nov 26 21:22:30 2014 New Revision: 1641944 URL: http://svn.apache.org/r1641944 Log: [CONFIGURATION-562] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL

svn commit: r1641943 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/PropertiesConfiguration.java test/java/org/apache/commons/configuration2/TestPropertiesCo

2014-11-26 Thread oheger
Author: oheger Date: Wed Nov 26 21:22:03 2014 New Revision: 1641943 URL: http://svn.apache.org/r1641943 Log: [CONFIGURATION-564] Properties without a value and separator are now supported. The regular expression was slightly modified to support property declarations that do not have a separator

svn commit: r1638392 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/ConfigurationDecoder.java

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:56:09 2014 New Revision: 1638392 URL: http://svn.apache.org/r1638392 Log: Missing svn properties. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/ConfigurationDecoder.java (props changed) Propchange

svn commit: r1638386 - /commons/proper/configuration/trunk/src/changes/changes.xml

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:49:11 2014 New Revision: 1638386 URL: http://svn.apache.org/r1638386 Log: [CONFIGURATION-565] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL

svn commit: r1638385 - in /commons/proper/configuration/trunk/src/site/xdoc/userguide: howto_basicfeatures.xml user_guide.xml

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:48:47 2014 New Revision: 1638385 URL: http://svn.apache.org/r1638385 Log: Enhanced user guide regarding access to encoded strings. A new subsection was added to the "basic features" document. Modified: commons/proper/configuration/trunk/src

svn commit: r1638384 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/builder/combined/ test/java/org/apache/commons/configuration2/builder/combined/

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:48:16 2014 New Revision: 1638384 URL: http://svn.apache.org/r1638384 Log: The configuration decoder is now taken into account when copying basic properties. A sub combined configuration builder inherits the decoder property from its parent. Modified

svn commit: r1638383 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/builder/ test/java/org/apache/commons/configuration2/builder/

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:47:23 2014 New Revision: 1638383 URL: http://svn.apache.org/r1638383 Log: Extended BasicBuilderProperties by a ConfigurationDecoder property. It is now possible to set the decoder property via initialization parameters of a configuration builder. Modified

svn commit: r1638382 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/AbstractConfiguration.java test/java/org/apache/commons/configuration2/TestAbstractConfig

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:46:30 2014 New Revision: 1638382 URL: http://svn.apache.org/r1638382 Log: Implemented getEncodedString() using a default decoder. A property for the default decoder was added to AbstractConfiguration. Modified: commons/proper/configuration/trunk/src/main

svn commit: r1638381 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/AbstractConfiguration.java test/java/org/apache/commons/configuration2/TestAbstractConfig

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:45:38 2014 New Revision: 1638381 URL: http://svn.apache.org/r1638381 Log: Implemented getEncodedString() which expects a ConfigurationDecoder. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2

svn commit: r1638379 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2: AbstractConfiguration.java ImmutableConfiguration.java

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:44:46 2014 New Revision: 1638379 URL: http://svn.apache.org/r1638379 Log: Added methods for querying encoded strings to ImmutableConfiguration. With these methods it is possible to query the values of configuration properties stored in encoded form. Before they

svn commit: r1638378 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/ConfigurationDecoder.java

2014-11-11 Thread oheger
Author: oheger Date: Tue Nov 11 20:44:04 2014 New Revision: 1638378 URL: http://svn.apache.org/r1638378 Log: Added ConfigurationDecoder interface. This interface will be used when querying encoded strings from a configuration file. Added: commons/proper/configuration/trunk/src/main/java

svn commit: r1636050 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/tree/ test/java/org/apache/commons/configuration2/tree/

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:59:08 2014 New Revision: 1636050 URL: http://svn.apache.org/r1636050 Log: Missing svn properties. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeMatcher.java (props changed) commons/proper

svn commit: r1636042 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/TestINIConfiguration.java

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:52:07 2014 New Revision: 1636042 URL: http://svn.apache.org/r1636042 Log: Added a test case demonstrating the use of the equalsIgnoreCase matcher. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2

svn commit: r1636045 - /commons/proper/configuration/trunk/src/changes/changes.xml

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:52:44 2014 New Revision: 1636045 URL: http://svn.apache.org/r1636045 Log: [CONFIGURATION-574] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL

svn commit: r1636041 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/tree/NodeNameMatchers.java test/java/org/apache/commons/configuration2/tree/TestNodeNameM

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:51:45 2014 New Revision: 1636041 URL: http://svn.apache.org/r1636041 Log: Added a node name matcher which ignores case. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeNameMatchers.java commons

svn commit: r1636044 - /commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_hierarchical.xml

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:52:28 2014 New Revision: 1636044 URL: http://svn.apache.org/r1636044 Log: Extended documentation about hierarchical configurations. Described how another node name matcher can be set for a DefaultExpressionEngie object. Modified: commons/proper

svn commit: r1636040 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/AbstractImmutableNodeHandler.java

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:51:09 2014 New Revision: 1636040 URL: http://svn.apache.org/r1636040 Log: Removed duplicate code. The method for querying children by name can be implemented on top of the generic getMatchingChildren() method. getChildrenCount() can be handled in a similar way

svn commit: r1636038 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/tree/DefaultExpressionEngine.java test/java/org/apache/commons/configuration2/tree/TestDe

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:50:22 2014 New Revision: 1636038 URL: http://svn.apache.org/r1636038 Log: DefaultExpressionEngine now supports a node name matcher. By providing a custom matcher it is possible to influence the search operations performed by the expression engine. Modified

svn commit: r1636037 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/tree/NodeNameMatchers.java test/java/org/apache/commons/configuration2/tree/TestNodeNameM

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:49:47 2014 New Revision: 1636037 URL: http://svn.apache.org/r1636037 Log: Added a default matcher implementation for node names. The new implementation performs an exact match on a node name. It is defined as a constant in an enumeration class because a single

svn commit: r1636039 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/AbstractImmutableNodeHandler.java

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:50:46 2014 New Revision: 1636039 URL: http://svn.apache.org/r1636039 Log: Added missing @Override annotations. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/AbstractImmutableNodeHandler.java Modified

svn commit: r1636035 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:48:49 2014 New Revision: 1636035 URL: http://svn.apache.org/r1636035 Log: Added missing @Override annotations. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java Modified: commons

svn commit: r1636034 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/tree/ test/java/org/apache/commons/configuration2/tree/

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:48:25 2014 New Revision: 1636034 URL: http://svn.apache.org/r1636034 Log: Implemented the new methods of the NodeHandler interface. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree

svn commit: r1636036 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:49:13 2014 New Revision: 1636036 URL: http://svn.apache.org/r1636036 Log: Removed @author tag; added @since tag. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java Modified: commons

svn commit: r1636033 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree: AbstractImmutableNodeHandler.java NodeHandler.java NodeHandlerDecorator.java

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:47:47 2014 New Revision: 1636033 URL: http://svn.apache.org/r1636033 Log: Extended NodeHandler interface by advanced query methods. There are now new methods for obtaining all child nodes of a parent node which are matched by a given NodeMatcher. Modified

svn commit: r1636032 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeMatcher.java

2014-11-01 Thread oheger
Author: oheger Date: Sat Nov 1 20:47:22 2014 New Revision: 1636032 URL: http://svn.apache.org/r1636032 Log: Added NodeMatcher interface. A NodeMatcher allows for advanced filtering of the child nodes of a given parent node. Added: commons/proper/configuration/trunk/src/main/java/org

svn commit: r1635293 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/plist/XMLPropertyListConfiguration.java test/java/org/apache/commons/configuration2/plist

2014-10-29 Thread oheger
Author: oheger Date: Wed Oct 29 20:19:37 2014 New Revision: 1635293 URL: http://svn.apache.org/r1635293 Log: [CONFIGURATION-427] Support saving of arrays. Arrays added to a XMLPropertyListConfiguration are now handled in a special way so that their storage format is adapted. Thanks to Ho-jin Lee

svn commit: r1635294 - /commons/proper/configuration/trunk/src/changes/changes.xml

2014-10-29 Thread oheger
Author: oheger Date: Wed Oct 29 20:19:57 2014 New Revision: 1635294 URL: http://svn.apache.org/r1635294 Log: [CONFIGURATION-427] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL

svn commit: r1629976 - /commons/proper/beanutils/trunk/src/changes/changes.xml

2014-10-07 Thread oheger
Author: oheger Date: Tue Oct 7 20:23:07 2014 New Revision: 1629976 URL: http://svn.apache.org/r1629976 Log: [BEANUTILS-465] Updated changes.xml. Modified: commons/proper/beanutils/trunk/src/changes/changes.xml Modified: commons/proper/beanutils/trunk/src/changes/changes.xml URL: http

svn commit: r1629975 - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/BeanUtilsBean.java test/java/org/apache/commons/beanutils/bugs/Jira465TestCase.java

2014-10-07 Thread oheger
Author: oheger Date: Tue Oct 7 20:22:52 2014 New Revision: 1629975 URL: http://svn.apache.org/r1629975 Log: [BEANUTILS-465] Made indexed list setters work again. Thanks to Daniel Atallah for the patch. Added: commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs

svn commit: r924535 - in /websites/production/commons/content/proper/commons-configuration: ./ apidocs/ apidocs/org/apache/commons/configuration2/ apidocs/org/apache/commons/configuration2/beanutils/

2014-10-03 Thread oheger
Author: oheger Date: Fri Oct 3 17:31:09 2014 New Revision: 924535 Log: Site checkin for project Apache Commons Configuration [This commit notification would consist of 116 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1629248 - /commons/proper/beanutils/trunk/pom.xml

2014-10-03 Thread oheger
Author: oheger Date: Fri Oct 3 16:11:53 2014 New Revision: 1629248 URL: http://svn.apache.org/r1629248 Log: Added Tommy Tynjä to contributors section. Modified: commons/proper/beanutils/trunk/pom.xml Modified: commons/proper/beanutils/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1629240 - /commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src/site/site.xml

2014-10-03 Thread oheger
Author: oheger Date: Fri Oct 3 15:56:07 2014 New Revision: 1629240 URL: http://svn.apache.org/r1629240 Log: Ported changes on site menu to 2.0-alpha1 meaintenance branch. Modified: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src/site/site.xml Modified: commons/proper

svn commit: r1629236 - /commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src/site/xdoc/userguide_v1.10/

2014-10-03 Thread oheger
Author: oheger Date: Fri Oct 3 15:52:31 2014 New Revision: 1629236 URL: http://svn.apache.org/r1629236 Log: Copied user guide version 1.10 files to maintenance branch for 2.0 alpha1 release. Added: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src/site/xdoc

svn commit: r1629233 - /commons/proper/configuration/trunk/src/site/xdoc/userguide_v1.10/

2014-10-03 Thread oheger
Author: oheger Date: Fri Oct 3 15:43:04 2014 New Revision: 1629233 URL: http://svn.apache.org/r1629233 Log: [CONFIGURATION-592] Adapted links to API docs. Links referencing Javadocs from the 1.10 user's guide have to be adapted to the new site structure. Modified: commons/p

svn commit: r1629232 - /commons/proper/configuration/trunk/src/site/xdoc/userguide_v1.10/user_guide.xml

2014-10-03 Thread oheger
Author: oheger Date: Fri Oct 3 15:42:14 2014 New Revision: 1629232 URL: http://svn.apache.org/r1629232 Log: [CONFIGURATION-592] Slight adaptations in index of user guide. Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide_v1.10/user_guide.xml Modified: commons/proper

svn commit: r1629231 - /commons/proper/configuration/trunk/src/site/site.xml

2014-10-03 Thread oheger
Author: oheger Date: Fri Oct 3 15:41:59 2014 New Revision: 1629231 URL: http://svn.apache.org/r1629231 Log: [CONFIGURATION-592] Changed link to 1.10 user guide on site menu. A relative link to pages generated during the build is now used. Modified: commons/proper/configuration/trunk/src

svn commit: r1629051 - /commons/proper/configuration/trunk/src/site/xdoc/userguide_v1.10/

2014-10-02 Thread oheger
Author: oheger Date: Thu Oct 2 19:29:14 2014 New Revision: 1629051 URL: http://svn.apache.org/r1629051 Log: Copied user guide for version 1.10. Added: commons/proper/configuration/trunk/src/site/xdoc/userguide_v1.10/ (props changed) - copied from r1629050, commons/proper

svn commit: r1628830 - /commons/proper/beanutils/trunk/src/changes/changes.xml

2014-10-01 Thread oheger
Author: oheger Date: Wed Oct 1 20:12:40 2014 New Revision: 1628830 URL: http://svn.apache.org/r1628830 Log: [BEANUTILS-470] Updated changes.xml. Modified: commons/proper/beanutils/trunk/src/changes/changes.xml Modified: commons/proper/beanutils/trunk/src/changes/changes.xml URL: http

svn commit: r1628829 - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/converters/NumberConverter.java test/java/org/apache/commons/beanutils/converters/BigDecimalConver

2014-10-01 Thread oheger
Author: oheger Date: Wed Oct 1 20:12:24 2014 New Revision: 1628829 URL: http://svn.apache.org/r1628829 Log: [BEANUTILS-470] NumberConverter now deals with BigDecimal objects correctly. If a BigDecimal object is passed to the converter it is now directly returned without trying a conversion that

svn commit: r1627628 - /commons/proper/configuration/trunk/doap_configuration.rdf

2014-09-25 Thread oheger
Author: oheger Date: Thu Sep 25 19:49:14 2014 New Revision: 1627628 URL: http://svn.apache.org/r1627628 Log: Added new release to doap file. Modified: commons/proper/configuration/trunk/doap_configuration.rdf Modified: commons/proper/configuration/trunk/doap_configuration.rdf URL: http

svn commit: r1627627 - /commons/proper/configuration/trunk/src/site/xdoc/download_configuration.xml

2014-09-25 Thread oheger
Author: oheger Date: Thu Sep 25 19:49:00 2014 New Revision: 1627627 URL: http://svn.apache.org/r1627627 Log: Corrected file names on download page. Modified: commons/proper/configuration/trunk/src/site/xdoc/download_configuration.xml Modified: commons/proper/configuration/trunk/src/site

svn commit: r1627625 - /commons/proper/configuration/trunk/src/changes/changes.xml

2014-09-25 Thread oheger
Author: oheger Date: Thu Sep 25 19:48:39 2014 New Revision: 1627625 URL: http://svn.apache.org/r1627625 Log: Updated changes.xml. Set release date and added new release element for next iteration. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper

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

2014-09-25 Thread oheger
Author: oheger Date: Thu Sep 25 19:48:21 2014 New Revision: 1627624 URL: http://svn.apache.org/r1627624 Log: Adapted site and publish URLs. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1627623 - /commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src/site/xdoc/download_configuration.xml

2014-09-25 Thread oheger
Author: oheger Date: Thu Sep 25 19:44:35 2014 New Revision: 1627623 URL: http://svn.apache.org/r1627623 Log: Corrected file names on download page. Modified: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src/site/xdoc/download_configuration.xml Modified: commons/proper

svn commit: r923565 - /websites/production/commons/content/proper/commons-configuration/download_configuration.html

2014-09-25 Thread oheger
Author: oheger Date: Thu Sep 25 19:10:28 2014 New Revision: 923565 Log: Corrected links on download page. Modified: websites/production/commons/content/proper/commons-configuration/download_configuration.html Modified: websites/production/commons/content/proper/commons-configuration

svn commit: r923445 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2014-09-24 Thread oheger
Author: oheger Date: Wed Sep 24 20:30:50 2014 New Revision: 923445 Log: Publishing svnmucc operation to commons site by oheger Added: websites/production/commons/content/ - copied from r923443, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant

svn commit: r923442 [7/7] - /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/

2014-09-24 Thread oheger
Added: websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/overview.html == --- websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/overview.html

svn commit: r923442 [6/7] - /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/

2014-09-24 Thread oheger
Added: websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto_xml.html == --- websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto_xml.ht

svn commit: r923442 [1/7] - /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/

2014-09-24 Thread oheger
Author: oheger Date: Wed Sep 24 20:29:01 2014 New Revision: 923442 Log: Added user guide for version 1.10. Added: websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/ websites/production/commons/content/proper/commons-configuration/javadocs/v1.10

svn commit: r923442 [2/7] - /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/

2014-09-24 Thread oheger
Added: websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto_combinedconfiguration.html == --- websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/user

svn commit: r923442 [5/7] - /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/

2014-09-24 Thread oheger
Added: websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto_properties.html == --- websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto

svn commit: r923442 [3/7] - /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/

2014-09-24 Thread oheger
Added: websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto_configurationbuilder.html == --- websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userg

svn commit: r923442 [4/7] - /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/

2014-09-24 Thread oheger
Added: websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto_filebased.html == --- websites/production/commons/content/proper/commons-configuration/javadocs/v1.10/userguide/howto_

svn commit: r923438 - in /websites/production/commons/content/proper/commons-configuration/javadocs/v1.10: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/commons/ apidocs/org/apache/c

2014-09-24 Thread oheger
Author: oheger Date: Wed Sep 24 20:25:54 2014 New Revision: 923438 Log: Added Javadocs for version 1.10. [This commit notification would consist of 98 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1627412 - /commons/cms-site/trunk/conf/component_releases.properties

2014-09-24 Thread oheger
Author: oheger Date: Wed Sep 24 20:25:56 2014 New Revision: 1627412 URL: http://svn.apache.org/r1627412 Log: Updated latest release for Configuration. Modified: commons/cms-site/trunk/conf/component_releases.properties Modified: commons/cms-site/trunk/conf/component_releases.properties URL

svn commit: r923436 - in /websites/production/commons/content/proper/commons-configuration: ./ apidocs/ apidocs/org/apache/commons/configuration/ apidocs/org/apache/commons/configuration2/ apidocs/org

2014-09-24 Thread oheger
Author: oheger Date: Wed Sep 24 20:11:14 2014 New Revision: 923436 Log: Site checkin for project Apache Commons Configuration [This commit notification would consist of 792 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1627156 - /commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/pom.xml

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 20:34:22 2014 New Revision: 1627156 URL: http://svn.apache.org/r1627156 Log: Set the scmPubUrl property. Modified: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/pom.xml Modified: commons/proper/configuration/branches

svn commit: r1627145 - /commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/pom.xml

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 20:12:58 2014 New Revision: 1627145 URL: http://svn.apache.org/r1627145 Log: Set correct site URL. Modified: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/pom.xml Modified: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH

svn commit: r923290 - /websites/production/commons/content/proper/commons-configuration2/

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 20:04:34 2014 New Revision: 923290 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-configuration2 Added: websites/production/commons/content/proper/commons-configuration2/

svn commit: r1627141 - in /commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src: changes/changes.xml test/resources/testInterpolation.xml

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 20:00:51 2014 New Revision: 1627141 URL: http://svn.apache.org/r1627141 Log: Set release date. Modified: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/src/changes/changes.xml commons/proper/configuration/branches

svn commit: r1627138 - /commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:58:36 2014 New Revision: 1627138 URL: http://svn.apache.org/r1627138 Log: Created a branch for site maintenance. Added: commons/proper/configuration/branches/RELEASE_2_0_alpha1_BRANCH/ (props changed) - copied from r1627137, commons/proper

svn commit: r1627135 - /commons/proper/configuration/branches/configuration2-alpha/

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:51:08 2014 New Revision: 1627135 URL: http://svn.apache.org/r1627135 Log: Removed obsolete preparation branch for 2.0-alpha release. Removed: commons/proper/configuration/branches/configuration2-alpha/

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

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:49:13 2014 New Revision: 1627134 URL: http://svn.apache.org/r1627134 Log: Updated versions to the next development version. Modified: commons/proper/configuration/trunk/build.xml commons/proper/configuration/trunk/pom.xml Modified: commons/proper

svn commit: r1627133 - /commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1/

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:45:02 2014 New Revision: 1627133 URL: http://svn.apache.org/r1627133 Log: Tagging 2.0-alpha1 release. Added: commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1/ (props changed) - copied from r1627132, commons/proper/configuration/tags

svn commit: r6644 - /release/commons/configuration/README.html

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:42:42 2014 New Revision: 6644 Log: Updated README. Modified: release/commons/configuration/README.html Modified: release/commons/configuration/README.html == --- release/commons

svn commit: r6642 - /dev/commons/configuration/ /dev/commons/configuration/binaries/ /dev/commons/configuration/source/ /release/commons/configuration/ /release/commons/configuration/binaries/ /releas

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:36:11 2014 New Revision: 6642 Log: Publish commons-configuration 2.0-alpha1 release Added: release/commons/configuration/RELEASE-NOTES.txt - copied unchanged from r6641, dev/commons/configuration/RELEASE-NOTES.txt release/commons/configuration

svn commit: r6641 - in /dev/commons/configuration: binaries/ source/

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:35:19 2014 New Revision: 6641 Log: Added sha1 checksums. Added: dev/commons/configuration/binaries/commons-configuration2-2.0-alpha1-bin.tar.gz.sha1 dev/commons/configuration/binaries/commons-configuration2-2.0-alpha1-bin.zip.sha1 dev/commons

svn commit: r6640 - in /release/commons/configuration: RELEASE-NOTES-1.10.txt RELEASE-NOTES.txt

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:30:34 2014 New Revision: 6640 Log: Renamed release notes for version 1.10. Added: release/commons/configuration/RELEASE-NOTES-1.10.txt - copied unchanged from r6639, release/commons/configuration/RELEASE-NOTES.txt Removed: release/commons

svn commit: r6639 - in /dev/commons/configuration: binaries/ source/

2014-09-23 Thread oheger
Author: oheger Date: Tue Sep 23 19:19:04 2014 New Revision: 6639 Log: Added md5 checksums. Added: dev/commons/configuration/binaries/commons-configuration2-2.0-alpha1-bin.tar.gz.md5 dev/commons/configuration/binaries/commons-configuration2-2.0-alpha1-bin.zip.md5 dev/commons

svn commit: r6573 - in /dev/commons/configuration: ./ binaries/ source/

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 20:16:49 2014 New Revision: 6573 Log: Added distributions for configuration-2.0-alpha1-rc1. Added: dev/commons/configuration/RELEASE-NOTES.txt dev/commons/configuration/binaries/commons-configuration2-2.0-alpha1-bin.tar.gz (with props) dev/commons

svn commit: r1626323 - in /commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1_RC1: ./ build.xml pom.xml

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 20:07:35 2014 New Revision: 1626323 URL: http://svn.apache.org/r1626323 Log: Creating Configuration 2.0-alpha1-RC1 tag (2nd attempt). Added: commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1_RC1/ (props changed) - copied from r1626322

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

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 20:03:22 2014 New Revision: 1626322 URL: http://svn.apache.org/r1626322 Log: Set correct version in release notes. Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt URL: http

svn commit: r1626320 - /commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1_RC1/

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 20:00:58 2014 New Revision: 1626320 URL: http://svn.apache.org/r1626320 Log: Dropped RC tag because there is still a problem with the version of the release notes. Removed: commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1_RC1/

svn commit: r1626310 - in /commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1_RC1: ./ build.xml pom.xml

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 19:46:39 2014 New Revision: 1626310 URL: http://svn.apache.org/r1626310 Log: Creating Configuration 2.0-alpha1-RC1 tag. Added: commons/proper/configuration/tags/CONFIGURATION_2_0_alpha1_RC1/ (props changed) - copied from r1626307, commons/proper

svn commit: r1626304 - /commons/proper/configuration/trunk/src/site/xdoc/building.xml

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 19:38:32 2014 New Revision: 1626304 URL: http://svn.apache.org/r1626304 Log: Updated build documentation. Modified: commons/proper/configuration/trunk/src/site/xdoc/building.xml Modified: commons/proper/configuration/trunk/src/site/xdoc/building.xml URL

svn commit: r1626303 - in /commons/proper/configuration/trunk/src/main/assembly: bin.xml src.xml

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 19:38:10 2014 New Revision: 1626303 URL: http://svn.apache.org/r1626303 Log: Changed target directory name in assembly descriptors. For the correct version of this release, the second property defining the version is needed. Modified: commons/proper

svn commit: r1626302 - /commons/proper/configuration/trunk/src/main/resources/digesterRules.xml

2014-09-19 Thread oheger
Author: oheger Date: Fri Sep 19 19:37:31 2014 New Revision: 1626302 URL: http://svn.apache.org/r1626302 Log: Removed obsolete digester rules file. This was used by ConfigurationFactory which no longer exists. Removed: commons/proper/configuration/trunk/src/main/resources/digesterRules.xml

svn commit: r1625159 - /commons/proper/configuration/trunk/src/site/xdoc/dependencies_1_10.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 20:32:48 2014 New Revision: 1625159 URL: http://svn.apache.org/r1625159 Log: Missing svn properties. Modified: commons/proper/configuration/trunk/src/site/xdoc/dependencies_1_10.xml (props changed) Propchange: commons/proper/configuration/trunk/src/site

svn commit: r1625155 - in /commons/proper/configuration/trunk/src/main/assembly: bin.xml src.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 20:25:48 2014 New Revision: 1625155 URL: http://svn.apache.org/r1625155 Log: Tweaked assembly descriptors. Copied the files from the 1.10 release. Modified: commons/proper/configuration/trunk/src/main/assembly/bin.xml commons/proper/configuration/trunk

svn commit: r1625153 - /commons/proper/configuration/trunk/NOTICE.txt

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 20:25:29 2014 New Revision: 1625153 URL: http://svn.apache.org/r1625153 Log: Tempus fugit... Modified: commons/proper/configuration/trunk/NOTICE.txt Modified: commons/proper/configuration/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/proper

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

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 20:05:17 2014 New Revision: 1625147 URL: http://svn.apache.org/r1625147 Log: Adapted build.xml. Modified: commons/proper/configuration/trunk/build.xml Modified: commons/proper/configuration/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1625144 - /commons/proper/configuration/trunk/src/site/site.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:59:56 2014 New Revision: 1625144 URL: http://svn.apache.org/r1625144 Log: Added the different dependencies pages to the site menu. Modified: commons/proper/configuration/trunk/src/site/site.xml Modified: commons/proper/configuration/trunk/src/site/site.xml

svn commit: r1625143 - /commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:59:38 2014 New Revision: 1625143 URL: http://svn.apache.org/r1625143 Log: Adapted page with runtime dependencies for version 2.0. Modified: commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml Modified: commons/proper/configuration/trunk/src

svn commit: r1625142 - /commons/proper/configuration/trunk/src/site/xdoc/dependencies_1_10.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:59:20 2014 New Revision: 1625142 URL: http://svn.apache.org/r1625142 Log: Added a page with dependencies for the 1.x versions. There will be two separate pages for dependencies for the different version series because there are some differences. Added

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

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:59:02 2014 New Revision: 1625141 URL: http://svn.apache.org/r1625141 Log: Updated dependencies. Switched to most recent versions of some Commons components. The dependency to Commons Digester is no longer needed. Modified: commons/proper/configuration

svn commit: r1625140 - in /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2: TestAbstractConfigurationBasicFeatures.java TestAbstractHierarchicalConfiguration.java Te

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:58:47 2014 New Revision: 1625140 URL: http://svn.apache.org/r1625140 Log: Removed references to [collections] from test classes. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2

svn commit: r1625139 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/ConfigurationAssert.java

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:58:15 2014 New Revision: 1625139 URL: http://svn.apache.org/r1625139 Log: Added some test helper methods related to the processing of configuration keys. These methods allow the removal of all references to [collections] in test classes. Modified: commons

svn commit: r1625138 - in /commons/proper/configuration/trunk: RELEASE-NOTES.txt src/changes/changes.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:57:52 2014 New Revision: 1625138 URL: http://svn.apache.org/r1625138 Log: [CONFIGURATION-591] Updated release notes and changes.xml. Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt commons/proper/configuration/trunk/src/changes

svn commit: r1625137 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/ConfigurationConverter.java test/java/org/apache/commons/configuration2/TestConfiguration

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:57:33 2014 New Revision: 1625137 URL: http://svn.apache.org/r1625137 Log: [CONFIGURATION-591] Removed conversion methods related to ExtendedProperties. ExtendedProperties is no longer supported by recent versions of Commons Collections. Therefore, the

svn commit: r1625136 - /commons/proper/configuration/trunk/src/changes/changes.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:56:59 2014 New Revision: 1625136 URL: http://svn.apache.org/r1625136 Log: Added changes for release 1.10 to changes.xml. The release was made from a separate release branch. The changes had not yet been merged into changes.xml in trunk. Modified: commons

svn commit: r1625135 - /commons/proper/configuration/trunk/src/site/site.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:56:42 2014 New Revision: 1625135 URL: http://svn.apache.org/r1625135 Log: Restructured menu on main site. Added a documentation section with separate sub menus for versions 1.10 and 2.0 (alpha). Modified: commons/proper/configuration/trunk/src/site

svn commit: r1625134 - in /commons/proper/configuration/trunk: RELEASE-NOTES.txt src/changes/changes.xml

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:56:25 2014 New Revision: 1625134 URL: http://svn.apache.org/r1625134 Log: Added some more fixed issues to the release notes and changes.xml. Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt commons/proper/configuration/trunk/src/changes

svn commit: r1625132 - in /commons/proper/configuration/trunk/src/changes: changes.xml release-notes.vm

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:55:49 2014 New Revision: 1625132 URL: http://svn.apache.org/r1625132 Log: Prepared the generation of new release notes. Added a template for the maven changes plug-in. Added: commons/proper/configuration/trunk/src/changes/release-notes.vm Modified

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

2014-09-15 Thread oheger
Author: oheger Date: Mon Sep 15 19:56:04 2014 New Revision: 1625133 URL: http://svn.apache.org/r1625133 Log: Initial version of release notes for 2.0-alpha1. Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt URL

svn commit: r1624758 - /commons/proper/configuration/trunk/src/changes/changes.xml

2014-09-13 Thread oheger
Author: oheger Date: Sat Sep 13 15:48:42 2014 New Revision: 1624758 URL: http://svn.apache.org/r1624758 Log: [CONFIGURATION-588] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL

svn commit: r1624757 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder: ./ combined/ fluent/

2014-09-13 Thread oheger
Author: oheger Date: Sat Sep 13 15:47:43 2014 New Revision: 1624757 URL: http://svn.apache.org/r1624757 Log: Enhanced Javadoc for interfaces not intended to be implemented. Added a corresponding warning that these interfaces may change even in minor releases. Modified: commons/proper

svn commit: r1624755 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/

2014-09-13 Thread oheger
Author: oheger Date: Sat Sep 13 15:42:14 2014 New Revision: 1624755 URL: http://svn.apache.org/r1624755 Log: Removed duplicated source package - an artifact from merging. Removed: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/

<    1   2   3   4   5   6   7   8   9   10   >