[commons-rng] branch master updated: Fixed javadoc link tags.

2019-07-31 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 5e3467c Fixed javadoc link tags. 5e3467c

[commons-rng] 03/07: Checkstyle check to fail on violation.

2019-07-31 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 4214719b81381e0a7760ba3f7814bf019dcf7806 Author: Alex Herbert AuthorDate: Wed Jul 31 23:13:29 2019 +0100 Che

[commons-rng] 04/07: Add code coverage test for large FactorialLog cache size.

2019-07-31 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 c57635db14a2cd1931124c2de975486637e9d61c Author: Alex Herbert AuthorDate: Wed Jul 31 23:22:15 2019 +0100 Add

[commons-rng] 07/07: Add edge case for sampler pair rejection.

2019-07-31 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 22add40d908f3ae8f71d96e472b726c2e4e6ccf9 Author: Alex Herbert AuthorDate: Thu Aug 1 00:40:12 2019 +0100 Add

[commons-rng] branch master updated (63420f6 -> 22add40)

2019-07-31 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 63420f6 RNG-110: Track changes. new 03c2e99 Remove unused imports. new cd01dae Remove trailing wh

[commons-rng] 05/07: Test the LargeMeanPoissonSampler at small mean.

2019-07-31 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 6ba157e75e5be90fd98f72535b36f9f6a25a5d85 Author: Alex Herbert AuthorDate: Wed Jul 31 23:35:38 2019 +0100 Tes

[commons-rng] 02/07: Remove trailing whitespace.

2019-07-31 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 cd01dae6cac87d506055f31e7b6b7eeb3ae985ff Author: Alex Herbert AuthorDate: Wed Jul 31 23:13:42 2019 +0100 Rem

[commons-rng] 01/07: Remove unused imports.

2019-07-31 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 03c2e99f6f45bd24246fede99f25117d90d8c7d9 Author: Alex Herbert AuthorDate: Wed Jul 31 23:00:52 2019 +0100 Rem

[commons-rng] 06/07: Use constructor for NormalisedGaussianSamplers.

2019-07-31 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 3189b3b5a6a6b577e076756910e22169f8a25d51 Author: Alex Herbert AuthorDate: Thu Aug 1 00:39:55 2019 +0100 Use

[commons-rng] 08/08: RNG-110: Track changes.

2019-07-31 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 63420f65cba6fb75516a76c0edb0d963522a710e Author: Alex Herbert AuthorDate: Wed Jul 31 22:47:12 2019 +0100 RNG

[commons-rng] 01/08: RNG-110: Add SharedStateDiscreteSampler and SharedStateContinuousSampler

2019-07-31 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 789dc713ccd9f66dd90cdd4780758ba3ca714d6d Author: Alex Herbert AuthorDate: Fri Jul 19 18:16:18 2019 +0100 RNG

[commons-rng] 03/08: RNG-110: Return the specialised delegate from withUniformRandomProvider.

2019-07-31 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 376bd5aa516171c00a70ebd32d1ecbe8925ef1b8 Author: Alex Herbert AuthorDate: Fri Jul 19 21:42:33 2019 +0100 RNG

[commons-rng] 06/08: RNG-110: Provide factory constructors for released samplers.

2019-07-31 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 756c2512e788975384e1f6ea76744424f0dfd911 Author: Alex Herbert AuthorDate: Sun Jul 21 11:50:31 2019 +0100 RNG

[commons-rng] 02/08: RNG-110: Make distributions samplers implement SharedStateXXXSampler.

2019-07-31 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 4b43e805fd856296fd1de450c62a9ce8fb3be011 Author: Alex Herbert AuthorDate: Fri Jul 19 21:21:57 2019 +0100 RNG

[commons-rng] 07/08: RNG-110: Fix javadoc and formatting.

2019-07-31 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 57ac9f078a43ef062f2a4faa6a78462f8ed42e05 Author: Alex Herbert AuthorDate: Tue Jul 30 21:13:34 2019 +0100 RNG

[commons-rng] 04/08: RNG-110: PMD rule exceptions to allow Sampler factory constructors.

2019-07-31 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 6da71403f9cb59cf112823715fdc9b57d15084d1 Author: Alex Herbert AuthorDate: Fri Jul 19 22:32:22 2019 +0100 RNG

[commons-rng] branch master updated (2e1fc04 -> 63420f6)

2019-07-31 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 2e1fc04 Specify trusty to allow use of openjdk7 in the build matrix. new 789dc71 RNG-110: Add SharedSta

[commons-rng] 05/08: RNG-110: Provide factory constructors for unreleased samplers.

