svn commit: r1200192 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:57:01 2011 New Revision: 1200192 URL: http://svn.apache.org/viewvc?rev=1200192&view=rev Log: Returning to snapshots Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/default.prop

svn commit: r1200191 - /commons/proper/lang/tags/LANG_3_1_RC1/

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:56:30 2011 New Revision: 1200191 URL: http://svn.apache.org/viewvc?rev=1200191&view=rev Log: Tagging 3.1 rc1 Added: commons/proper/lang/tags/LANG_3_1_RC1/ - copied from r1200190, commons/proper/lang/trunk/

svn commit: r1200190 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:56:02 2011 New Revision: 1200190 URL: http://svn.apache.org/viewvc?rev=1200190&view=rev Log: Removing snapshot Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/default.propertie

svn commit: r1200187 - /commons/proper/lang/tags/LANG_3_1_RC1/

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:48:39 2011 New Revision: 1200187 URL: http://svn.apache.org/viewvc?rev=1200187&view=rev Log: Redoing Removed: commons/proper/lang/tags/LANG_3_1_RC1/

svn commit: r1200179 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/distribution/ test/java/org/apache/commons/math/distribution/

2011-11-09 Thread celestin
Author: celestin Date: Thu Nov 10 06:21:56 2011 New Revision: 1200179 URL: http://svn.apache.org/viewvc?rev=1200179&view=rev Log: Modifications to the hierarchy of distributions, according to MATH-692. Patch contributed by Christian Winter. Modified: commons/proper/math/trunk/src/main/java/

svn commit: r1200177 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java

2011-11-09 Thread ggregory
Author: ggregory Date: Thu Nov 10 06:14:33 2011 New Revision: 1200177 URL: http://svn.apache.org/viewvc?rev=1200177&view=rev Log: [LANG-762] Handle or document ReflectionToStringBuilder and ToStringBuilder for collections that are not thread safe. Better Javadocs. See Phil's comments in the Jira

svn commit: r1200112 - /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/writer/CSVConfig.java

2011-11-09 Thread dbrosius
Author: dbrosius Date: Thu Nov 10 03:37:47 2011 New Revision: 1200112 URL: http://svn.apache.org/viewvc?rev=1200112&view=rev Log: bad logic, should use || rather than &&, but instanceof covers the null case anyway Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/writ

svn commit: r1200099 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

2011-11-09 Thread ggregory
Author: ggregory Date: Thu Nov 10 02:19:28 2011 New Revision: 1200099 URL: http://svn.apache.org/viewvc?rev=1200099&view=rev Log: [VFS-384] Update Apache Commons Net to 3.0.1 from 2.2 for FTP and SFTP providers. Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/chan

svn commit: r1200097 - in /commons/proper/vfs/trunk: core/src/test/java/org/apache/http/ core/src/test/java/org/apache/http/examples/ core/src/test/java/org/apache/http/examples/nio/ pom.xml src/chang

2011-11-09 Thread ggregory
Author: ggregory Date: Thu Nov 10 02:14:40 2011 New Revision: 1200097 URL: http://svn.apache.org/viewvc?rev=1200097&view=rev Log: [VFS-383] Update JSch to 0.1.45 from 0.1.42 for the SFTP provider. Added: commons/proper/vfs/trunk/core/src/test/java/org/apache/http/ commons/proper/vfs/trunk

svn commit: r1200096 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderConcurrencyTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Thu Nov 10 02:07:43 2011 New Revision: 1200096 URL: http://svn.apache.org/viewvc?rev=1200096&view=rev Log: Turn off long-running test for now. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderConcurrencyTest.ja

svn commit: r1200065 - /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVUtils.java

2011-11-09 Thread ebourg
Author: ebourg Date: Thu Nov 10 00:41:43 2011 New Revision: 1200065 URL: http://svn.apache.org/viewvc?rev=1200065&view=rev Log: Changed the signature of CSVUtils.printLine() to use varargs Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVUtils.java Modified: commo

