[commons-math] 10/11: Class "JdkMath" bridges user code and alternative implementations.

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit 22753536f4c0671a797b9cc1fd4e4c18c7c39fa6 Author: Gilles Sadowski AuthorDate: Sun Oct 17 01:46:06 2021 +0200

[commons-math] 11/11: Remove methods that were calling the "Math" implementation.

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit e052d9dc532be69c75b24973cf585865c02b63b2 Author: Gilles Sadowski AuthorDate: Sun Oct 17 02:03:42 2021 +0200

[commons-math] 02/11: Javadoc.

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit 6e745db40090bd62ae3d330e49510aa5764ee1fc Author: Gilles Sadowski AuthorDate: Tue Sep 28 21:08:37 2021 +0200

[commons-math] 01/11: Use "valueOf".

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit 5460d4d7559ccb93075ab52814a1fd5cef0f5665 Author: Gilles Sadowski AuthorDate: Tue Sep 28 11:56:02 2021 +0200

[commons-math] 06/11: Track changes.

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit ea8730aa2f21c71479ddb6432017e90eaf94faf8 Author: Gilles Sadowski AuthorDate: Sat Oct 16 02:23:17 2021 +0200

[commons-math] 09/11: Add files in new maven module.

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit b35167641afd36f32bb925e71abfda74080a2ebe Author: Gilles Sadowski AuthorDate: Sat Oct 16 10:48:27 2021 +0200

[commons-math] branch master updated (aa58ab0 -> e052d9d)

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git. from aa58ab0 Updated tests to use factory constructors for Statistics distributions new 5460d4d Use

[commons-math] 08/11: Remove non-applicable rules (SpotBugs).

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit 82ab48ce86d3e629e6dcb4a353591200e03bd319 Author: Gilles Sadowski AuthorDate: Sat Oct 16 10:39:20 2021 +0200

[commons-math] 03/11: Spurious "throws" clauses.

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit cb5f001821dfa44a18aa07b31b8c85425d0245fc Author: Gilles Sadowski AuthorDate: Wed Sep 29 01:00:15 2021 +0200

[commons-math] 04/11: MATH-1629: Throw "ArithmeticException" instead of "MathArithmeticException".

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit 39c47671f29b7c39e33931655f8d0833e10576c2 Author: Gilles Sadowski AuthorDate: Wed Sep 29 01:42:46 2021 +0200

[commons-math] 07/11: Adapt configuration to class being moved to another package.

2021-10-16 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit 26708f4b8d756385ede1d331e92246d835a1cb19 Author: Gilles Sadowski AuthorDate: Sat Oct 16 10:33:39 2021 +0200

[commons-statistics] branch master updated: STATISTICS-40: Test median matches the inverse CDF

2021-10-16 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git The following commit(s) were added to refs/heads/master by this push: new 5bdf4f8 STATISTICS-40: Test

[commons-lang] branch master updated: Bump biz.aQute.bndlib from 5.3.0 to 6.0.0 #814.

2021-10-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new d9d0018 Bump biz.aQute.bndlib from

[commons-lang] branch master updated (5911e92 -> e48665a)

2021-10-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git. from 5911e92 Close HTML tags in Javadoc and better parameter names. add e48665a Bump biz.aQute.bndlib from

[commons-io] branch master updated: Fixed ReaderInputStream not calling CharsetEncoder.flush issue #283.

2021-10-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 0b87b98 Fixed ReaderInputStream not

[commons-io] branch master updated: [IO-714] Fixed ReaderInputStream not calling CharsetEncoder.flush issue (#283)

2021-10-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new ec8e710 [IO-714] Fixed ReaderInputStream

[commons-io] branch master updated: Bump spotbugs-maven-plugin from 4.4.1 to 4.4.2 (#285)

2021-10-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 719a3ed Bump spotbugs-maven-plugin from

[commons-io] branch master updated: Bump checkstyle from 9.0 to 9.0.1 #279.

2021-10-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 584c189 Bump checkstyle from 9.0 to

[commons-io] branch dependabot/maven/org.moditect-moditect-maven-plugin-1.0.0.RC2 updated (63da810 -> 7f067a5)

2021-10-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.moditect-moditect-maven-plugin-1.0.0.RC2 in repository https://gitbox.apache.org/repos/asf/commons-io.git. discard 63da810 Bump moditect-maven-plugin from 1.0.0.RC1

[commons-io] branch master updated: Bump spotbugs-maven-plugin from 4.4.1 to 4.4.2 (#285)

2021-10-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new af228dc Bump spotbugs-maven-plugin from

[commons-cli] branch master updated: Use gav=true for maven badge to bypass semver problem with old artifact

2021-10-16 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git The following commit(s) were added to refs/heads/master by this push: new b434553 Use gav=true for maven badge to

[commons-statistics] branch master updated: Remove redundant median method

2021-10-16 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git The following commit(s) were added to refs/heads/master by this push: new c9b05ff Remove redundant median

[commons-statistics] 02/02: Upgrade spotbugs 3.1.11 to 4.4.2

2021-10-16 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git commit 8302fd9959e229e34a0eb386c73d5e650d8654fc Author: Alex Herbert AuthorDate: Sat Oct 16 15:46:57 2021 +0100

[commons-statistics] 01/02: STATISTICS-40: probability(x0, x1) to optionally use survival function

2021-10-16 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git commit 7fd09707d1ce8be7d9607f96e723e15dc1a94a6f Author: Alex Herbert AuthorDate: Sat Oct 16 10:14:36 2021 +0100

[commons-statistics] branch master updated (2b72bb3 -> 8302fd9)

2021-10-16 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git. from 2b72bb3 STATISTICS-41: Use factory constructors new 7fd0970 STATISTICS-40: probability(x0, x1)