svn commit: r1672246 - /commons/proper/lang/trunk/README.md

2015-04-08 Thread britter
Author: britter Date: Thu Apr 9 06:34:55 2015 New Revision: 1672246 URL: http://svn.apache.org/r1672246 Log: Fix broken links in README.md. Thanks to Stian Soiland-Reyes. Modified: commons/proper/lang/trunk/README.md Modified: commons/proper/lang/trunk/README.md URL: http://svn.apache.org/

svn commit: r1672245 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2015-04-08 Thread djones
Author: djones Date: Thu Apr 9 06:29:03 2015 New Revision: 1672245 URL: http://svn.apache.org/r1672245 Log: Added missing @since tag. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/com

svn commit: r1672244 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/ArrayUtils.java test/java/org/apache/commons/lang3/ArrayUtilsTest.java

2015-04-08 Thread djones
Author: djones Date: Thu Apr 9 06:27:15 2015 New Revision: 1672244 URL: http://svn.apache.org/r1672244 Log: Implements LANG-1050: Change nullToEmpty methods to generics. Thanks to James Sawle. This closes #33 in GitHub too. Modified: commons/proper/lang/trunk/src/changes/changes.xml co

svn commit: r1672242 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java

2015-04-08 Thread djones
Author: djones Date: Thu Apr 9 05:54:52 2015 New Revision: 1672242 URL: http://svn.apache.org/r1672242 Log: Added a brief comment to explain SuppressWarnings statement (thanks britter). Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java Modif

svn commit: r1672236 - in /commons/proper/scxml/trunk/src: main/java/org/apache/commons/scxml2/io/ main/java/org/apache/commons/scxml2/model/ test/java/org/apache/commons/scxml2/model/

2015-04-08 Thread woonsan
Author: woonsan Date: Thu Apr 9 03:43:19 2015 New Revision: 1672236 URL: http://svn.apache.org/r1672236 Log: SCXML-227: Applying Michael Goerlich's patch with validating unit tests Added: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/model/CancelTest.java commons/p

svn commit: r1672156 - /commons/proper/lang/trunk/README.md

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 19:57:56 2015 New Revision: 1672156 URL: http://svn.apache.org/r1672156 Log: Looks like the coveralls badge doesn't work if the branch is no specified Modified: commons/proper/lang/trunk/README.md Modified: commons/proper/lang/trunk/README.md URL: http://svn

svn commit: r1672149 - /commons/proper/lang/trunk/pom.xml

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 19:11:40 2015 New Revision: 1672149 URL: http://svn.apache.org/r1672149 Log: PMD and CPD is the standard reportset that will be created Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/

svn commit: r1672147 - /commons/proper/lang/trunk/src/assembly/src.xml

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 19:02:34 2015 New Revision: 1672147 URL: http://svn.apache.org/r1672147 Log: Add Travis CI configuration file to source assembly Modified: commons/proper/lang/trunk/src/assembly/src.xml Modified: commons/proper/lang/trunk/src/assembly/src.xml URL: http://svn

svn commit: r1672146 - /commons/proper/lang/trunk/pom.xml

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 19:00:53 2015 New Revision: 1672146 URL: http://svn.apache.org/r1672146 Log: Clirr is defined in parent pom Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/po

svn commit: r1672145 - /commons/proper/lang/trunk/.travis.yml

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 19:00:07 2015 New Revision: 1672145 URL: http://svn.apache.org/r1672145 Log: Travis does not know openjdk8 Modified: commons/proper/lang/trunk/.travis.yml Modified: commons/proper/lang/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/lang/t

svn commit: r1672138 - in /commons/proper/collections/trunk: CONTRIBUTING.md README.md README.txt

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 18:44:36 2015 New Revision: 1672138 URL: http://svn.apache.org/r1672138 Log: More and more contributors coming via github - replace README.txt with README.md and add CONTRIBUTING.md Added: commons/proper/collections/trunk/CONTRIBUTING.md commons/proper/co

svn commit: r1672137 - /commons/proper/lang/trunk/src/changes/changes.xml

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 18:38:31 2015 New Revision: 1672137 URL: http://svn.apache.org/r1672137 Log: Add missing issue to changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL: http://svn.apache.org/v

svn commit: r1672135 - in /commons/proper/lang/trunk: ./ .travis.yml README.md pom.xml

2015-04-08 Thread britter
Author: britter Date: Wed Apr 8 18:36:36 2015 New Revision: 1672135 URL: http://svn.apache.org/r1672135 Log: Activate Travis CI, coveralls.io and add badges to README.md Added: commons/proper/lang/trunk/.travis.yml Modified: commons/proper/lang/trunk/ (props changed) commons/proper

Jenkins build is still unstable: Commons Math #152

2015-04-08 Thread Apache Jenkins Server
See

[math] Fixed wrong handling of a corner case.

2015-04-08 Thread luc
Repository: commons-math Updated Branches: refs/heads/master 54b2a69a6 -> c768ed307 Fixed wrong handling of a corner case. The problem occurs in very difficult to reproduce cases, as it is really a corner case. When the vanishing cut-subhyperplane occurs during a Difference operation, the fixe

Jenkins build became unstable: Commons Math #151

2015-04-08 Thread Apache Jenkins Server
See

[math] Fixed wrong handling of a corner case.

2015-04-08 Thread luc
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 502335307 -> b4d2c75d3 Fixed wrong handling of a corner case. The problem occurs in very difficult to reproduce cases, as it is really a corner case. When the vanishing cut-subhyperplane occurs during a Difference operation, the fi

svn commit: r1672030 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/SerializationUtils.java test/java/org/apache/commons/lang3/exception/AbstractExceptionContextTest.java

2015-04-08 Thread djones
Author: djones Date: Wed Apr 8 08:38:02 2015 New Revision: 1672030 URL: http://svn.apache.org/r1672030 Log: Suppressed two unchecked warnings. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java commons/proper/lang/trunk/src/test/java/org/

svn commit: r1672025 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/ArrayUtils.java test/java/org/apache/commons/lang3/ArrayUtilsRemoveTest.java

2015-04-08 Thread djones
Author: djones Date: Wed Apr 8 07:53:49 2015 New Revision: 1672025 URL: http://svn.apache.org/r1672025 Log: Implements LANG-1074: Add a method to ArrayUtils for removing all occurrences of a given element. Thanks to Haiyang Li. Modified: commons/proper/lang/trunk/src/changes/changes.xml