svn commit: r775797 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

2009-05-17 Thread bayard
Author: bayard Date: Mon May 18 03:15:33 2009 New Revision: 775797 URL: http://svn.apache.org/viewvc?rev=775797&view=rev Log: Moving isEmpty to generics as per LANG-504 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java Modified: commons/proper/lang/trunk/s

svn commit: r775787 - in /commons/proper/math/trunk/src/test/org/apache/commons/math/linear: SparseRealMatrixTest.java SparseRealVectorTest.java

2009-05-17 Thread billbarker
Author: billbarker Date: Mon May 18 01:05:39 2009 New Revision: 775787 URL: http://svn.apache.org/viewvc?rev=775787&view=rev Log: Ok, so laking add/subtract tests now. I'll try to add later, but checking in the existing tests so that [math] will at least build. Modified: commons/proper/mat

svn commit: r775784 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/linear: OpenMapRealMatrix.java OpenMapRealVector.java SparseRealMatrix.java SparseRealVector.java

2009-05-17 Thread billbarker
Author: billbarker Date: Mon May 18 00:42:41 2009 New Revision: 775784 URL: http://svn.apache.org/viewvc?rev=775784&view=rev Log: Sparse Matrix/Vector refactoring with mostly return types changed. Thought that getSparcity was meaninful for SparseRealVector, and added a marker for SparseRealMatri

svn commit: r775781 - /commons/sandbox/resources/trunk/pom.xml

2009-05-17 Thread niallp
Author: niallp Date: Sun May 17 23:56:40 2009 New Revision: 775781 URL: http://svn.apache.org/viewvc?rev=775781&view=rev Log: Various m2 build corrections: - remove compiler plugin configuration (duplicates whats already in commons-parent) - remove tieing site and assembly plugins to "package"

svn commit: r775780 - /commons/sandbox/resources/trunk/src/assembly/src.xml

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 23:36:03 2009 New Revision: 775780 URL: http://svn.apache.org/viewvc?rev=775780&view=rev Log: Missed conf folder from src assembly build Modified: commons/sandbox/resources/trunk/src/assembly/src.xml Modified: commons/sandbox/resources/trunk/src/assembly/src.

svn commit: r775775 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java

2009-05-17 Thread markt
Author: markt Date: Sun May 17 22:58:25 2009 New Revision: 775775 URL: http://svn.apache.org/viewvc?rev=775775&view=rev Log: Fix POOL-75 for GKOP. Objects are now allocated to threads in the order in which the threads made their request. Modified: commons/proper/pool/trunk/src/java/org/apac

svn commit: r775774 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericObjectPool.java

2009-05-17 Thread markt
Author: markt Date: Sun May 17 22:49:50 2009 New Revision: 775774 URL: http://svn.apache.org/viewvc?rev=775774&view=rev Log: Correct bug in patch for POOL-75. If allocation fails, latch should be removed from allocation queue. Modified: commons/proper/pool/trunk/src/java/org/apache/commons/

svn commit: r775773 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java

2009-05-17 Thread markt
Author: markt Date: Sun May 17 22:49:07 2009 New Revision: 775773 URL: http://svn.apache.org/viewvc?rev=775773&view=rev Log: Modify test to include additional check. Identifies bug in fix for POOL-75. Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObject

svn commit: r775770 - /commons/sandbox/resources/trunk/src/main/java/org/apache/commons/resources/Messages.java

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 22:20:39 2009 New Revision: 775770 URL: http://svn.apache.org/viewvc?rev=775770&view=rev Log: Reverting accidental check-in Modified: commons/sandbox/resources/trunk/src/main/java/org/apache/commons/resources/Messages.java Modified: commons/sandbox/resource

svn commit: r775769 - in /commons/sandbox/resources/trunk/src: conf/ main/java/org/apache/commons/resources/Messages.java main/resources/mysql.sql

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 22:13:11 2009 New Revision: 775769 URL: http://svn.apache.org/viewvc?rev=775769&view=rev Log: Manifest.mf file no longer needed, moved mysql.sql to main/resources Added: commons/sandbox/resources/trunk/src/main/resources/mysql.sql (props changed) - co

svn commit: r775768 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/linear: OpenMapRealMatrix.java OpenMapRealVector.java SparseRealMatrix.java SparseRealVector.java

2009-05-17 Thread billbarker
Author: billbarker Date: Sun May 17 22:12:50 2009 New Revision: 775768 URL: http://svn.apache.org/viewvc?rev=775768&view=rev Log: Initial refactoring of sparse matrix/vector Added: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/OpenMapRealMatrix.java - copied, change

svn commit: r775764 - /commons/sandbox/resources/trunk/pom.xml

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 21:37:42 2009 New Revision: 775764 URL: http://svn.apache.org/viewvc?rev=775764&view=rev Log: Added myself as a committer. Modified: commons/sandbox/resources/trunk/pom.xml Modified: commons/sandbox/resources/trunk/pom.xml URL: http://svn.apache.org/viewvc/c