svn commit: r1200061 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2011-11-09 Thread ebourg
Author: ebourg Date: Thu Nov 10 00:26:09 2011 New Revision: 1200061 URL: http://svn.apache.org/viewvc?rev=1200061&view=rev Log: Reduced the constants in CSVFormat for disabling the features to only one Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

svn commit: r1200041 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/package.html site/xdoc/downloads.xml site/xdoc/mail-lists.xml

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 23:39:17 2011 New Revision: 1200041 URL: http://svn.apache.org/viewvc?rev=1200041&view=rev Log: Removed the references to Jakarta and fixed some links Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/package.html commons/sandbox/csv/

svn commit: r1200028 - /commons/proper/vfs/trunk/core/pom.xml

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 23:12:28 2011 New Revision: 1200028 URL: http://svn.apache.org/viewvc?rev=1200028&view=rev Log: Add comments. Modified: commons/proper/vfs/trunk/core/pom.xml Modified: commons/proper/vfs/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vf

svn commit: r1200027 - /commons/proper/vfs/trunk/pom.xml

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 23:11:09 2011 New Revision: 1200027 URL: http://svn.apache.org/viewvc?rev=1200027&view=rev Log: Add comments. Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/po

svn commit: r1200026 - /commons/proper/vfs/trunk/pom.xml

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 23:09:47 2011 New Revision: 1200026 URL: http://svn.apache.org/viewvc?rev=1200026&view=rev Log: Format. Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?

svn commit: r1200024 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/CSVParser.java test/java/org/apache/commons/csv/CSVParserTest.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 23:04:13 2011 New Revision: 1200024 URL: http://svn.apache.org/viewvc?rev=1200024&view=rev Log: Made CSVParser iterable to simplify the iteration over the records Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java comm

svn commit: r1200021 - in /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider: ftp/test/FtpProviderTestCase.java sftp/test/SftpProviderTestCase.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 22:57:53 2011 New Revision: 1200021 URL: http://svn.apache.org/viewvc?rev=1200021&view=rev Log: Testing FTP: Find a free socket port at runtime instead of hard-coding one. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider

svn commit: r1200017 - in /commons/proper/vfs/trunk: core/pom.xml core/src/test/java/org/apache/commons/vfs2/provider/sftp/test/SftpProviderTestCase.java core/src/test/java/org/apache/commons/vfs2/uti

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 22:47:15 2011 New Revision: 1200017 URL: http://svn.apache.org/viewvc?rev=1200017&view=rev Log: Tests with an embedded Apache SSHd (MINA) server unless the user provides a system property to a SSH server URL. Added: commons/proper/vfs/trunk/core/src/test/ja

svn commit: r1200015 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileObject.java src/changes/changes.xml

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 22:45:41 2011 New Revision: 1200015 URL: http://svn.apache.org/viewvc?rev=1200015&view=rev Log: [VFS-382] SFTP getChildren() does not fail when called on a file. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/Sftp

svn commit: r1199997 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 22:04:01 2011 New Revision: 117 URL: http://svn.apache.org/viewvc?rev=117&view=rev Log: Renamed CSVParser.getAllValues() to getRecords() Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java commons/sandbox/csv/tru

svn commit: r1199992 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 21:56:44 2011 New Revision: 112 URL: http://svn.apache.org/viewvc?rev=112&view=rev Log: Use Collection.isEmpty() instead of size() == 0 Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java

svn commit: r1199986 - in /commons/proper/io/trunk/src/main/java/org/apache/commons/io: FileSystemUtils.java FilenameUtils.java filefilter/AndFileFilter.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 21:43:44 2011 New Revision: 1199986 URL: http://svn.apache.org/viewvc?rev=1199986&view=rev Log: Use Collection.isEmpty() instead of size() == 0 Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileSystemUtils.java commons/proper/io/

svn commit: r1199983 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: Validate.java text/ExtendedMessageFormat.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 21:41:24 2011 New Revision: 1199983 URL: http://svn.apache.org/viewvc?rev=1199983&view=rev Log: Use Collection.isEmpty() instead of size() == 0 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Validate.java commons/proper/lang/

