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

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:03:09 2013 New Revision: 1516582 URL: http://svn.apache.org/r1516582 Log: Removed references to PropertyConverter. These references mainly occurred in JavaDocs. They were outdated anyway (all conversions are now done by the conversion handler which does not nece

svn commit: r1516583 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/convert/PropertyConverter.java

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:03:32 2013 New Revision: 1516583 URL: http://svn.apache.org/r1516583 Log: Removed obsolete method and made PropertyConverter package protected. The PropertyConverter class is now only accessed by DefaultConversionHandler. For other components, there is no need t

svn commit: r1516580 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/DataConfiguration.java test/java/org/apache/commons/configuration/TestDataConfiguration.ja

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:02:25 2013 New Revision: 1516580 URL: http://svn.apache.org/r1516580 Log: Reworked DataConfiguration to use the generic get() methods. All special data conversion methods are now based on the generic methods provided by AbstractConfiguration. Modified: com

svn commit: r1516581 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DataConfiguration.java

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:02:47 2013 New Revision: 1516581 URL: http://svn.apache.org/r1516581 Log: Made configuration field private and final. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DataConfiguration.java Modified: commons/prop

svn commit: r1516578 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/convert/DefaultConversionHandler.java test/java/org/apache/commons/configuration/convert/T

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:01:24 2013 New Revision: 1516578 URL: http://svn.apache.org/r1516578 Log: Added a special handling for empty elements. When converting to a list or to an array it makes sense to handle empty elements in a configuration in a special way - rather than returning a

svn commit: r1516579 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/AbstractConfiguration.java test/java/org/apache/commons/configuration/TestAbstractConfigur

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:01:55 2013 New Revision: 1516579 URL: http://svn.apache.org/r1516579 Log: The get() methods now handle the throwExceptionOnMissing flag correctly. Previously, the methods did not throw an exception if the key could not be resolved and the flag was set. Modified

svn commit: r1516575 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/beanutils/DefaultBeanFactory.java test/java/org/apache/commons/configuration/beanutils/Tes

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:00:19 2013 New Revision: 1516575 URL: http://svn.apache.org/r1516575 Log: Removed direct dependency to PropertyConverter. Data type conversions are now performed by a ConversionHandler object. The ConversionHandler instance to be used can be passed to the constr

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

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 20:00:52 2013 New Revision: 1516577 URL: http://svn.apache.org/r1516577 Log: Changed handling of return values for getList() and getCollection(). If the passed in key cannot be resolved and the default value is null, the methods now return null rather than an empty

svn commit: r1516574 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/convert/DefaultConversionHandler.java test/java/org/apache/commons/configuration/convert/T

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 19:59:46 2013 New Revision: 1516574 URL: http://svn.apache.org/r1516574 Log: Fixed a problem with conversions to primitive data types. In this case, the Class.cast() method cannot be used. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/

svn commit: r1516573 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: AbstractConfiguration.java convert/DefaultConversionHandler.java

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 19:59:12 2013 New Revision: 1516573 URL: http://svn.apache.org/r1516573 Log: Added a constant for a default instance to DefaultConversionHandler. It is safe to share an instance of this class between multiple components. Therefore, a default instance can be defined

svn commit: r1516572 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/beanutils/ main/java/org/apache/commons/configuration/convert/ test/java/org/apache/common

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 19:58:46 2013 New Revision: 1516572 URL: http://svn.apache.org/r1516572 Log: Added a to() method to PropertyConverter expecting a DefaultConversionHandler. This variant of the method obtains meta information required for the conversion (e.g. the date format) from t

svn commit: r1516571 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/convert/DefaultConversionHandler.java test/java/org/apache/commons/configuration/convert/T

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 19:58:04 2013 New Revision: 1516571 URL: http://svn.apache.org/r1516571 Log: Added a property for the date format to DefaultConversionHandler. This format string specified here will be used for conversions to Date or Calendar objects. Modified: commons/proper

svn commit: r1516570 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ImmutableConfiguration.java

2013-08-22 Thread oheger
Author: oheger Date: Thu Aug 22 19:57:35 2013 New Revision: 1516570 URL: http://svn.apache.org/r1516570 Log: Improved Javadocs of the getList() methods. The Javadoc of the original getList() method was misleading; it did not mention that the result list could contain complex object. This was corr

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

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 18:26:14 2013 New Revision: 875722 Log: Publishing svnmucc operation to commons site by mbenson Added: websites/production/commons/content/ - copied from r875721, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant/

svn commit: r875721 - in /websites/staging/commons/trunk/content: ./ .htaccess

2013-08-22 Thread buildbot
Author: buildbot Date: Thu Aug 22 18:25:32 2013 New Revision: 875721 Log: Staging update by buildbot for commons Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/.htaccess Propchange: websites/staging/commons/trunk/content/ --

svn commit: r1516533 - /commons/cms-site/trunk/content/resources/.htaccess

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 18:25:28 2013 New Revision: 1516533 URL: http://svn.apache.org/r1516533 Log: CMS commit to commons by mbenson Modified: commons/cms-site/trunk/content/resources/.htaccess Modified: commons/cms-site/trunk/content/resources/.htaccess URL: http://svn.apache.org

svn commit: r1516531 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 18:21:57 2013 New Revision: 1516531 URL: http://svn.apache.org/r1516531 Log: toward correct site management Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver

svn commit: r1516528 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 18:05:20 2013 New Revision: 1516528 URL: http://svn.apache.org/r1516528 Log: site publishing Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?

svn commit: r875719 - in /websites/production/commons/content/sandbox/commons-weaver: ./ apidocs/ apidocs/class-use/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/commons/ apidocs/org/apache/com

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 17:59:59 2013 New Revision: 875719 Log: Site checkin for project Apache Commons Weaver Parent POM [This commit notification would consist of 180 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r875717 - /websites/production/commons/content/sandbox/commons-weaver/weaver/

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 17:43:11 2013 New Revision: 875717 Log: try try again Removed: websites/production/commons/content/sandbox/commons-weaver/weaver/

svn commit: r875716 - in /websites/production/commons/content/sandbox/commons-weaver: ./ apidocs/ css/ images/ js/ testapidocs/ weaver/ weaver/apidocs/ weaver/apidocs/class-use/ weaver/apidocs/org/ we

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 17:38:39 2013 New Revision: 875716 Log: Site checkin for project Apache Commons Weaver Parent POM [This commit notification would consist of 74 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]