svn commit: r1643019 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/FileUploadBase.java

2014-12-02 Thread sebb
Author: sebb Date: Tue Dec 2 22:35:50 2014 New Revision: 1643019 URL: http://svn.apache.org/r1643019 Log: [FILEUPLOAD-242] Do not silently swallow all Throwables. Instead swallow only Exceptions Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/FileUpload

svn commit: r1643018 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java

2014-12-02 Thread sebb
Author: sebb Date: Tue Dec 2 22:04:12 2014 New Revision: 1643018 URL: http://svn.apache.org/r1643018 Log: Unused Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/

[math] Fixed comment, the test for MATH-1174 does not fail anymore.

2014-12-02 Thread luc
Repository: commons-math Updated Branches: refs/heads/master 3f13fbeff -> 428a48533 Fixed comment, the test for MATH-1174 does not fail anymore. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/428a4853 Tree: h

[math] Typo.

2014-12-02 Thread luc
Repository: commons-math Updated Branches: refs/heads/master d21d3a94a -> 3f13fbeff 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/3f13fbef Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree

[2/8] [math] Reorganized code, avoiding too many internal classes.

2014-12-02 Thread luc
Reorganized code, avoiding too many internal classes. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/26ee4819 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/26ee4819 Diff: http://git-wip-us.apache

[3/8] [math] Improved accuracy of internal computation.

2014-12-02 Thread luc
Improved accuracy of internal computation. The improvement is obtained by using high accuracy linear combinations and by preserving cos/sin as much as possible. This last part is important in the frequent case of lines along y axis, i.e. when angle is π/2. We want the cosine to remain 0 and not g

[6/8] [math] Removed development traces.

2014-12-02 Thread luc
Removed development traces. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/893ef53c Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/893ef53c Diff: http://git-wip-us.apache.org/repos/asf/commons-mat

[5/8] [math] set up a weak link between a line and its reverse to avoid duplications.

2014-12-02 Thread luc
set up a weak link between a line and its reverse to avoid duplications. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/84cf29ec Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/84cf29ec Diff: http

[7/8] [math] Fixed a problem with too thin polygons considered to have infinite size.

2014-12-02 Thread luc
Fixed a problem with too thin polygons considered to have infinite size. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e6aae3a8 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e6aae3a8 Diff: http

[8/8] [math] Deprecated AVLTree and OrderedTuple.

2014-12-02 Thread luc
Deprecated AVLTree and OrderedTuple. These two classes were dirty hacks used only for the extraction of boundary from 2D Euclidean BSP trees. They were not really efficient and produces some problems as topology was not preserved. A completely new implementation of boundary extraction has been se

[4/8] [math] Identified a new failure mode for polygons.

2014-12-02 Thread luc
Identified a new failure mode for polygons. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c29e3d68 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c29e3d68 Diff: http://git-wip-us.apache.org/repos

[1/8] [math] Added splitters in Boundary attributes.

2014-12-02 Thread luc
Repository: commons-math Updated Branches: refs/heads/master e11c00085 -> d21d3a94a Added splitters in Boundary attributes. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6525cc40 Tree: http://git-wip-us.apa

svn commit: r1642927 - in /commons/proper/jexl/trunk: ./ src/main/java/org/apache/commons/jexl3/internal/introspection/ src/main/java/org/apache/commons/jexl3/introspection/ src/site/xdoc/ src/test/ja

2014-12-02 Thread henrib
Author: henrib Date: Tue Dec 2 16:15:35 2014 New Revision: 1642927 URL: http://svn.apache.org/r1642927 Log: Depending on unkown conditions, overriden varargs method may return false to isVarArgs; Fix by checking method in declaring class hierarchy (MethodKey.isVarArgs). Modified: commons/pr

[2/4] [math] Clirr

2014-12-02 Thread erans
Clirr Revert binary-incompatible change. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/34f3f419 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/34f3f419 Diff: http://git-wip-us.apache.org/repos/

[4/4] [math] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

2014-12-02 Thread erans
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e11c0008 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e11c0008 Diff:

[3/4] [math] Deprecation

2014-12-02 Thread erans
Deprecation Deprecating classes whose functionality is based on buggy code in "BicubicSplinInterpolatingFunction" (MATH-1166). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c53f2106 Tree: http://git-wip-us.apa

[1/4] [math] MATH-1166: Bicubic interpolation

2014-12-02 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 0802df0f7 -> e11c00085 MATH-1166: Bicubic interpolation New classes to replace "BicubicSplineInterpolatingFunction" and "BicubicSplineInterpolator". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://g

svn commit: r1642830 - in /commons/proper/email/trunk/src: changes/changes.xml main/java/org/apache/commons/mail/Email.java test/java/org/apache/commons/mail/EmailTest.java

2014-12-02 Thread tn
Author: tn Date: Tue Dec 2 09:34:17 2014 New Revision: 1642830 URL: http://svn.apache.org/r1642830 Log: [EMAIL-146] Added getter for bounce address. Thanks to Alexander Lehmann. Modified: commons/proper/email/trunk/src/changes/changes.xml commons/proper/email/trunk/src/main/java/org/apac