svn commit: r775763 - in /commons/sandbox/resources/trunk: build-gump.xml build-legacy.xml build.xml pom.xml

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 21:35:47 2009 New Revision: 775763 URL: http://svn.apache.org/viewvc?rev=775763&view=rev Log: Removed ant builds, set Maven to target JDK1.5 and added retrotranslator. Removed: commons/sandbox/resources/trunk/build-gump.xml commons/sandbox/resources/trunk/

svn commit: r775762 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericObjectPool.java

2009-05-17 Thread markt
Author: markt Date: Sun May 17 21:32:59 2009 New Revision: 775762 URL: http://svn.apache.org/viewvc?rev=775762&view=rev Log: Code clean-up Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericObjectPool.java Modified: commons/proper/pool/trunk/src/java/org/apach

svn commit: r775758 - /commons/sandbox/resources/trunk/xdocs/downloads.xml

2009-05-17 Thread rdonkin
Author: rdonkin Date: Sun May 17 20:55:31 2009 New Revision: 775758 URL: http://svn.apache.org/viewvc?rev=775758&view=rev Log: Remove nightly link and comment out release links till they're needed Modified: commons/sandbox/resources/trunk/xdocs/downloads.xml Modified: commons/sandbox/resourc

svn commit: r775751 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/analysis/ test/org/apache/commons/math/optimization/general/

2009-05-17 Thread luc
Author: luc Date: Sun May 17 20:19:34 2009 New Revision: 775751 URL: http://svn.apache.org/viewvc?rev=775751&view=rev Log: simplified DifferentiableMultivariateVectorialFunction the gradient and partial derivaritves can be retrieved from the jacobian and adding them at the interface level was cumb

svn commit: r775747 - /commons/sandbox/resources/trunk/xdocs/building.xml

2009-05-17 Thread rdonkin
Author: rdonkin Date: Sun May 17 20:03:51 2009 New Revision: 775747 URL: http://svn.apache.org/viewvc?rev=775747&view=rev Log: Maven 2 is now the preferred build tool Modified: commons/sandbox/resources/trunk/xdocs/building.xml Modified: commons/sandbox/resources/trunk/xdocs/building.xml URL

svn commit: r775744 - /commons/sandbox/resources/trunk/lib/

2009-05-17 Thread rdonkin
Author: rdonkin Date: Sun May 17 19:48:01 2009 New Revision: 775744 URL: http://svn.apache.org/viewvc?rev=775744&view=rev Log: This looks like an old dependency. Let's just delete it for now. Removed: commons/sandbox/resources/trunk/lib/

svn commit: r775743 - /commons/sandbox/resources/trunk/NOTICE.txt

2009-05-17 Thread rdonkin
Author: rdonkin Date: Sun May 17 19:38:05 2009 New Revision: 775743 URL: http://svn.apache.org/viewvc?rev=775743&view=rev Log: Updated copyright NOTICE Modified: commons/sandbox/resources/trunk/NOTICE.txt Modified: commons/sandbox/resources/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc

svn commit: r775742 - in /commons/sandbox/resources/trunk: maven.xml project.properties project.xml

2009-05-17 Thread rdonkin
Author: rdonkin Date: Sun May 17 19:32:48 2009 New Revision: 775742 URL: http://svn.apache.org/viewvc?rev=775742&view=rev Log: Remove maven 1 build Removed: commons/sandbox/resources/trunk/maven.xml commons/sandbox/resources/trunk/project.properties commons/sandbox/resources/trunk/pro

svn commit: r775740 - /commons/sandbox/resources/trunk/src/main/java/org/apache/commons/resources/ResourcesFactory.java

2009-05-17 Thread rdonkin
Author: rdonkin Date: Sun May 17 19:19:50 2009 New Revision: 775740 URL: http://svn.apache.org/viewvc?rev=775740&view=rev Log: Workaround Java 1.5 JVM bug Modified: commons/sandbox/resources/trunk/src/main/java/org/apache/commons/resources/ResourcesFactory.java Modified: commons/sandbox/re

svn commit: r775723 - /commons/sandbox/logging_empty/

2009-05-17 Thread ceki
Author: ceki Date: Sun May 17 17:44:37 2009 New Revision: 775723 URL: http://svn.apache.org/viewvc?rev=775723&view=rev Log: creating folder for logging_empty Added: commons/sandbox/logging_empty/

svn commit: r775707 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericObjectPool.java

2009-05-17 Thread markt
Author: markt Date: Sun May 17 16:42:34 2009 New Revision: 775707 URL: http://svn.apache.org/viewvc?rev=775707&view=rev Log: Fix POOL-75 for GOP. Ensure objects are allocated in the order in which threads ask for them. Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool/imp

