svn commit: r1455019 - /commons/proper/daemon/branches/1.0.x/src/native/windows/src/log.c

2013-03-10 Thread mturk
Author: mturk Date: Mon Mar 11 06:57:31 2013 New Revision: 1455019 URL: http://svn.apache.org/r1455019 Log: Make sure we unlock the rotated file before closing so that it does not depend on OS unlocking which can take some time Modified: commons/proper/daemon/branches/1.0.x/src/native/window

svn commit: r1455005 - in /commons/proper/compress/tags/COMPRESS-1.5_RC1: ./ pom.xml

2013-03-10 Thread bodewig
Author: bodewig Date: Mon Mar 11 06:10:51 2013 New Revision: 1455005 URL: http://svn.apache.org/r1455005 Log: Tagging first RC for Compress 1.5 Added: commons/proper/compress/tags/COMPRESS-1.5_RC1/ (props changed) - copied from r1455004, commons/proper/compress/trunk/ Modified: co

svn commit: r1455004 - /commons/proper/compress/tags/COMPRESS-1.5_RC1/

2013-03-10 Thread bodewig
Author: bodewig Date: Mon Mar 11 06:07:22 2013 New Revision: 1455004 URL: http://svn.apache.org/r1455004 Log: need to re-roll because of a typo Removed: commons/proper/compress/tags/COMPRESS-1.5_RC1/

svn commit: r1455000 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java

2013-03-10 Thread psteitz
Author: psteitz Date: Mon Mar 11 05:04:42 2013 New Revision: 1455000 URL: http://svn.apache.org/r1455000 Log: Removed implementation-specific doco from interface javadoc. The impl notes are already in the impl class docs (at least one of them). Modified: commons/proper/math/trunk/src/main/

svn commit: r1454961 - /commons/proper/math/trunk/

2013-03-10 Thread sebb
Author: sebb Date: Sun Mar 10 23:41:21 2013 New Revision: 1454961 URL: http://svn.apache.org/r1454961 Log: Add some recent tags Modified: commons/proper/math/trunk/ (props changed) Propchange: commons/proper/math/trunk/ --

svn commit: r1454925 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution: DiscreteDistribution.java DiscreteIntegerDistribution.java DiscreteRealDistribution.java

2013-03-10 Thread tn
Author: tn Date: Sun Mar 10 21:34:20 2013 New Revision: 1454925 URL: http://svn.apache.org/r1454925 Log: [MATH-942] Add sample(int, T[]) method, add missing since tags. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/DiscreteDistribution.java comm

svn commit: r1454920 - in /commons/proper/math/trunk: ./ src/changes/ src/main/java/org/apache/commons/math3/primes/ src/test/java/org/apache/commons/math3/primes/

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 21:05:20 2013 New Revision: 1454920 URL: http://svn.apache.org/r1454920 Log: Added utilities for prime numbers. Thanks to Sébastien Riou. JIRA: MATH-845 Added: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/primes/ commons/proper/math/trun

svn commit: r1454917 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 20:45:02 2013 New Revision: 1454917 URL: http://svn.apache.org/r1454917 Log: Fixed checkstyle error. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java Modified: commons/proper/math/trunk/src/main/java/org

svn commit: r1454903 - in /commons/proper/math/trunk/src: changes/ main/java/org/apache/commons/math3/ main/java/org/apache/commons/math3/analysis/differentiation/ main/java/org/apache/commons/math3/d

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 19:44:31 2013 New Revision: 1454903 URL: http://svn.apache.org/r1454903 Log: Renamed ExtendedFieldElement into RealFieldElement. Added: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java (contents, props changed) - cop

Nexus: Staging Repository Dropped.

2013-03-10 Thread Nexus Repository Manager
Description:Commons-FileUpload 1.3 RC1 cancelledDetails:The org.apache.commons-008 (u:simonetripodi, a:62.10.86.239) staging repository has been dropped.

svn commit: r1454899 - in /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload: portlet/PortletRequestContext.java servlet/ServletRequestContext.java

2013-03-10 Thread simonetripodi
Author: simonetripodi Date: Sun Mar 10 19:23:23 2013 New Revision: 1454899 URL: http://svn.apache.org/r1454899 Log: [FILEUPLOAD-228] #comment if Content-length header is not available, the contantLength() method must return request.getContentLength() #resolve Modified: commons/proper/fileup

svn commit: r1454897 - in /commons/proper/math/trunk/src: changes/ main/java/org/apache/commons/math3/random/ main/java/org/apache/commons/math3/stat/ranking/ test/java/org/apache/commons/math3/random

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 19:02:54 2013 New Revision: 1454897 URL: http://svn.apache.org/r1454897 Log: Fixed generation of long random numbers between two bounds. We now directly use discrete raw values to build the int/double instead of relying on floating point arithmetic. JIRA: MATH-936 M

Nexus: Staging Repository Dropped.

2013-03-10 Thread Nexus Repository Manager
Description:must reroll since I found a stray "s" character after building the releaseDetails:The org.apache.commons-009 (u:bodewig, a:80.137.187.101) staging repository has been dropped.

svn commit: r1454896 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

