svn commit: r1744863 - /commons/proper/commons-build-plugin/trunk/pom.xml

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:21:59 2016 New Revision: 1744863 URL: http://svn.apache.org/viewvc?rev=1744863=rev Log: commons-parent 39 -> 40. Modified: commons/proper/commons-build-plugin/trunk/pom.xml Modified: commons/proper/commons-build-plugin/trunk/pom.xml URL:

svn commit: r1744855 - /commons/proper/csv/trunk/src/changes/release-notes.vm

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:11:07 2016 New Revision: 1744855 URL: http://svn.apache.org/viewvc?rev=1744855=rev Log: Fix Java version. Modified: commons/proper/csv/trunk/src/changes/release-notes.vm Modified: commons/proper/csv/trunk/src/changes/release-notes.vm URL:

svn commit: r1744866 - in /commons/proper/csv/trunk/src/site/xdoc: issue-tracking.xml mail-lists.xml

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:26:22 2016 New Revision: 1744866 URL: http://svn.apache.org/viewvc?rev=1744866=rev Log: Prepare for version 1.4. Modified: commons/proper/csv/trunk/src/site/xdoc/issue-tracking.xml commons/proper/csv/trunk/src/site/xdoc/mail-lists.xml Modified:

svn commit: r1744865 - /commons/proper/csv/trunk/README.md

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:24:49 2016 New Revision: 1744865 URL: http://svn.apache.org/viewvc?rev=1744865=rev Log: Prepare for version 1.4. Modified: commons/proper/csv/trunk/README.md Modified: commons/proper/csv/trunk/README.md URL:

svn commit: r1744861 - /commons/proper/csv/trunk/src/site/xdoc/download_csv.xml

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:16:49 2016 New Revision: 1744861 URL: http://svn.apache.org/viewvc?rev=1744861=rev Log: Prepare for version 1.4. Modified: commons/proper/csv/trunk/src/site/xdoc/download_csv.xml Modified: commons/proper/csv/trunk/src/site/xdoc/download_csv.xml URL:

svn commit: r1744859 - /commons/proper/csv/trunk/RELEASE-NOTES.txt

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:15:19 2016 New Revision: 1744859 URL: http://svn.apache.org/viewvc?rev=1744859=rev Log: Version 1.4 Release Notes. Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt URL:

svn commit: r1744858 - /commons/proper/csv/trunk/RELEASE-NOTES.txt

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:13:23 2016 New Revision: 1744858 URL: http://svn.apache.org/viewvc?rev=1744858=rev Log: Version 1.4 Release Notes. Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt URL:

svn commit: r1744857 - /commons/proper/csv/trunk/src/changes/changes.xml

2016-05-21 Thread ggregory
Author: ggregory Date: Sat May 21 07:12:38 2016 New Revision: 1744857 URL: http://svn.apache.org/viewvc?rev=1744857=rev Log: Update an issue type. Modified: commons/proper/csv/trunk/src/changes/changes.xml Modified: commons/proper/csv/trunk/src/changes/changes.xml URL:

[2/2] [lang] LANG-1234: add changes.xml entry

2016-05-21 Thread pascalschumacher
LANG-1234: add changes.xml entry Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/49455b78 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/49455b78 Diff:

[1/2] [lang] LANG-1234: getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than the threshold (closes #118)

2016-05-21 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 031f6b082 -> 49455b78b LANG-1234: getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than the threshold (closes #118) If the string lengths differ more than the threshold, there's no

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

2016-05-21 Thread oheger
Author: oheger Date: Sat May 21 19:36:11 2016 New Revision: 1744971 URL: http://svn.apache.org/viewvc?rev=1744971=rev Log: [CONFIGURATION-626] Updated user guide. The now deprecated getArray() method is no longer described. Instead, it is mentioned that get() can handle arrays. Modified:

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

2016-05-21 Thread oheger
Author: oheger Date: Sat May 21 15:20:02 2016 New Revision: 1744955 URL: http://svn.apache.org/viewvc?rev=1744955=rev Log: [CONFIGURATION-626] get() now supports array conversions. The method now checks whether the target class of the conversion is an array class. If so, it delegates to an

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

2016-05-21 Thread oheger
Author: oheger Date: Sat May 21 15:20:46 2016 New Revision: 1744956 URL: http://svn.apache.org/viewvc?rev=1744956=rev Log: [CONFIGURATION-626] Do not use getArray() any more. Calls in DataConfiguration have been replaced by get() calls. Modified:

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

2016-05-21 Thread oheger
Author: oheger Date: Sat May 21 15:21:26 2016 New Revision: 1744957 URL: http://svn.apache.org/viewvc?rev=1744957=rev Log: [CONFIGURATION-626] Deprecated getArray() method. Added a comment that the same functionality is available by the generic get() method in a type-safe way. Modified:

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

2016-05-21 Thread oheger
Author: oheger Date: Sat May 21 15:21:51 2016 New Revision: 1744958 URL: http://svn.apache.org/viewvc?rev=1744958=rev Log: [CONFIGURATION-626] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified:

svn commit: r1745011 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2016-05-21 Thread ggregory
Author: ggregory Date: Sun May 22 05:22:22 2016 New Revision: 1745011 URL: http://svn.apache.org/viewvc?rev=1745011=rev Log: Javadoc. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified: