[math] Javadoc.

2015-12-27 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 75da8c1c9 -> 6b5d07325 Javadoc. Added "caveat" note. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6b5d0732 Tree: http://git-wip-us.apache.org/r

[math] MATH-1301

2015-12-27 Thread erans
Repository: commons-math Updated Branches: refs/heads/master c7f7da754 -> 75da8c1c9 MATH-1301 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/75da8c1c Tree: http://git-wip-us.apache.org/repos/asf/commons-math

[math] MATH-1301

2015-12-27 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 564345179 -> c7f7da754 MATH-1301 Using composition rather than inheritance. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c7f7da75 Tree: http://

svn commit: r1721833 - /commons/proper/jexl/trunk/src/site/site.xml

2015-12-27 Thread ebourg
Author: ebourg Date: Sun Dec 27 19:23:58 2015 New Revision: 1721833 URL: http://svn.apache.org/viewvc?rev=1721833&view=rev Log: Fixed the links to the previous API documentations Modified: commons/proper/jexl/trunk/src/site/site.xml Modified: commons/proper/jexl/trunk/src/site/site.xml URL:

svn commit: r11752 - /release/commons/jexl/README.html

2015-12-27 Thread ebourg
Author: ebourg Date: Sun Dec 27 18:42:17 2015 New Revision: 11752 Log: Updated README.html for JEXL 3.0 Modified: release/commons/jexl/README.html Modified: release/commons/jexl/README.html == --- release/commons/je

svn commit: r1721827 - /commons/cms-site/trunk/content/xdoc/releases/release.xml

2015-12-27 Thread ebourg
Author: ebourg Date: Sun Dec 27 18:33:32 2015 New Revision: 1721827 URL: http://svn.apache.org/viewvc?rev=1721827&view=rev Log: Fixed the svnmucc command to publish the .sha1 files Modified: commons/cms-site/trunk/content/xdoc/releases/release.xml Modified: commons/cms-site/trunk/content/xd

Nexus: Promotion Completed

2015-12-27 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "Apache-Maven/3.3.9 (Java 1.7.0_91; Linux 2.6.32-37-pve)""userId" = "ebourg""ip" = "5.196.81.173"Details:The following artifacts have been promoted to the "Releases" [id=releases] repository/org/apache/commons/commons-jexl

svn commit: r11751 - /dev/commons/jexl/ /dev/commons/jexl/binaries/ /dev/commons/jexl/source/ /release/commons/jexl/ /release/commons/jexl/binaries/ /release/commons/jexl/source/

2015-12-27 Thread ebourg
Author: ebourg Date: Sun Dec 27 18:19:33 2015 New Revision: 11751 Log: Publish JEXL 3.0 Release Added: release/commons/jexl/RELEASE-NOTES.txt - copied unchanged from r11750, dev/commons/jexl/RELEASE-NOTES.txt release/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz - copied u

svn commit: r1721825 - /commons/proper/jexl/tags/COMMONS_JEXL_3_0/

2015-12-27 Thread ebourg
Author: ebourg Date: Sun Dec 27 17:55:13 2015 New Revision: 1721825 URL: http://svn.apache.org/viewvc?rev=1721825&view=rev Log: Release JEXL 3.0 based on RC 2 Added: commons/proper/jexl/tags/COMMONS_JEXL_3_0/ - copied from r1721824, commons/proper/jexl/tags/COMMONS_JEXL_3_0-RC2/

[math] Detect start failures with multi-step ODE integrators.

2015-12-27 Thread luc
Repository: commons-math Updated Branches: refs/heads/master c9b1c8f96 -> 564345179 Detect start failures with multi-step ODE integrators. JIRA: MATH-1297 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5643

[math] Detect start failures with multi-step ODE integrators.

2015-12-27 Thread luc
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 82e1a8cd0 -> 264851fcf Detect start failures with multi-step ODE integrators. JIRA: MATH-1297 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/264

[1/2] [math] Added compose and composeInverse to rotations.

2015-12-27 Thread luc
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 2d0d2ff14 -> 82e1a8cd0 Added compose and composeInverse to rotations. These method are more flexible than the existing applyTo and applyInverseTo (which are still present), because they allow caller to specify a RotationConvention.

[2/2] [math] Merge branch 'MATH_3_X' of https://l...@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X

2015-12-27 Thread luc
Merge branch 'MATH_3_X' of https://l...@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/82e1a8cd Tree: http://git-wip-us.apache.org/repos/asf/commons

[math] Added compose and composeInverse to rotations.

2015-12-27 Thread luc
Repository: commons-math Updated Branches: refs/heads/master 9ce4e1a37 -> c9b1c8f96 Added compose and composeInverse to rotations. These method are more flexible than the existing applyTo and applyInverseTo (which are still present), because they allow caller to specify a RotationConvention.