2013-03-10 Thread bodewig
Author: bodewig Date: Sun Mar 10 18:56:06 2013 New Revision: 1454896 URL: http://svn.apache.org/r1454896 Log: stray character in comment Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java Modified: commons/proper/compress/tr

svn commit: r1454884 - /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/MethodUtilsTestCase.java

2013-03-10 Thread britter
Author: britter Date: Sun Mar 10 17:44:51 2013 New Revision: 1454884 URL: http://svn.apache.org/r1454884 Log: Split up test methods into individual tests Modified: commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/MethodUtilsTestCase.java Modified: commons/proper/be

svn commit: r1454881 - in /commons/proper/compress/tags/COMPRESS-1.5_RC1: ./ pom.xml

2013-03-10 Thread bodewig
Author: bodewig Date: Sun Mar 10 17:18:17 2013 New Revision: 1454881 URL: http://svn.apache.org/r1454881 Log: Creating tag for RC1 of Compress 1.5 Added: commons/proper/compress/tags/COMPRESS-1.5_RC1/ (props changed) - copied from r1454878, commons/proper/compress/trunk/ Modified:

svn commit: r1454878 - in /commons/proper/compress/trunk: RELEASE-NOTES.txt pom.xml src/site/xdoc/download_compress.xml

2013-03-10 Thread bodewig
Author: bodewig Date: Sun Mar 10 17:10:57 2013 New Revision: 1454878 URL: http://svn.apache.org/r1454878 Log: Prepartions for Compress 1.5 release Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt commons/proper/compress/trunk/pom.xml commons/proper/compress/trunk/src/site/xdo

svn commit: r1454876 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractFieldMatrix.java

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 16:41:08 2013 New Revision: 1454876 URL: http://svn.apache.org/r1454876 Log: Fixed CLIRR error, by putting back protected methods. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractFieldMatrix.java Modified: commons/prope

svn commit: r1454874 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress: archivers/jar/ archivers/tar/ archivers/zip/ changes/ utils/

2013-03-10 Thread bodewig
Author: bodewig Date: Sun Mar 10 16:37:16 2013 New Revision: 1454874 URL: http://svn.apache.org/r1454874 Log: Add a bunch of since markers Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveEntry.java commons/proper/compress/trunk/s

svn commit: r1454865 [2/2] - in /commons/proper/dbutils/branches/2_0: ./ src/changes/ src/main/java/org/apache/commons/dbutils2/ src/main/java/org/apache/commons/dbutils2/handlers/ src/main/java/org/a

2013-03-10 Thread wspeirs
Modified: commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java URL: http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java?rev=1454865&r1=1454864&r2=1454865&view=diff

svn commit: r1454861 - /commons/proper/math/trunk/src/changes/changes.xml

2013-03-10 Thread tn
Author: tn Date: Sun Mar 10 14:56:18 2013 New Revision: 1454861 URL: http://svn.apache.org/r1454861 Log: Added change entry for tests already added in 3.0 Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL: http://svn.

svn commit: r1454860 [2/2] - in /commons/proper/dbutils/branches/2_0/src: main/java/org/apache/commons/dbutils/ main/java/org/apache/commons/dbutils/handlers/ main/java/org/apache/commons/dbutils/wrap

2013-03-10 Thread wspeirs
Copied: commons/proper/dbutils/branches/2_0/src/test/java/org/apache/commons/dbutils2/AsyncExecutorTest.java (from r1454856, commons/proper/dbutils/branches/2_0/src/test/java/org/apache/commons/dbutils/AsyncExecutorTest.java) URL: http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0

svn commit: r1454856 - /commons/proper/math/trunk/findbugs-exclude-filter.xml

2013-03-10 Thread tn
Author: tn Date: Sun Mar 10 14:39:21 2013 New Revision: 1454856 URL: http://svn.apache.org/r1454856 Log: Add exclude filters for false-positive: serialization is handled by an inner class via readResolve. Modified: commons/proper/math/trunk/findbugs-exclude-filter.xml Modified: commons/prop

svn commit: r1454847 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random: BitsStreamGeneratorTest.java SynchronizedRandomGeneratorTest.java

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 13:07:08 2013 New Revision: 1454847 URL: http://svn.apache.org/r1454847 Log: Fixed warnings. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/BitsStreamGeneratorTest.java commons/proper/math/trunk/src/test/java/org/apache/com

svn commit: r1454846 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random: RandomDataGeneratorTest.java RandomDataTest.java RandomGeneratorAbstractTest.java

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 13:02:04 2013 New Revision: 1454846 URL: http://svn.apache.org/r1454846 Log: Test new RandomDataGenerator class rather than deprecated RandomImpl. Added: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomDataGeneratorTest.java (cont

svn commit: r1454840 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/distribution/DiscreteDistribution.java test/java/org/apache/commons/math3/distribution/

2013-03-10 Thread luc
Author: luc Date: Sun Mar 10 12:01:00 2013 New Revision: 1454840 URL: http://svn.apache.org/r1454840 Log: Fixed creation of generic array. Thanks to Piotr Wydrych. JIRA: MATH-942 Modified: commons/proper/math/trunk/src/changes/changes.xml commons/proper/math/trunk/src/main/java/org/apa