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
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/
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
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
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
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
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
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
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
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
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
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
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
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/
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:
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
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
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
18 matches
Mail list logo