svn commit: r1161064 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/linear/ test/java/org/apache/commons/math/linear/

2011-08-24 Thread erans
Author: erans Date: Wed Aug 24 12:15:51 2011 New Revision: 1161064 URL: http://svn.apache.org/viewvc?rev=1161064view=rev Log: MATH-646 Unmodifiable view of a vector. Added: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/UnmodifiableArrayRealVectorTest.java (with

svn commit: r1161143 - in /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2: Interpreter.java JexlEngine.java introspection/Uberspect.java introspection/UberspectImpl.java

2011-08-24 Thread henrib
Author: henrib Date: Wed Aug 24 15:11:15 2011 New Revision: 1161143 URL: http://svn.apache.org/viewvc?rev=1161143view=rev Log: Constructors wrapping in JexlMethod; Allows to cache during interpretation and overload discovery related to constructor in Uberspect (for instance, using factories)

svn commit: r1161145 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/JexlArithmetic.java

2011-08-24 Thread henrib
Author: henrib Date: Wed Aug 24 15:12:30 2011 New Revision: 1161145 URL: http://svn.apache.org/viewvc?rev=1161145view=rev Log: Added some coherence wrt empty string and NaN handling Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/JexlArithmetic.java Modified:

svn commit: r1161146 - in /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/introspection: Sandbox.java SandboxUberspectImpl.java

2011-08-24 Thread henrib
Author: henrib Date: Wed Aug 24 15:13:39 2011 New Revision: 1161146 URL: http://svn.apache.org/viewvc?rev=1161146view=rev Log: Improved usability Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/introspection/Sandbox.java

svn commit: r1161181 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/integration/ site/xdoc/

2011-08-24 Thread luc
Author: luc Date: Wed Aug 24 16:03:16 2011 New Revision: 1161181 URL: http://svn.apache.org/viewvc?rev=1161181view=rev Log: Refactored integration API for consistency with solvers API. Now the main convergence parameters are set in the constructor and remain fixed. JIRA: MATH-501 Modified:

svn commit: r1161249 - in /commons/proper/configuration/trunk: maven-build.xml pom.xml

2011-08-24 Thread oheger
Author: oheger Date: Wed Aug 24 19:47:54 2011 New Revision: 1161249 URL: http://svn.apache.org/viewvc?rev=1161249view=rev Log: Updated dependency to commons-vfs2 2.0 final. Modified: commons/proper/configuration/trunk/maven-build.xml commons/proper/configuration/trunk/pom.xml Modified:

svn commit: r1161254 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationFactory.java

2011-08-24 Thread oheger
Author: oheger Date: Wed Aug 24 19:54:07 2011 New Revision: 1161254 URL: http://svn.apache.org/viewvc?rev=1161254view=rev Log: Deprecated ConfigurationFactory. Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationFactory.java Modified:

svn commit: r1161258 - in /commons/proper/configuration/trunk: RELEASE-NOTES.txt src/changes/changes.xml

2011-08-24 Thread oheger
Author: oheger Date: Wed Aug 24 19:58:22 2011 New Revision: 1161258 URL: http://svn.apache.org/viewvc?rev=1161258view=rev Log: Updated changes and release notes. Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt commons/proper/configuration/trunk/src/changes/changes.xml

svn commit: r1161342 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/language/bm/ test/org/apache/commons/codec/binary/

2011-08-24 Thread ggregory
Author: ggregory Date: Thu Aug 25 00:34:24 2011 New Revision: 1161342 URL: http://svn.apache.org/viewvc?rev=1161342view=rev Log: Use blocks. Refer to constants where they are defined in BaseNCodec instead of the Base32 and Base64 subclasses. Modified:

svn commit: r1161343 [1/2] - in /commons/proper/codec/branches/generics/src: java/org/apache/commons/codec/language/bm/ java/org/apache/commons/codec/net/ test/org/apache/commons/codec/binary/ test/or

2011-08-24 Thread ggregory
Author: ggregory Date: Thu Aug 25 00:35:31 2011 New Revision: 1161343 URL: http://svn.apache.org/viewvc?rev=1161343view=rev Log: Use blocks. Refer to constants and methods where they are defined in BaseNCodec instead of the Base32 and Base64 subclasses (and other classes.) Modified:

svn commit: r1161343 [2/2] - in /commons/proper/codec/branches/generics/src: java/org/apache/commons/codec/language/bm/ java/org/apache/commons/codec/net/ test/org/apache/commons/codec/binary/ test/or

2011-08-24 Thread ggregory
Modified: commons/proper/codec/branches/generics/src/test/org/apache/commons/codec/binary/BinaryCharCodecTest.java URL: http://svn.apache.org/viewvc/commons/proper/codec/branches/generics/src/test/org/apache/commons/codec/binary/BinaryCharCodecTest.java?rev=1161343r1=1161342r2=1161343view=diff

svn commit: r1161378 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparatorUtils.java

2011-08-24 Thread bayard
Author: bayard Date: Thu Aug 25 04:29:29 2011 New Revision: 1161378 URL: http://svn.apache.org/viewvc?rev=1161378view=rev Log: Removing ComparatorUtils. I don't think min/max(Obj,Obj,Comparator) are the most useful methods, and I'm not sure we need the static factory methods to instantiate the