svn commit: r1199912 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/dump: Dirent.java DumpArchiveInputStream.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:35:53 2011 New Revision: 1199912 URL: http://svn.apache.org/viewvc?rev=1199912&view=rev Log: Explicit boxing Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/dump/Dirent.java commons/proper/compress/trunk/src/ma

svn commit: r1199911 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:35:06 2011 New Revision: 1199911 URL: http://svn.apache.org/viewvc?rev=1199911&view=rev Log: Remove unused variables Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java Modified: commons/proper

svn commit: r1199910 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:31:54 2011 New Revision: 1199910 URL: http://svn.apache.org/viewvc?rev=1199910&view=rev Log: Unused buffer Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java Modified: commons/proper/compress/

svn commit: r1199907 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStreamTest.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:26:32 2011 New Revision: 1199907 URL: http://svn.apache.org/viewvc?rev=1199907&view=rev Log: Unused imports Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStreamTest.java Modified: commons/p

svn commit: r1199906 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors: pack200/Pack200Strategy.java xz/XZCompressorInputStream.java xz/XZCompressorOutputStream

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:26:00 2011 New Revision: 1199906 URL: http://svn.apache.org/viewvc?rev=1199906&view=rev Log: Missing @Override Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/pack200/Pack200Strategy.java commons/proper/compr

svn commit: r1199904 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:23:54 2011 New Revision: 1199904 URL: http://svn.apache.org/viewvc?rev=1199904&view=rev Log: Avoid "empty flow control statement" warning Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStr

svn commit: r1199903 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:22:27 2011 New Revision: 1199903 URL: http://svn.apache.org/viewvc?rev=1199903&view=rev Log: Javadoc Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.java Modified: commons/proper

svn commit: r1199901 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ExtraFieldUtils.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:21:28 2011 New Revision: 1199901 URL: http://svn.apache.org/viewvc?rev=1199901&view=rev Log: Unnecessary @SuppressWarnings - fallthrough is commented Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ExtraFieldUti

svn commit: r1199899 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/compressors/XZTestCase.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:19:15 2011 New Revision: 1199899 URL: http://svn.apache.org/viewvc?rev=1199899&view=rev Log: Unused imports Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/compressors/XZTestCase.java Modified: commons/proper/compress/trunk

svn commit: r1199898 - /commons/proper/compress/trunk/src/site/xdoc/examples.xml

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 18:16:28 2011 New Revision: 1199898 URL: http://svn.apache.org/viewvc?rev=1199898&view=rev Log: Typo Modified: commons/proper/compress/trunk/src/site/xdoc/examples.xml Modified: commons/proper/compress/trunk/src/site/xdoc/examples.xml URL: http://svn.apache.org

svn commit: r1199893 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 17:42:00 2011 New Revision: 1199893 URL: http://svn.apache.org/viewvc?rev=1199893&view=rev Log: Use blocks. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java Modified: commons/proper/lang/trunk/src/te

svn commit: r1199888 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 17:35:01 2011 New Revision: 1199888 URL: http://svn.apache.org/viewvc?rev=1199888&view=rev Log: Eat own dog food: separator == null ? "" : separator -> ObjectUtils.toString(separator) Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang

svn commit: r1199887 - /commons/proper/lang/trunk/src/site/resources/release-notes/RELEASE-NOTES-3.1.txt

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:32:52 2011 New Revision: 1199887 URL: http://svn.apache.org/viewvc?rev=1199887&view=rev Log: Copying current rel notes into site Added: commons/proper/lang/trunk/src/site/resources/release-notes/RELEASE-NOTES-3.1.txt (with props) Added: commons/proper/

svn commit: r1199882 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 17:25:09 2011 New Revision: 1199882 URL: http://svn.apache.org/viewvc?rev=1199882&view=rev Log: Remove superfluous parens. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder.java Modified: commons/proper/lang/trunk/s

