commons-numbers git commit: NUMBERS-13: sinh() passes all tests

2017-07-28 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/complex-dev 1087aa983 -> af5fc05bb NUMBERS-13: sinh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/af5fc05b Tree:

[2/2] commons-numbers git commit: NUMBERS-13: Complex() passes all tests and meets all the C99 standards. This issue is closed.

2017-07-28 Thread ericbarnhill
NUMBERS-13: Complex() passes all tests and meets all the C99 standards. This issue is closed. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/387f4e09 Tree:

[1/2] commons-numbers git commit: NUMBERS-13: atanh() passes all tests

2017-07-28 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/complex-dev af5fc05bb -> 387f4e09b NUMBERS-13: atanh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/a9437c90 Tree:

[lang] LANG-1346: Remove deprecation from RandomStringUtils

2017-07-28 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master f2d8493ac -> daeed9720 LANG-1346: Remove deprecation from RandomStringUtils fix checkstyle violation Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

commons-cli git commit: Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-28 Thread pascalschumacher
Repository: commons-cli Updated Branches: refs/heads/master c246bd419 -> e420dd2be Remove oraclejdk7 from travis configuration, because it is no longer available. see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 for details Project:

commons-compress git commit: fix java 9 build on travis by skipping coveralls

2017-07-28 Thread pascalschumacher
Repository: commons-compress Updated Branches: refs/heads/master 246addb22 -> e00ea6c15 fix java 9 build on travis by skipping coveralls coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 Project:

[lang] LANG-1346: Remove deprecation from RandomStringUtils

2017-07-28 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master fdccdeaec -> f2d8493ac LANG-1346: Remove deprecation from RandomStringUtils Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f2d8493a Tree:

commons-csv git commit: Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-28 Thread pascalschumacher
Repository: commons-csv Updated Branches: refs/heads/master 2305e0e80 -> 253bc8f14 Remove oraclejdk7 from travis configuration, because it is no longer available. see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 for details Project:

commons-dbcp git commit: add .travis.yml

2017-07-28 Thread pascalschumacher
Repository: commons-dbcp Updated Branches: refs/heads/master 784fb496a -> 56deeaf5c add .travis.yml Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/56deeaf5 Tree:

commons-cli git commit: .travis.yml: add openjdk6

2017-07-28 Thread pascalschumacher
Repository: commons-cli Updated Branches: refs/heads/master e420dd2be -> ccc2b43de .travis.yml: add openjdk6 Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/ccc2b43d Tree:

[lang] add oraclejdk9 to travis configuration (closes #280)

2017-07-28 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master daeed9720 -> 05d951803 add oraclejdk9 to travis configuration (closes #280) maven java9 profile: - use maven-javadoc-plugin version 3.0.0-M1, because versions below 3.0.0 do not work on java 9 - skip maven-coveralls-plugin, because

[text] add oraclejdk9 to travis configuration (closes #59)

2017-07-28 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6773be0a3 -> 986787042 add oraclejdk9 to travis configuration (closes #59) add maven java9 profile: - use maven-javadoc-plugin version 3.0.0-M1, because versions below 3.0.0 do not work on java 9 - skip maven-coveralls-plugin,