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

2009-06-02 Thread markt
Author: markt Date: Wed Jun 3 06:42:43 2009 New Revision: 781277 URL: http://svn.apache.org/viewvc?rev=781277&view=rev Log: Revert r781166 as further discussion has suggested this too is fixing symptom rather than cause. Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool/

svn commit: r781232 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/util/SubnetUtils.java

2009-06-02 Thread sebb
Author: sebb Date: Wed Jun 3 00:55:25 2009 New Revision: 781232 URL: http://svn.apache.org/viewvc?rev=781232&view=rev Log: Tweak exception message to show why check failed Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/util/SubnetUtils.java Modified: co

svn commit: r781231 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java

2009-06-02 Thread sebb
Author: sebb Date: Wed Jun 3 00:52:50 2009 New Revision: 781231 URL: http://svn.apache.org/viewvc?rev=781231&view=rev Log: Javadoc typos Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java Modified: commons/proper/net/branches/NET_2_0/src/main/j

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

2009-06-02 Thread sebb
Author: sebb Date: Wed Jun 3 00:38:15 2009 New Revision: 781225 URL: http://svn.apache.org/viewvc?rev=781225&view=rev Log: Check numIdle == 0 after clearing the pool Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java commons/proper

svn commit: r781186 - /commons/sandbox/resources/trunk/doap_resources.rdf

2009-06-02 Thread dmeikle
Author: dmeikle Date: Tue Jun 2 22:12:54 2009 New Revision: 781186 URL: http://svn.apache.org/viewvc?rev=781186&view=rev Log: Update to DOAP file to include up to date information as well as fix the Version/Revision error. Modified: commons/sandbox/resources/trunk/doap_resources.rdf Modifi

svn commit: r781182 - in /commons/sandbox/resources/trunk/src: main/java/org/apache/commons/resources/Messages.java test/java/org/apache/commons/resources/MessagesTestCase.java

2009-06-02 Thread dmeikle
Author: dmeikle Date: Tue Jun 2 21:48:30 2009 New Revision: 781182 URL: http://svn.apache.org/viewvc?rev=781182&view=rev Log: RESOURCES-17 - Messages API Refactoring Modified: commons/sandbox/resources/trunk/src/main/java/org/apache/commons/resources/Messages.java commons/sandbox/resou

svn commit: r781174 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/smtp/SMTP.java

2009-06-02 Thread rwinston
Author: rwinston Date: Tue Jun 2 21:17:05 2009 New Revision: 781174 URL: http://svn.apache.org/viewvc?rev=781174&view=rev Log: NET-279: Fix replyLines copying Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/smtp/SMTP.java Modified: commons/proper/net/bra

svn commit: r781167 - /commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 21:02:14 2009 New Revision: 781167 URL: http://svn.apache.org/viewvc?rev=781167&view=rev Log: fixed javadoc link Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java Modified: commons/proper/math/trunk/src/java/org/apache

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

2009-06-02 Thread markt
Author: markt Date: Tue Jun 2 21:01:34 2009 New Revision: 781166 URL: http://svn.apache.org/viewvc?rev=781166&view=rev Log: Anything that clears the pool is likely to mess up the eviction cursors. This fixes the issue sebb reported with testEvictorVisiting() on the dev list. Modified: comm

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

2009-06-02 Thread markt
Author: markt Date: Tue Jun 2 20:52:28 2009 New Revision: 781163 URL: http://svn.apache.org/viewvc?rev=781163&view=rev Log: Factory methods *should not* be called from within syncs. Fix copy/paste error in r774007. Part of fix for POOL-125 Modified: commons/proper/pool/trunk/src/java/org/ap

svn commit: r781160 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsIntegratorTest.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 20:46:45 2009 New Revision: 781160 URL: http://svn.apache.org/viewvc?rev=781160&view=rev Log: removed unneeded import statement Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsIntegratorTest.java Modified: commons/proper/m

svn commit: r781159 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsIntegratorTest.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 20:45:53 2009 New Revision: 781159 URL: http://svn.apache.org/viewvc?rev=781159&view=rev Log: reenabled tests removed a development test that was committed by error Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsIntegratorT

svn commit: r781158 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsIntegrator.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 20:43:59 2009 New Revision: 781158 URL: http://svn.apache.org/viewvc?rev=781158&view=rev Log: fixed event handling during multistep restart phase, the interpolator used for regular integration and the interpolator used during restart went out of sync Modified: c

svn commit: r781157 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventState.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 20:42:15 2009 New Revision: 781157 URL: http://svn.apache.org/viewvc?rev=781157&view=rev Log: fixed corner cases when events occur right at integration start (which in fact always happen when a resetting event forces a restart just after the event has occurred) Modif

svn commit: r781156 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 20:39:41 2009 New Revision: 781156 URL: http://svn.apache.org/viewvc?rev=781156&view=rev Log: fixed an infinite loop error that occurred when an event that reset the state occurs exactly at multistep initialisation start Modified: commons/proper/math/trunk/src/j

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

2009-06-02 Thread markt
Author: markt Date: Tue Jun 2 20:13:23 2009 New Revision: 781145 URL: http://svn.apache.org/viewvc?rev=781145&view=rev Log: Revert r780905 as discussed. Alt fix to follow. Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java Modified: commo

svn commit: r781135 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/optimization/linear/SimplexTableau.java site/xdoc/changes.xml test/org/apache/commons/math/optimization/linear/Sim

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 19:37:30 2009 New Revision: 781135 URL: http://svn.apache.org/viewvc?rev=781135&view=rev Log: Fixed a problem when setting some variables (several variables were set instead of only one) JIRA: MATH-272 Modified: commons/proper/math/trunk/src/java/org/apache/comm

svn commit: r781122 [2/2] - in /commons/proper/math/trunk/src: java/org/apache/commons/math/estimation/ java/org/apache/commons/math/linear/ java/org/apache/commons/math/linear/decomposition/ java/org

2009-06-02 Thread luc
Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsIntegratorTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsIntegratorTest.java?rev=781122&r1=781121&r2=781122&view=diff ==

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

2009-06-02 Thread sebb
Author: sebb Date: Tue Jun 2 12:49:43 2009 New Revision: 781023 URL: http://svn.apache.org/viewvc?rev=781023&view=rev Log: Improve thread safety of TestThread by making all configuration fields final Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedO

svn commit: r780976 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear: LinearConstraint.java LinearObjectiveFunction.java SimplexTableau.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 09:06:26 2009 New Revision: 780976 URL: http://svn.apache.org/viewvc?rev=780976&view=rev Log: fixed serialization problems Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/LinearConstraint.java commons/proper/math/trun

svn commit: r780975 - in /commons/proper/math/trunk/src/java/org/apache/commons/math: optimization/linear/LinearOptimizer.java random/RandomData.java random/RandomGenerator.java random/RandomVectorGen

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 09:05:37 2009 New Revision: 780975 URL: http://svn.apache.org/viewvc?rev=780975&view=rev Log: removed unneeded import statements Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/LinearOptimizer.java commons/proper/math

svn commit: r780974 - /commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 09:03:31 2009 New Revision: 780974 URL: http://svn.apache.org/viewvc?rev=780974&view=rev Log: added utility methods to help serialize/deserialize classes that have RealVector/RealMatrix fields (possibly final) since the top level interfaces are not serializable anymore

svn commit: r780973 - /commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java

2009-06-02 Thread luc
Author: luc Date: Tue Jun 2 09:01:23 2009 New Revision: 780973 URL: http://svn.apache.org/viewvc?rev=780973&view=rev Log: fixed javadoc copy/paste error Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java Modified: commons/proper/math/trunk/src/