svn commit: r1199881 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:22:17 2011 New Revision: 1199881 URL: http://svn.apache.org/viewvc?rev=1199881&view=rev Log: Setting back to snapshot Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/default.pr

svn commit: r1199879 - /commons/proper/lang/tags/LANG_3_1_RC1/

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:21:52 2011 New Revision: 1199879 URL: http://svn.apache.org/viewvc?rev=1199879&view=rev Log: Tagging 3.1 rc1 Added: commons/proper/lang/tags/LANG_3_1_RC1/ - copied from r1199878, commons/proper/lang/trunk/

svn commit: r1199878 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:21:38 2011 New Revision: 1199878 URL: http://svn.apache.org/viewvc?rev=1199878&view=rev Log: Setting version to 3.1 for release build Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/

svn commit: r1199877 - /commons/proper/lang/trunk/pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:19:20 2011 New Revision: 1199877 URL: http://svn.apache.org/viewvc?rev=1199877&view=rev Log: Removing explicit definition of previous version of Lang per Sebb Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http

svn commit: r1199872 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/CSVParser.java test/java/org/apache/commons/csv/CSVParserTest.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 17:11:22 2011 New Revision: 1199872 URL: http://svn.apache.org/viewvc?rev=1199872&view=rev Log: Turned the token types into an Enum Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java commons/sandbox/csv/trunk/src/test/

svn commit: r1199845 - in /commons/sandbox/csv/trunk: pom.xml src/main/java/org/apache/commons/csv/CSVParser.java src/main/java/org/apache/commons/csv/CSVPrinter.java src/main/java/org/apache/commons/

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 16:58:32 2011 New Revision: 1199845 URL: http://svn.apache.org/viewvc?rev=1199845&view=rev Log: Upgrading to Java 5 Modified: commons/sandbox/csv/trunk/pom.xml commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java commons/sandb

svn commit: r1199842 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 16:54:09 2011 New Revision: 1199842 URL: http://svn.apache.org/viewvc?rev=1199842&view=rev Log: Renamed CSVStrategy to CSVFormat Added: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java (contents, props changed) - copied, c

svn commit: r1199827 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 16:21:23 2011 New Revision: 1199827 URL: http://svn.apache.org/viewvc?rev=1199827&view=rev Log: CSVStrategy is now immutable (SANDBOX-279) Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java commons/sandbox/csv/trunk/sr

svn commit: r1199823 - in /commons/proper/compress/trunk/src: changes/changes.xml site/xdoc/examples.xml site/xdoc/index.xml

2011-11-09 Thread bodewig
Author: bodewig Date: Wed Nov 9 16:18:05 2011 New Revision: 1199823 URL: http://svn.apache.org/viewvc?rev=1199823&view=rev Log: document support for concatenated streams Modified: commons/proper/compress/trunk/src/changes/changes.xml commons/proper/compress/trunk/src/site/xdoc/examples.x

svn commit: r1199820 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt default.properties pom.xml src/site/changes/changes.xml src/site/xdoc/download_lang.xml src/site/xdoc/index.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 16:14:52 2011 New Revision: 1199820 URL: http://svn.apache.org/viewvc?rev=1199820&view=rev Log: Changing planned version from 3.0.2 to 3.1 Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/default.properties commons/proper/

svn commit: r1199817 - /commons/proper/lang/trunk/pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 16:11:44 2011 New Revision: 1199817 URL: http://svn.apache.org/viewvc?rev=1199817&view=rev Log: Updating dependencies Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang

svn commit: r1199816 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/math/ test/java/org/apache/commons/lang3/builder/

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 16:11:34 2011 New Revision: 1199816 URL: http://svn.apache.org/viewvc?rev=1199816&view=rev Log: Changing @since 3.0.2 to @since 3.1 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java commons/proper/lang/trunk/src/ma

svn commit: r1199814 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java

2011-11-09 Thread bodewig
Author: bodewig Date: Wed Nov 9 16:05:11 2011 New Revision: 1199814 URL: http://svn.apache.org/viewvc?rev=1199814&view=rev Log: some '@Override's that have been removed by accident Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompres

