commons-compress git commit: no reason to specify newVersion in japicmp

2016-12-21 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master b3d0c2683 -> 1bc62d6e3 no reason to specify newVersion in japicmp Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/1bc62d6e Tree: http:/

commons-compress git commit: use jacoco instead of cobertura, use japicmp

2016-12-21 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master bf88f6dbb -> b3d0c2683 use jacoco instead of cobertura, use japicmp Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b3d0c268 Tree: http

[text] Correctly handle null varargs in AggregateTranslator constructor

2016-12-21 Thread djones
Repository: commons-text Updated Branches: refs/heads/master 322fe2723 -> 4c29a73b0 Correctly handle null varargs in AggregateTranslator constructor The previous code didn't handle null vararg parameters correctly and would throw a NPE if passed a null CharSequenceTranslator object. While upd

[text] Clarify whether varargs are being used in test (squashes warning).

2016-12-21 Thread djones
Repository: commons-text Updated Branches: refs/heads/master 120409051 -> 322fe2723 Clarify whether varargs are being used in test (squashes warning). Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/322fe272 T