svn commit: r1163915 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ValueServer.java

2011-08-31 Thread psteitz
Author: psteitz Date: Thu Sep 1 06:17:33 2011 New Revision: 1163915 URL: http://svn.apache.org/viewvc?rev=1163915&view=rev Log: Improved javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ValueServer.java Modified: commons/proper/math/trunk/src/main/

svn commit: r1163906 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-08-31 Thread bayard
Author: bayard Date: Thu Sep 1 05:17:32 2011 New Revision: 1163906 URL: http://svn.apache.org/viewvc?rev=1163906&view=rev Log: Adding a System.err when a security manager stops JDK 1.5 from being able to access the Sun Normalizer class. LANG-744 Modified: commons/proper/lang/trunk/src/main

svn commit: r1163904 - /commons/proper/lang/trunk/pom.xml

2011-08-31 Thread bayard
Author: bayard Date: Thu Sep 1 05:10:35 2011 New Revision: 1163904 URL: http://svn.apache.org/viewvc?rev=1163904&view=rev Log: Fixing the OSGi SymbolicName by updating the commons.componentid. Issue identified by Brandon Harper in LANG-749 Modified: commons/proper/lang/trunk/pom.xml Modifi

svn commit: r1163888 - in /commons/proper/math/trunk: ./ src/main/java/org/apache/commons/math/distribution/ src/main/java/org/apache/commons/math/special/ src/site/xdoc/ src/test/java/org/apache/comm

2011-08-31 Thread psteitz
Author: psteitz Date: Thu Sep 1 01:24:37 2011 New Revision: 1163888 URL: http://svn.apache.org/viewvc?rev=1163888&view=rev Log: Added erf(double,double) to Erf and used this to improve tail probability accuracy in NormalDistributionImpl. JIRA: MATH-364. Reported and patched by Christian Winte

svn commit: r1163875 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

2011-08-31 Thread psteitz
Author: psteitz Date: Thu Sep 1 00:07:48 2011 New Revision: 1163875 URL: http://svn.apache.org/viewvc?rev=1163875&view=rev Log: Added MATH-634 and some more info on MATH-653. Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/chan

svn commit: r1163872 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/random/ site/xdoc/ test/java/org/apache/commons/math/random/

2011-08-31 Thread psteitz
Author: psteitz Date: Wed Aug 31 23:49:50 2011 New Revision: 1163872 URL: http://svn.apache.org/viewvc?rev=1163872&view=rev Log: Enabled reseeding of the random generators used by EmpiricalDistributionImpl and ValueServer. Modified ValueServer to pass its RandomData instance to the EmpiricalDistr

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

2011-08-31 Thread markt
Author: markt Date: Wed Aug 31 23:10:53 2011 New Revision: 1163864 URL: http://svn.apache.org/viewvc?rev=1163864&view=rev Log: Stop multiple calls to close() triggering an JMX error Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java Modifi

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

2011-08-31 Thread markt
Author: markt Date: Wed Aug 31 23:09:13 2011 New Revision: 1163863 URL: http://svn.apache.org/viewvc?rev=1163863&view=rev Log: Stop multiple class to close() triggering an JMX error Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/GenericObjectPool.java Modified:

svn commit: r1163839 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/PooledObject.java

2011-08-31 Thread markt
Author: markt Date: Wed Aug 31 22:06:15 2011 New Revision: 1163839 URL: http://svn.apache.org/viewvc?rev=1163839&view=rev Log: Add creation time to support additional stats and custom eviction policies. Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/PooledObject.j

svn commit: r1163834 - in /commons/proper/pool/trunk/src: changes/ java/org/apache/commons/pool2/impl/ test/org/apache/commons/pool2/impl/

2011-08-31 Thread markt
Author: markt Date: Wed Aug 31 21:39:15 2011 New Revision: 1163834 URL: http://svn.apache.org/viewvc?rev=1163834&view=rev Log: Change meaning of maxWait Modified: commons/proper/pool/trunk/src/changes/changes.xml commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/GenericKey

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

