commons-crypto git commit: CRYPTO-56: add informative error message, keep consistent with JDK JDK's error message is more informative. it would be better to keep consistent with JDK

2016-05-10 Thread sdp
Repository: commons-crypto Updated Branches: refs/heads/master 1335e165e -> f54e331d4 CRYPTO-56: add informative error message, keep consistent with JDK JDK's error message is more informative. it would be better to keep consistent with JDK Project: http://git-wip-us.apache.org/repos/asf/com

[2/4] [math] MATH-1015

2016-05-10 Thread erans
MATH-1015 Gauss-Laguerre quadrature scheme. Thanks to Thomas Neidhart. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b77184a2 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b77184a2 Diff: http:

[3/4] [math] Update "changes.xml".

2016-05-10 Thread erans
Update "changes.xml". Attribution. Trailing spaces removed. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/aa892624 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/aa892624 Diff: http://git-wip-u

[1/4] [math] MATH-736

2016-05-10 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1015 93d35c8f2 -> bbd702ae2 MATH-736 Removed methods deprecated 4 years ago. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f695c9ce Tree:

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

2016-05-10 Thread erans
Merge branch 'feature-MATH-1015' of https://git-wip-us.apache.org/repos/asf/commons-math into feature-MATH-1015 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/bbd702ae Tree: http://git-wip-us.apache.org/repos/a

[2/2] [math] Typo.

2016-05-10 Thread erans
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/db50bb3c Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/db50bb3c Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/db50bb3c Bran

[1/2] [math] Update "changes.xml".

2016-05-10 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1318 536615857 -> db50bb3c3 Update "changes.xml". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/9e877986 Tree: http://git-wip-us.apache.org

[1/2] commons-lang git commit: LANG-1120: StringUtils.stripAccents should remove accents from "Ł" and "ł" (closes #105).

2016-05-10 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master dd5a0e6e1 -> ec8bf5281 LANG-1120: StringUtils.stripAccents should remove accents from "Ł" and "ł" (closes #105). Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/com

[2/2] [lang] LANG-1227: add changes.xml entry

2016-05-10 Thread pascalschumacher
LANG-1227: add changes.xml entry Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ec8bf528 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ec8bf528 Diff: http://git-wip-us.apache.org/repos/asf/commo

svn commit: r1743249 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl3/ main/java/org/apache/commons/jexl3/internal/ test/java/org/apache/commons/jexl3/

2016-05-10 Thread henrib
Author: henrib Date: Tue May 10 19:04:52 2016 New Revision: 1743249 URL: http://svn.apache.org/viewvc?rev=1743249&view=rev Log: JEXL: Fixing JEXL-193 take 2; added a cancellable flag that controls whether JexlException.Cancel are throw when evaluation is interrupted/cancelled. Modified: com

svn commit: r1743162 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2016-05-10 Thread britter
Author: britter Date: Tue May 10 12:05:01 2016 New Revision: 1743162 URL: http://svn.apache.org/viewvc?rev=1743162&view=rev Log: Remove obsolete dots Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified: commons/proper/csv/trunk/src/main/java/org/a

svn commit: r1743160 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2016-05-10 Thread britter
Author: britter Date: Tue May 10 12:03:50 2016 New Revision: 1743160 URL: http://svn.apache.org/viewvc?rev=1743160&view=rev Log: Better formatting of JavaDoc Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified: commons/proper/csv/trunk/src/main/ja

svn commit: r1743110 - /commons/proper/fileupload/trunk/pom.xml

2016-05-10 Thread ggregory
Author: ggregory Date: Tue May 10 07:25:19 2016 New Revision: 1743110 URL: http://svn.apache.org/viewvc?rev=1743110&view=rev Log: commons-parent 39 -> 40. Modified: commons/proper/fileupload/trunk/pom.xml Modified: commons/proper/fileupload/trunk/pom.xml URL: http://svn.apache.org/viewvc/co

svn commit: r1743107 - /commons/proper/dbcp/trunk/pom.xml

2016-05-10 Thread ggregory
Author: ggregory Date: Tue May 10 07:09:43 2016 New Revision: 1743107 URL: http://svn.apache.org/viewvc?rev=1743107&view=rev Log: commons-parent 39 -> 40. Modified: commons/proper/dbcp/trunk/pom.xml Modified: commons/proper/dbcp/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1743106 - /commons/proper/pool/trunk/pom.xml

2016-05-10 Thread ggregory
Author: ggregory Date: Tue May 10 07:07:54 2016 New Revision: 1743106 URL: http://svn.apache.org/viewvc?rev=1743106&view=rev Log: commons-parent 39 -> 40. Modified: commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper