[commons-compress] branch master updated: record COMPRESS-584

2021-08-10 Thread peterlee
This is an automated email from the ASF dual-hosted git repository. peterlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git The following commit(s) were added to refs/heads/master by this push: new da22ecf record COMPRESS-584

[commons-compress] branch master updated: [COMPRESS-584] [COMPRESS-585] Fix IOUtils.readRange() can read more from a channel than asked for

2021-08-10 Thread peterlee
This is an automated email from the ASF dual-hosted git repository. peterlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git The following commit(s) were added to refs/heads/master by this push: new 2fe5825 [COMPRESS-584]

[commons-rng] branch master updated: Add exponential samplers to the sequential performance test

2021-08-10 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-rng.git The following commit(s) were added to refs/heads/master by this push: new 61a5484 Add exponential samplers to the

[commons-compress] branch master updated: else {if} -> else if.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new c3bc24b else {if} -> else if.

[commons-compress] branch master updated: Always use blocks.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new c00f900 Always use blocks. c00f900

[commons-compress] branch master updated: Remove trailing white spaces.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new 5bc35ee Remove trailing white

[commons-compress] branch master updated: Add missing annotations.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new b8cbf1a Add missing annotations.

[commons-compress] branch master updated: Fix attribution for COMPRESS-582 and PR 216.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new 51e464e Fix attribution for

[commons-compress] branch master updated: Allow BC break for internals of pack200 implementation when updating ASM from 3.2 to 7.0.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new 7a4e8ce Allow BC break for

[commons-compress] branch master updated: Update commons.bc.version.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new c358f42 Update commons.bc.version.

[commons-compress] branch master updated: [COMPRESS-582] Bump Pack200 packages from ASM 3.2 to 7.0 #216.

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new fd5db38 [COMPRESS-582] Bump

[commons-compress] branch master updated: COMPRESS-582: update harmony to ASM >= 7.0 (#216)

2021-08-10 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-compress.git The following commit(s) were added to refs/heads/master by this push: new f8b01d1 COMPRESS-582: update

[commons-rng] 01/03: Update class javadoc

2021-08-10 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-rng.git commit 86ac50d36d6661fcd5b304fe0fb30e2e1c0ce777 Author: aherbert AuthorDate: Mon Aug 9 22:22:24 2021 +0100 Update

[commons-rng] 02/03: Additional tests for ziggurat exponential sampler

2021-08-10 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-rng.git commit 68388c23255ae80ddca0e3361fd952cde72323ce Author: aherbert AuthorDate: Tue Aug 10 10:16:44 2021 +0100

[commons-rng] 03/03: Update ziggurat sampler performance test with inlining variations

2021-08-10 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-rng.git commit 1a9e193ea44d304151fef66e29c6be2021bed2a5 Author: aherbert AuthorDate: Tue Aug 10 13:08:42 2021 +0100 Update

[commons-rng] branch master updated (414b6b7 -> 1a9e193)

2021-08-10 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-rng.git. from 414b6b7 Fix Gaussian performance test new 86ac50d Update class javadoc new 68388c2 Additional

[commons-math] 03/04: Reduce build failure frequency.

2021-08-10 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 59573134d888f063be8fe3b9f0e72d17c6609049 Author: Gilles Sadowski AuthorDate: Tue Aug 10 12:43:23 2021 +0200

[commons-math] 01/04: Move tests for expected exceptions to "SimplexOptimizerTest" class.

2021-08-10 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 1fb5411a8119ec88bfdf5d1261afd6e3df73365a Author: Gilles Sadowski AuthorDate: Tue Aug 10 11:47:59 2021 +0200

[commons-math] branch master updated (9fd6725 -> aea043c)

2021-08-10 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 9fd6725 MATH-1623: Add unit tests for "HedarFukushimaTransform". new 1fb5411 Move tests for expected

[commons-math] 02/04: Unused "import".

2021-08-10 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 04d1b46525219aecf50a34a2bdfc4a4854173079 Author: Gilles Sadowski AuthorDate: Tue Aug 10 12:42:13 2021 +0200

[commons-math] 04/04: Function optimum is rarely found: Disable (comment out) test.

2021-08-10 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 aea043cffdd69d9cae1e22a2d580a0bf5aa022a4 Author: Gilles Sadowski AuthorDate: Tue Aug 10 12:44:01 2021 +0200

[commons-math] 03/03: MATH-1623: Add unit tests for "HedarFukushimaTransform".

2021-08-10 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 9fd6725d51e1106e3b07222bf11a96e2f2ca7b61 Author: Gilles Sadowski AuthorDate: Tue Aug 10 11:06:14 2021 +0200

[commons-math] 01/03: Unused field.

2021-08-10 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 061c6d2c3097d4402ec81db4d7817e2f2d00f1f9 Author: Gilles Sadowski AuthorDate: Tue Aug 10 10:22:12 2021 +0200

[commons-math] branch master updated (858ecda -> 9fd6725)

2021-08-10 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 858ecda MATH-1623: Remove duplicate unit tests. new 061c6d2 Unused field. new bdd6bc4 Unused

[commons-math] 02/03: Unused "import".

2021-08-10 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 bdd6bc4d134f63e72aef5d071524fb33cccb660e Author: Gilles Sadowski AuthorDate: Tue Aug 10 10:56:17 2021 +0200