2011-08-31 Thread markt
Author: markt Date: Wed Aug 31 21:24:23 2011 New Revision: 1163823 URL: http://svn.apache.org/viewvc?rev=1163823&view=rev Log: Align GKOP with GOP and r1163741 Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java Modified: commons/proper/po

svn commit: r1163822 - in /commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl: GenericKeyedObjectPool.java GenericObjectPool.java

2011-08-31 Thread markt
Author: markt Date: Wed Aug 31 21:23:29 2011 New Revision: 1163822 URL: http://svn.apache.org/viewvc?rev=1163822&view=rev Log: Fix regression in r1158831 Deque (Java 6 interface) -> LinkedList (Java 5 implementation) Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/

svn commit: r1163814 - in /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web: portlet/PortletSessionScopeMap.java servlet/ServletSessionScopeMap.java

2011-08-31 Thread mbenson
Author: mbenson Date: Wed Aug 31 20:50:06 2011 New Revision: 1163814 URL: http://svn.apache.org/viewvc?rev=1163814&view=rev Log: code simplifications; merge 'if (foo) return true; else return false;' type constructs; remove unnecessary parens; remove unnecessary elses Modified: commons/prop

svn commit: r1163800 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/servlet/ServletSessionScopeMap.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 20:27:48 2011 New Revision: 1163800 URL: http://svn.apache.org/viewvc?rev=1163800&view=rev Log: fixed checkstyle violations: Conditional logic can be removed. Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chai

svn commit: r1163799 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/portlet/PortletSessionScopeMap.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 20:26:16 2011 New Revision: 1163799 URL: http://svn.apache.org/viewvc?rev=1163799&view=rev Log: fixed checkstyle violations: Conditional logic can be removed. Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chai

svn commit: r1163797 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/faces/FacesSetLocaleCommand.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 20:24:43 2011 New Revision: 1163797 URL: http://svn.apache.org/viewvc?rev=1163797&view=rev Log: empty line with trailing spaces Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/faces/FacesSetLocaleComma

svn commit: r1163796 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 20:22:26 2011 New Revision: 1163796 URL: http://svn.apache.org/viewvc?rev=1163796&view=rev Log: fixed checkstyle violation: Unused import - java.util.Iterator Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chai

svn commit: r1163793 - in /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain: ./ config/ generic/ impl/ web/ web/faces/ web/portlet/ web/servlet/

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 20:20:25 2011 New Revision: 1163793 URL: http://svn.apache.org/viewvc?rev=1163793&view=rev Log: package.html replaced by package-info.java files Added: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/config/package-

svn commit: r1163745 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 19:04:48 2011 New Revision: 1163745 URL: http://svn.apache.org/viewvc?rev=1163745&view=rev Log: used collections method to add commands from an existing collection Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons

svn commit: r1163743 - in /commons/proper/chain/branches/version-2.0-work/src: main/java/org/apache/commons/chain/impl/ChainBase.java test/java/org/apache/commons/chain/config/TestChain.java test/java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 19:01:10 2011 New Revision: 1163743 URL: http://svn.apache.org/viewvc?rev=1163743&view=rev Log: used smarter ArrayList instead of continuous replaced fixed arrays that modification introduces a Clirr error "Changed type of field commands from org.apache

svn commit: r1163741 - in /commons/proper/pool/trunk/src: java/org/apache/commons/pool2/impl/GenericObjectPool.java java/org/apache/commons/pool2/impl/PooledObject.java test/org/apache/commons/pool2/i

2011-08-31 Thread markt
Author: markt Date: Wed Aug 31 18:50:36 2011 New Revision: 1163741 URL: http://svn.apache.org/viewvc?rev=1163741&view=rev Log: Fix a bug in eviction that could see a destroyed object returned to the idle object pool if: - it was being validated by the evictor - validation failed - an attempt was