svn commit: r775703 - in /commons/proper/pool/trunk/src/test/org/apache/commons/pool: ./ impl/ performance/

2009-05-17 Thread markt
Author: markt Date: Sun May 17 16:39:51 2009 New Revision: 775703 URL: http://svn.apache.org/viewvc?rev=775703&view=rev Log: Fix a bunch of Eclipse warnings in the test cases Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/TestObjectPool.java commons/proper/pool/tru

svn commit: r775700 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java

2009-05-17 Thread markt
Author: markt Date: Sun May 17 16:35:24 2009 New Revision: 775700 URL: http://svn.apache.org/viewvc?rev=775700&view=rev Log: Add test case for POOL-75 Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java Modified: commons/proper/pool/trunk/sr

svn commit: r775655 - /commons/sandbox/resources/trunk/pom.xml

2009-05-17 Thread niallp
Author: niallp Date: Sun May 17 14:14:32 2009 New Revision: 775655 URL: http://svn.apache.org/viewvc?rev=775655&view=rev Log: Fix svn:eol-style to native Modified: commons/sandbox/resources/trunk/pom.xml (contents, props changed) Modified: commons/sandbox/resources/trunk/pom.xml URL: http

svn commit: r775654 - /commons/sandbox/resources/trunk/xdocs/issue-tracking.xml

2009-05-17 Thread niallp
Author: niallp Date: Sun May 17 14:11:41 2009 New Revision: 775654 URL: http://svn.apache.org/viewvc?rev=775654&view=rev Log: Re-generate issue-tracking.xml to correct mistakes Modified: commons/sandbox/resources/trunk/xdocs/issue-tracking.xml Modified: commons/sandbox/resources/trunk/xdocs/

svn commit: r775653 - /commons/sandbox/resources/trunk/pom.xml

2009-05-17 Thread niallp
Author: niallp Date: Sun May 17 14:10:46 2009 New Revision: 775653 URL: http://svn.apache.org/viewvc?rev=775653&view=rev Log: Correct scm details and fix groupid Modified: commons/sandbox/resources/trunk/pom.xml Modified: commons/sandbox/resources/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r775648 - /commons/trunks-sandbox/

2009-05-17 Thread niallp
Author: niallp Date: Sun May 17 13:47:58 2009 New Revision: 775648 URL: http://svn.apache.org/viewvc?rev=775648&view=rev Log: Add resources to trunks-sandbox Modified: commons/trunks-sandbox/ (props changed) Propchange: commons/trunks-sandbox/ --

svn commit: r775607 - in /commons/sandbox/resources/trunk/xdocs: building.xml changes.xml cvs-usage.xml downloads.xml index.xml issue-tracking.xml navigation.xml proposal.xml todo.xml

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 09:24:30 2009 New Revision: 775607 URL: http://svn.apache.org/viewvc?rev=775607&view=rev Log: General updates to the website Added: commons/sandbox/resources/trunk/xdocs/building.xml commons/sandbox/resources/trunk/xdocs/proposal.xml Modified: commons/

svn commit: r775604 - in /commons/sandbox/resources/trunk/src/test: java/org/apache/commons/resources/impl/ resources/org/ resources/org/apache/ resources/org/apache/commons/ resources/org/apache/comm

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 09:20:52 2009 New Revision: 775604 URL: http://svn.apache.org/viewvc?rev=775604&view=rev Log: Folder/File Moves to create standard Maven2 build Added: commons/sandbox/resources/trunk/src/test/resources/org/ commons/sandbox/resources/trunk/src/test/resource

svn commit: r775603 - in /commons/sandbox/resources/trunk/src/test: log4j.properties resources/log4j.properties

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 09:18:32 2009 New Revision: 775603 URL: http://svn.apache.org/viewvc?rev=775603&view=rev Log: Folder/File Moves to create standard Maven2 build Added: commons/sandbox/resources/trunk/src/test/resources/log4j.properties (props changed) - copied unchang

svn commit: r775602 - in /commons/sandbox/resources/trunk/src: java/ main/ main/java/ main/resources/ test/init.sql test/java/ test/java/org/ test/org/ test/resources/ test/resources/init.sql

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 09:17:43 2009 New Revision: 775602 URL: http://svn.apache.org/viewvc?rev=775602&view=rev Log: Folder/File Moves to create standard Maven2 build Added: commons/sandbox/resources/trunk/src/main/ commons/sandbox/resources/trunk/src/main/java/ (props changed

svn commit: r775600 - /commons/sandbox/resources/

2009-05-17 Thread dmeikle
Author: dmeikle Date: Sun May 17 08:32:09 2009 New Revision: 775600 URL: http://svn.apache.org/viewvc?rev=775600&view=rev Log: resurrecting commons resources in sandbox Added: commons/sandbox/resources/ - copied from r775599, commons/dormant/resources/