svn commit: r1199812 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java

2011-11-09 Thread bodewig
Author: bodewig Date: Wed Nov 9 15:55:10 2011 New Revision: 1199812 URL: http://svn.apache.org/viewvc?rev=1199812&view=rev Log: support for concatenated streams in Gzip input. COMPRESS-154. Submitted by Lasse Collin Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons

svn commit: r1199805 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/xz/XZCompressorInputStream.java

2011-11-09 Thread bodewig
Author: bodewig Date: Wed Nov 9 15:43:47 2011 New Revision: 1199805 URL: http://svn.apache.org/viewvc?rev=1199805&view=rev Log: make XZInputStream default to not support concatenated streams to be consistent with bzip2 and soon gzip Modified: commons/proper/compress/trunk/src/main/java/org

svn commit: r1199800 - /commons/proper/lang/trunk/pom.xml

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 15:36:25 2011 New Revision: 1199800 URL: http://svn.apache.org/viewvc?rev=1199800&view=rev Log: Fix Clirr reporting, now picks up correct version. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache

svn commit: r1199798 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderMutateInspectConcurrencyTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 15:32:12 2011 New Revision: 1199798 URL: http://svn.apache.org/viewvc?rev=1199798&view=rev Log: Use Java 5 LinkedList API, not Java 6. Note that removeFirstOccurrence(Object) delegates to remove(Object) in Java 6. Modified: commons/proper/lang/trunk/src/tes

svn commit: r1199790 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderMutateInspectConcurrencyTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 15:13:05 2011 New Revision: 1199790 URL: http://svn.apache.org/viewvc?rev=1199790&view=rev Log: [LANG-762] Handle or document ReflectionToStringBuilder and ToStringBuilder for collections that are not thread safe. Added: commons/proper/lang/trunk/src/test/j

svn commit: r1199789 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderConcurrencyTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 15:10:20 2011 New Revision: 1199789 URL: http://svn.apache.org/viewvc?rev=1199789&view=rev Log: @version $Id$ Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderConcurrencyTest.java (contents, props

svn commit: r1199788 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringStyleConcurrencyTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 15:10:00 2011 New Revision: 1199788 URL: http://svn.apache.org/viewvc?rev=1199788&view=rev Log: @version $Id$ Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringStyleConcurrencyTest.java (contents, props changed) M

svn commit: r1199786 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderConcurrencyTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 15:07:16 2011 New Revision: 1199786 URL: http://svn.apache.org/viewvc?rev=1199786&view=rev Log: [LANG-762] Handle or document ReflectionToStringBuilder and ToStringBuilder for collections that are not thread safe. Added: commons/proper/lang/trunk/src/test/j

svn commit: r1199780 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/CSVParser.java test/java/org/apache/commons/csv/CSVParserTest.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 14:54:05 2011 New Revision: 1199780 URL: http://svn.apache.org/viewvc?rev=1199780&view=rev Log: Removed CSVParser.nextValue() (SANDBOX-220) Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java commons/sandbox/csv/trunk/s

svn commit: r1199775 - /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 14:42:58 2011 New Revision: 1199775 URL: http://svn.apache.org/viewvc?rev=1199775&view=rev Log: Made the protected fields in CSVPrinter private Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java Modified: commons/sandbox

svn commit: r1199773 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringStyleConcurrencyTest.java

2011-11-09 Thread ggregory
Author: ggregory Date: Wed Nov 9 14:34:43 2011 New Revision: 1199773 URL: http://svn.apache.org/viewvc?rev=1199773&view=rev Log: [LANG-762] Handle or document ReflectionToStringBuilder and ToStringBuilder for collections that are not thread safe. Added: commons/proper/lang/trunk/src/test/j

svn commit: r1199772 - in /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv: CSVParser.java CSVStrategy.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 14:31:40 2011 New Revision: 1199772 URL: http://svn.apache.org/viewvc?rev=1199772&view=rev Log: Removed the deprecated constructors Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java commons/sandbox/csv/trunk/src/main/