svn commit: r1163735 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/generic/DispatchLookupCommand.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 18:25:10 2011 New Revision: 1163735 URL: http://svn.apache.org/viewvc?rev=1163735&view=rev Log: fixed generic array type warnings Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/generic/DispatchLookupComma

svn commit: r1163733 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/config/ConfigCatalogRule.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 18:23:28 2011 New Revision: 1163733 URL: http://svn.apache.org/viewvc?rev=1163733&view=rev Log: fixed generic types warnings Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/config/ConfigCatalogRule.java M

svn commit: r1163732 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/generic/DispatchCommand.java

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 18:21:48 2011 New Revision: 1163732 URL: http://svn.apache.org/viewvc?rev=1163732&view=rev Log: fixed generic types warnings Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/generic/DispatchCommand.java Mo

svn commit: r1163728 [2/2] - in /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain: ./ config/ generic/ impl/ web/ web/faces/ web/portlet/ web/servlet/

2011-08-31 Thread simonetripodi
Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/servlet/ServletWebContext.java URL: http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/servlet/ServletWebContext.java?rev=1163728

svn commit: r1163673 - /commons/sandbox/runtime/trunk/src/main/native/shared/zlib.c

2011-08-31 Thread mturk
Author: mturk Date: Wed Aug 31 15:49:16 2011 New Revision: 1163673 URL: http://svn.apache.org/viewvc?rev=1163673&view=rev Log: Fix few copy/paste errors Modified: commons/sandbox/runtime/trunk/src/main/native/shared/zlib.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/zlib.c

svn commit: r1163637 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/util/zlib/ native/shared/ test/org/apache/commons/runtime/

2011-08-31 Thread mturk
Author: mturk Date: Wed Aug 31 14:28:30 2011 New Revision: 1163637 URL: http://svn.apache.org/viewvc?rev=1163637&view=rev Log: Implement zlib deflater Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/zlib/ZlibDeflater.java commons/sandbox/runtime/tru

svn commit: r1163636 - in /commons/proper/chain/branches/version-2.0-work/src: main/java/org/apache/commons/chain/ main/java/org/apache/commons/chain/generic/ main/java/org/apache/commons/chain/impl/

2011-08-31 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 31 14:26:26 2011 New Revision: 1163636 URL: http://svn.apache.org/viewvc?rev=1163636&view=rev Log: replaced generic with that stands for 'Context', it is more intuitive Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/com

svn commit: r1163587 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/RealLinearOperator.java

2011-08-31 Thread celestin
Author: celestin Date: Wed Aug 31 11:55:13 2011 New Revision: 1163587 URL: http://svn.apache.org/viewvc?rev=1163587&view=rev Log: Improvements of the javadoc of RealLinearOperator. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/RealLinearOperator.java Modif

svn commit: r1163586 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-08-31 Thread sebb
Author: sebb Date: Wed Aug 31 11:41:10 2011 New Revision: 1163586 URL: http://svn.apache.org/viewvc?rev=1163586&view=rev Log: Clarify deprecation Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main/java/or

svn commit: r1163554 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/util/zlib/ native/shared/

2011-08-31 Thread mturk
Author: mturk Date: Wed Aug 31 09:33:32 2011 New Revision: 1163554 URL: http://svn.apache.org/viewvc?rev=1163554&view=rev Log: Add zlib inflater and deflater classes Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/zlib/ZlibDeflater.java (with props)

svn commit: r1163515 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear: AbstractRealMatrix.java RealLinearOperator.java

2011-08-31 Thread celestin
Author: celestin Date: Wed Aug 31 07:41:25 2011 New Revision: 1163515 URL: http://svn.apache.org/viewvc?rev=1163515&view=rev Log: Removed occurences of double[] from RealLinearOperator (see MATH-653) method double[] operate(double[]) has been left in AbstractRealMatrix, according to exchanges on