[3/3] [math] Javadoc.

2017-06-21 Thread erans
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/612a04d6 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/612a04d6 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/612a04d6 B

[2/3] [math] Avoid repeated computations.

2017-06-21 Thread erans
Avoid repeated computations. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b05bd69c Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b05bd69c Diff: http://git-wip-us.apache.org/repos/asf/commons-m

[1/3] [math] MATH-1421: Code refactoring.

2017-06-21 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 777af155a -> 612a04d6b MATH-1421: Code refactoring. Replaced unnecessary usage of "pow" function. Reordered some operations. It fixes the reported case where the lower bound was negative (see unit test), but it might not be sufficie

svn commit: r1799507 - /commons/proper/configuration/trunk/src/changes/changes.xml

2017-06-21 Thread oheger
Author: oheger Date: Wed Jun 21 20:01:13 2017 New Revision: 1799507 URL: http://svn.apache.org/viewvc?rev=1799507&view=rev Log: [CONFIGURATION-258][CONFIGURATION-656] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configurat

svn commit: r1799506 - in /commons/proper/configuration/trunk/src/site/xdoc: dependencies.xml userguide/howto_hierarchical.xml

2017-06-21 Thread oheger
Author: oheger Date: Wed Jun 21 20:01:07 2017 New Revision: 1799506 URL: http://svn.apache.org/viewvc?rev=1799506&view=rev Log: [CONFIGURATION-258] Some documentation for new configuration classes. Listed special dependencies for JSON and YAML Configuration. Modified: commons/proper/configur

svn commit: r1799505 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2017-06-21 Thread oheger
Author: oheger Date: Wed Jun 21 20:01:00 2017 New Revision: 1799505 URL: http://svn.apache.org/viewvc?rev=1799505&view=rev Log: [CONFIGURATION-258] Added copy constructors. Like other hierarchical configurations, JSONConfiguration and YAMLConfiguration should have a copy constructor. Modified:

svn commit: r1799502 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2017-06-21 Thread oheger
Author: oheger Date: Wed Jun 21 20:00:35 2017 New Revision: 1799502 URL: http://svn.apache.org/viewvc?rev=1799502&view=rev Log: [CONFIGURATION-258] Some polishing of the original patch. Applied formatting rules, removed @author tags, added missing license headers, removed unused imports and unuse

svn commit: r1799503 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2: AbstractMapBasedConfiguration.java AbstractYAMLBasedConfiguration.java JSONConfiguration.

2017-06-21 Thread oheger
Author: oheger Date: Wed Jun 21 20:00:43 2017 New Revision: 1799503 URL: http://svn.apache.org/viewvc?rev=1799503&view=rev Log: [CONFIGURATION-258] Renamed AbstractMapBasedConfiguration. The name could be confused with MapConfiguration. Added some more comments. Added: commons/proper/config

svn commit: r1799504 - in /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2: TestJSONConfiguration.java TestYAMLConfiguration.java

2017-06-21 Thread oheger
Author: oheger Date: Wed Jun 21 20:00:51 2017 New Revision: 1799504 URL: http://svn.apache.org/viewvc?rev=1799504&view=rev Log: [CONFIGURATION-258] Improvements on test classes. Temporary files are not written; so there is no need to define an output file. Modified: commons/proper/configura

svn commit: r1799501 - in /commons/proper/configuration/trunk: ./ src/main/java/org/apache/commons/configuration2/ src/test/java/org/apache/commons/configuration2/ src/test/resources/

2017-06-21 Thread oheger
Author: oheger Date: Wed Jun 21 20:00:25 2017 New Revision: 1799501 URL: http://svn.apache.org/viewvc?rev=1799501&view=rev Log: [CONFIGURATION-258] Support for JSON and YAML configurations. Thanks to The Alchemist (kap4020 at gmail dot com) for the patch. Added: commons/proper/configuration

svn commit: r1799493 - /commons/proper/jcs/trunk/src/changes/changes.xml

2017-06-21 Thread tv
Author: tv Date: Wed Jun 21 18:28:19 2017 New Revision: 1799493 URL: http://svn.apache.org/viewvc?rev=1799493&view=rev Log: Document changes Modified: commons/proper/jcs/trunk/src/changes/changes.xml Modified: commons/proper/jcs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewv

svn commit: r1799469 - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/auxiliary/remote/ main/java/org/apache/commons/jcs/auxiliary/remote/server/ main/java/org/apa

2017-06-21 Thread tv
Author: tv Date: Wed Jun 21 15:14:56 2017 New Revision: 1799469 URL: http://svn.apache.org/viewvc?rev=1799469&view=rev Log: JCS-179: Fix different/duplicate loading methods of RemoteCacheServer configuration Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/common

svn commit: r1799468 - in /commons/proper/jcs/trunk: ./ commons-jcs-core/ commons-jcs-dist/ commons-jcs-jcache-extras/ commons-jcs-jcache-openjpa/ commons-jcs-jcache/ commons-jcs-sandbox/ commons-jcs-

2017-06-21 Thread tv
Author: tv Date: Wed Jun 21 15:13:28 2017 New Revision: 1799468 URL: http://svn.apache.org/viewvc?rev=1799468&view=rev Log: Bump up version Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml commons/proper/jcs/trunk/commons-jcs-dist/pom.xml commons/proper/jcs/trunk/commons-jc

[2/3] [text] Fixed formatting for StrBuilderTest

2017-06-21 Thread chtompki
Fixed formatting for StrBuilderTest Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/eb25d61c Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/eb25d61c Diff: http://git-wip-us.apache.org/repos/asf/co

[3/3] [text] Merge branch 'test-StrBuilder' of https://github.com/ameyjadiye/commons-text

2017-06-21 Thread chtompki
Merge branch 'test-StrBuilder' of https://github.com/ameyjadiye/commons-text Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2de4cf9b Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/2de4cf9b Diff:

[1/3] [text] Test: Improved testcase coverage for StrBuilder

2017-06-21 Thread chtompki
Repository: commons-text Updated Branches: refs/heads/master 9f6e5e45e -> 2de4cf9b9 Test: Improved testcase coverage for StrBuilder Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/3f49fe32 Tree: http://git-wi

svn commit: r1799432 - in /commons/proper/jcs/trunk: commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/ commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/ src

2017-06-21 Thread tv
Author: tv Date: Wed Jun 21 12:42:00 2017 New Revision: 1799432 URL: http://svn.apache.org/viewvc?rev=1799432&view=rev Log: JCS-178: Clients using RemoteCache are not working. Add a test. Add new constructors with better parametrization, deprecate the old ones Added: commons/proper/jcs/trun