svn commit: r1199769 - /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 14:26:09 2011 New Revision: 1199769 URL: http://svn.apache.org/viewvc?rev=1199769&view=rev Log: Changed the visibility of the Token types and the protected methods to package private Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSV

svn commit: r1199768 - /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVStrategy.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 14:16:22 2011 New Revision: 1199768 URL: http://svn.apache.org/viewvc?rev=1199768&view=rev Log: Made the static fields final in CSVStrategy Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVStrategy.java Modified: commons/sandbox/cs

svn commit: r1199761 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/ExtendedBufferedReader.java test/java/org/apache/commons/csv/ExtendedBufferedReaderTest.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 13:56:16 2011 New Revision: 1199761 URL: http://svn.apache.org/viewvc?rev=1199761&view=rev Log: Removed an unused constructor in ExtendedBufferedReader Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java co

svn commit: r1199749 - /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CharBuffer.java

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 13:40:16 2011 New Revision: 1199749 URL: http://svn.apache.org/viewvc?rev=1199749&view=rev Log: CharBuffer is now package private Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CharBuffer.java Modified: commons/sandbox/csv/trunk/src

svn commit: r1199735 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/CompareToBuilder.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 13:11:07 2011 New Revision: 1199735 URL: http://svn.apache.org/viewvc?rev=1199735&view=rev Log: Javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/CompareToBuilder.java Modified: commons/proper/lang/trunk/src/main/java/o

svn commit: r1199730 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 13:00:47 2011 New Revision: 1199730 URL: http://svn.apache.org/viewvc?rev=1199730&view=rev Log: Unnecessary semi-colons Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java Modified: commons/proper/lang/trunk/src/test/

svn commit: r1199726 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ValidateTest.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 12:59:24 2011 New Revision: 1199726 URL: http://svn.apache.org/viewvc?rev=1199726&view=rev Log: Unnecessary Integer creation; actually wants long Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ValidateTest.java Modified: commons/pro

svn commit: r1199724 - in /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3: ./ builder/ reflect/ tuple/

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 12:51:52 2011 New Revision: 1199724 URL: http://svn.apache.org/viewvc?rev=1199724&view=rev Log: Avoid boolean boxing in asserts where possible Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/BooleanUtilsTest.java commons/proper/la

svn commit: r1199718 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java

2011-11-09 Thread sebb
Author: sebb Date: Wed Nov 9 12:43:20 2011 New Revision: 1199718 URL: http://svn.apache.org/viewvc?rev=1199718&view=rev Log: Suppress generic warning Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java Modified: commons/proper/lang/trunk/src/

svn commit: r1199697 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 11:17:33 2011 New Revision: 1199697 URL: http://svn.apache.org/viewvc?rev=1199697&view=rev Log: Optimized imports Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java commons/sandbox/csv/trunk/src/main/java/org/apache/co

svn commit: r1199691 - in /commons/sandbox/csv/trunk: pom.xml src/java/ src/main/ src/main/java/ src/test/java/ src/test/java/org/ src/test/org/

2011-11-09 Thread ebourg
Author: ebourg Date: Wed Nov 9 10:38:54 2011 New Revision: 1199691 URL: http://svn.apache.org/viewvc?rev=1199691&view=rev Log: Moved the directories to match the Maven layout Added: commons/sandbox/csv/trunk/src/main/ commons/sandbox/csv/trunk/src/main/java/ (props changed) - cop

svn commit: r1199663 - /commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4

2011-11-09 Thread mturk
Author: mturk Date: Wed Nov 9 08:59:08 2011 New Revision: 1199663 URL: http://svn.apache.org/viewvc?rev=1199663&view=rev Log: DAEMON-227 make sure ia64 target works on non HP-UX systems Modified: commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4 Modified: commons/proper/daemo

svn commit: r1199651 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 08:43:48 2011 New Revision: 1199651 URL: http://svn.apache.org/viewvc?rev=1199651&view=rev Log: Moving to snapshot to avoid any accidental 3.0.2 builds Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commo