svn commit: r1692974 - in /commons/proper/pool/trunk: RELEASE-NOTES.txt src/site/xdoc/download_pool.xml

2015-07-27 Thread psteitz
Author: psteitz Date: Tue Jul 28 00:19:55 2015 New Revision: 1692974 URL: http://svn.apache.org/r1692974 Log: Prepare for 2.4.2. Modified: commons/proper/pool/trunk/RELEASE-NOTES.txt commons/proper/pool/trunk/src/site/xdoc/download_pool.xml Modified: commons/proper/pool/trunk/RELEASE-NOT

svn commit: r1692973 - in /commons/proper/pool/trunk/src: changes/changes.xml main/java/org/apache/commons/pool2/impl/BaseObjectPoolConfig.java

2015-07-27 Thread psteitz
Author: psteitz Date: Tue Jul 28 00:14:44 2015 New Revision: 1692973 URL: http://svn.apache.org/r1692973 Log: Changed default jmxNameBase in BaseObjectPoolConfig to the correct (null) default. JIRA: POOL-298. Modified: commons/proper/pool/trunk/src/changes/changes.xml commons/proper/po

svn commit: r1692969 - in /commons/proper/pool/trunk: pool-RC.sh pool-pre-RC.sh pool-release.sh

2015-07-27 Thread psteitz
Author: psteitz Date: Mon Jul 27 22:43:53 2015 New Revision: 1692969 URL: http://svn.apache.org/r1692969 Log: Prepare for 2.4.2. Modified: commons/proper/pool/trunk/pool-RC.sh commons/proper/pool/trunk/pool-pre-RC.sh commons/proper/pool/trunk/pool-release.sh Modified: commons/proper/

svn commit: r1692968 - in /commons/proper/pool/trunk: build.properties.sample build.xml

2015-07-27 Thread psteitz
Author: psteitz Date: Mon Jul 27 22:25:01 2015 New Revision: 1692968 URL: http://svn.apache.org/r1692968 Log: Added ant target to verify jar. Modified: commons/proper/pool/trunk/build.properties.sample commons/proper/pool/trunk/build.xml Modified: commons/proper/pool/trunk/build.properti

svn commit: r1692949 - in /commons/proper/pool/trunk: pom.xml src/changes/release-notes.vm

2015-07-27 Thread psteitz
Author: psteitz Date: Mon Jul 27 21:00:25 2015 New Revision: 1692949 URL: http://svn.apache.org/r1692949 Log: Start preparing for 2.4.2. Modified: commons/proper/pool/trunk/pom.xml commons/proper/pool/trunk/src/changes/release-notes.vm Modified: commons/proper/pool/trunk/pom.xml URL: ht

svn commit: r1692943 - in /commons/proper/pool/trunk/src: changes/changes.xml main/java/org/apache/commons/pool2/impl/DefaultPooledObject.java test/java/org/apache/commons/pool2/impl/TestAbandonedObje

2015-07-27 Thread psteitz
Author: psteitz Date: Mon Jul 27 20:21:38 2015 New Revision: 1692943 URL: http://svn.apache.org/r1692943 Log: Added PrintWriter flush to DefaultPooledObject's printStackTrace method. JIRA: POOL-300. Modified: commons/proper/pool/trunk/src/changes/changes.xml commons/proper/pool/trunk/sr

[math] added a least squares section in the user guide

2015-07-27 Thread luc
Repository: commons-math Updated Branches: refs/heads/master 09fe956a6 -> 2309f28e3 added a least squares section in the user guide Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2309f28e Tree: http://git-wi

[1/2] [math] Typo.

2015-07-27 Thread luc
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 265ed5dd4 -> d84862558 Typo. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4e828dbe Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tr

[2/2] [math] Added a section for least squares fitting in the user guide.

2015-07-27 Thread luc
Added a section for least squares fitting in the user guide. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d8486255 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d8486255 Diff: http://git-wip-us

svn commit: r1692852 [3/3] - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl3/ main/java/org/apache/commons/jexl3/internal/ main/java/org/apache/commons/jexl3/internal/introspecti

2015-07-27 Thread henrib
Added: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Operators.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Operators.java?rev=1692852&view=auto

svn commit: r1692852 [2/3] - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl3/ main/java/org/apache/commons/jexl3/internal/ main/java/org/apache/commons/jexl3/internal/introspecti

2015-07-27 Thread henrib
Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Interpreter.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Interpreter.java?rev=1692852&r1=1692851&r2=1692852&view=diff ===

svn commit: r1692852 [1/3] - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl3/ main/java/org/apache/commons/jexl3/internal/ main/java/org/apache/commons/jexl3/internal/introspecti

2015-07-27 Thread henrib
Author: henrib Date: Mon Jul 27 10:02:49 2015 New Revision: 1692852 URL: http://svn.apache.org/r1692852 Log: JEXL: JEXL-170: implemented assignment operators. Added: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlOperator.java (with props) commons/proper/jexl/tr

[math] Fixed trailing whitespace.

2015-07-27 Thread luc
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 9f148d41e -> 265ed5dd4 Fixed trailing whitespace. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/265ed5dd Tree: http://git-wip-us.apache.org/repo