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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
==
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
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
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
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
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/
23 matches
Mail list logo