2019-07-31 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 b3a439bab6a71828b9d3426b37c895492de9a2ca Author: Alex Herbert AuthorDate: Fri Jul 19 22:08:50 2019 +0100 RNG

[commons-rng] branch master updated: Specify trusty to allow use of openjdk7 in the build matrix.

2019-07-31 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 2e1fc04 Specify trusty to allow use of o

[commons-rng] branch master updated: Simplify shared state implementations using NormalizedGaussianSampler.

2019-07-31 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 f1ddb11 Simplify shared state implementa

[commons-release-plugin] branch master updated: Normalize test to lower case.

2019-07-31 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-release-plugin.git The following commit(s) were added to refs/heads/master by this push: new 250f9f7 Normalize test to low

[commons-dbcp] branch release updated (6b62b0e -> 9b3f4f9)

2019-07-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git. from 6b62b0e Revert "Fix the site's source repository link." add 344a050 Update tests from H2 1.4.196 to 1

Nexus: Staging Completed

2019-07-31 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Close Apache Commons DBCP 2.7.0 RC1.Deployer properties:"userAgent" = "Apache-Maven/3.6.1 (Java 1.8.0_221; Windows 10 10.0)""userId" = "ggregory""ip" = "98.180.85.176"Details:The following artifacts have been staged/org/apache/commons/commons-d

svn commit: r35077 - in /dev/commons/dbcp/2.7.0-RC1: ./ binaries/ site/ site/apidocs/ site/apidocs/org/ site/apidocs/org/apache/ site/apidocs/org/apache/commons/ site/apidocs/org/apache/commons/dbcp2/

2019-07-31 Thread ggregory
Author: ggregory Date: Wed Jul 31 13:24:42 2019 New Revision: 35077 Log: Staging release: commons-dbcp2, version: 2.7.0 [This commit notification would consist of 187 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

Nexus: Staging Repository Dropped

2019-07-31 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Drop Apache Commons DBCP 2.7.0 RC1, no vote sent.Deployer properties:"userAgent" = "Apache-Maven/3.6.1 (Java 1.8.0_221; Windows 10 10.0)""userId" = "ggregory""ip" = "98.180.85.176"Details:The orgapachecommons-1456 staging repository has been dr

[commons-release-plugin] branch master updated: Remove comment.

2019-07-31 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-release-plugin.git The following commit(s) were added to refs/heads/master by this push: new bd2ed8c Remove comment. bd2ed

[commons-release-plugin] branch master updated: Javadoc fixes.

2019-07-31 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-release-plugin.git The following commit(s) were added to refs/heads/master by this push: new 2b159df Javadoc fixes. 2b159d

[commons-build-plugin] branch master updated: Update for next release.

2019-07-31 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-build-plugin.git The following commit(s) were added to refs/heads/master by this push: new fa4753d Update for next release

[commons-dbcp] annotated tag commons-dbcp-2.7.0-RC1 created (now f9a81f5)

2019-07-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to annotated tag commons-dbcp-2.7.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git. at f9a81f5 (tag) tagging 9b3f4f9bbff1be4afd992f68a388faf9b8cbf907 (commit) replaces co

[commons-dbcp] 01/02: Merge branch 'master' into release

2019-07-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-dbcp-2.7.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git commit 50bae945de40a602f5746957bf389cb38c9f Merge: 6b62b0e 87d9e3a Author: Gary Gregory Auth

[commons-dbcp] 02/02: Update POM version numbers for Apache Commons DBCP release 2.7.0

2019-07-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-dbcp-2.7.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git commit 9b3f4f9bbff1be4afd992f68a388faf9b8cbf907 Author: Gary Gregory AuthorDate: Wed Jul 31 08:4

[commons-dbcp] branch master updated: Preparing for RC.

2019-07-31 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-dbcp.git The following commit(s) were added to refs/heads/master by this push: new 87d9e3a Preparing for RC. 87d9e3a is de

[commons-dbcp] branch master updated: Prepare for the next release.

2019-07-31 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-dbcp.git The following commit(s) were added to refs/heads/master by this push: new 1a3c8ac Prepare for the next release. 1

[commons-jexl] branch master updated: JEXL-308: improve overload method selection, simplify most-applicable method selection, add tests Task #JEXL-308 - Improve overloaded method selection

2019-07-31 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 09c8ca8 JEXL-308: improve overload method

[commons-jexl] tag v4.0-snapshot.1 created (now 2d0d32e)

2019-07-31 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to tag v4.0-snapshot.1 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git. at 2d0d32e (commit) This tag includes the following new commits: new d1753ba For-Remove statement al