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

2012-05-30 Thread celestin
Author: celestin Date: Thu May 31 06:13:33 2012 New Revision: 1344574 URL: http://svn.apache.org/viewvc?rev=1344574&view=rev Log: Added MATH-791 to the list of changes. Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL

svn commit: r1344571 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear: ArrayRealVectorTest.java RealVectorAbstractTest.java RealVectorTest.java SparseRealVectorTest.java

2012-05-30 Thread celestin
Author: celestin Date: Thu May 31 05:51:16 2012 New Revision: 1344571 URL: http://svn.apache.org/viewvc?rev=1344571&view=rev Log: MATH-795: factored out testDataInOut(). Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java commons/pr

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

2012-05-30 Thread celestin
Author: celestin Date: Thu May 31 05:49:03 2012 New Revision: 1344570 URL: http://svn.apache.org/viewvc?rev=1344570&view=rev Log: ArrayRealVector.getEntry(int) did not throw the expected when called with an invalid index. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/m

svn commit: r1344520 - /commons/proper/jcs/trunk/src/java/org/apache/jcs/engine/control/CompositeCache.java

2012-05-30 Thread sebb
Author: sebb Date: Thu May 31 01:07:25 2012 New Revision: 1344520 URL: http://svn.apache.org/viewvc?rev=1344520&view=rev Log: Fix one generic warning Modified: commons/proper/jcs/trunk/src/java/org/apache/jcs/engine/control/CompositeCache.java Modified: commons/proper/jcs/trunk/src/java/or

svn commit: r1344516 [2/2] - in /commons/proper/jcs/trunk/src: java/org/apache/jcs/admin/ java/org/apache/jcs/admin/servlet/ java/org/apache/jcs/auxiliary/disk/ java/org/apache/jcs/auxiliary/disk/bloc

2012-05-30 Thread sebb
Modified: commons/proper/jcs/trunk/src/test/org/apache/jcs/utils/discovery/UDPDiscoverySenderUnitTest.java URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/jcs/utils/discovery/UDPDiscoverySenderUnitTest.java?rev=1344516&r1=1344515&r2=1344516&view=diff ===

svn commit: r1344514 - in /commons/proper/jcs/trunk/src: java/org/apache/jcs/auxiliary/disk/block/ java/org/apache/jcs/auxiliary/disk/indexed/ test/org/apache/jcs/ test/org/apache/jcs/auxiliary/disk/b

2012-05-30 Thread sebb
Author: sebb Date: Thu May 31 00:08:18 2012 New Revision: 1344514 URL: http://svn.apache.org/viewvc?rev=1344514&view=rev Log: Unnecessary casts Modified: commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/block/BlockDisk.java commons/proper/jcs/trunk/src/java/org/apache/jcs

svn commit: r1344505 - /commons/proper/jcs/trunk/pom.xml

2012-05-30 Thread sebb
Author: sebb Date: Wed May 30 23:33:14 2012 New Revision: 1344505 URL: http://svn.apache.org/viewvc?rev=1344505&view=rev Log: No need for dummy repo now we use Nexus Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commo

svn commit: r1344503 - /commons/proper/jcs/trunk/.cvsignore

2012-05-30 Thread sebb
Author: sebb Date: Wed May 30 23:28:28 2012 New Revision: 1344503 URL: http://svn.apache.org/viewvc?rev=1344503&view=rev Log: Redundant Removed: commons/proper/jcs/trunk/.cvsignore

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

2012-05-30 Thread sebb
Author: sebb Date: Wed May 30 22:48:11 2012 New Revision: 1344491 URL: http://svn.apache.org/viewvc?rev=1344491&view=rev Log: Simplify tests by using @Test(expected) Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/HashCodeBuilderTest.java Modified: common

svn commit: r1344442 - in /commons/proper/configuration/trunk/src: changes/changes.xml main/java/org/apache/commons/configuration/DatabaseConfiguration.java

2012-05-30 Thread oheger
Author: oheger Date: Wed May 30 20:17:35 2012 New Revision: 132 URL: http://svn.apache.org/viewvc?rev=132&view=rev Log: [CONFIGURATION-483] DatabaseConfiguration now ensures that the result set is always closed. Modified: commons/proper/configuration/trunk/src/changes/changes.xml

svn commit: r1344390 - /commons/proper/jcs/trunk/tempbuild/

2012-05-30 Thread tv
Author: tv Date: Wed May 30 18:28:17 2012 New Revision: 1344390 URL: http://svn.apache.org/viewvc?rev=1344390&view=rev Log: Remove tempbuild directory. Removed: commons/proper/jcs/trunk/tempbuild/

svn commit: r1344381 - in /commons/proper/jcs/trunk: NOTICE build-gump.xml build.xml gump.xml m2-deploy.sh maven.xml maven13.bat maven131.bat maven14.bat pom.xml project-b4.xml project.properties proj

2012-05-30 Thread tv
Author: tv Date: Wed May 30 18:23:25 2012 New Revision: 1344381 URL: http://svn.apache.org/viewvc?rev=1344381&view=rev Log: - Deleted empty files (leftovers from merge) - Version updated to 2.0.0-SNAPSHOT Removed: commons/proper/jcs/trunk/build-gump.xml commons/proper/jcs/trunk/build.xml

svn commit: r1344374 [14/14] - in /commons/proper/jcs/trunk: ./ auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/ auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javag

2012-05-30 Thread tv
Modified: commons/proper/jcs/trunk/src/test/org/apache/jcs/engine/memory/shrinking/ShrinkerThreadUnitTest.java URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/jcs/engine/memory/shrinking/ShrinkerThreadUnitTest.java?rev=1344374&r1=1344373&r2=1344374&view=diff ===

svn commit: r1344166 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/OrderedTuple.java

2012-05-30 Thread luc
Author: luc Date: Wed May 30 09:22:58 2012 New Revision: 1344166 URL: http://svn.apache.org/viewvc?rev=1344166&view=rev Log: Yet another attempt at computing hash for OrederedTuple. JIRA: MATH-793 Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/partitioni