[commons-dbcp] branch master updated: [DBCP-555] NPE when creating a SQLExceptionList with a null list.

2019-08-07 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 0f30edc [DBCP-555] NPE when creating a

[commons-dbcp] branch master updated: Javadoc.

2019-08-07 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 459b4b8 Javadoc. 459b4b8 is described b

[commons-rng] branch master updated: Change for loop to while loop.

2019-08-07 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 9b7a2d9 Change for loop to while loop. 9

[commons-rng] branch master updated: Correct benchmark to separate random source and the distribution.

2019-08-07 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 9fe757d Correct benchmark to separate ra

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

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

[commons-compress] branch master updated: add openjdk13 to travis builds

2019-08-07 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig 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 b0777e8 add openjdk13 to travis buil

Re: [commons-compress] branch master updated: try to get our JDK zoo working in Travis

2019-08-07 Thread Stefan Bodewig
On 2019-08-07, Gary Gregory wrote: > I think you are missing openjdk13, openjdk-ea now maps to 14 IIRC. If so then it hasn't been in there before my change either :-) Stefan

[commons-compress] branch master updated: try to get our JDK zoo working in Travis

2019-08-07 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig 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 911e4a5 try to get our JDK zoo worki

[commons-compress] branch master updated: COMPRESS-485 record change

2019-08-07 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig 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 4a10122 COMPRESS-485 record change 4

svn commit: r35159 - /dev/commons/dbcp/2.7.0-RC1/

2019-08-07 Thread ggregory
Author: ggregory Date: Wed Aug 7 13:53:01 2019 New Revision: 35159 Log: Delete Apache Commons DBCP 2.7.0 RC1. Removed: dev/commons/dbcp/2.7.0-RC1/

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

2019-08-07 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 commit 2fc901e9a94278e7d4ea46262d1c4cbf7d32f2af Merge: 9b3f4f9 4636da3 Author: Gary Gregory AuthorDate: Wed Aug 7 09:33

[commons-dbcp] branch release updated (9b3f4f9 -> 5ae7851)

2019-08-07 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 9b3f4f9 Update POM version numbers for Apache Commons DBCP release 2.7.0 add e91f8b7 Fix up pom hash

[commons-dbcp] 02/02: Bump to next development version

2019-08-07 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 commit 5ae78515337fdd87e912a1c447930ba3051e3d2f Author: Gary Gregory AuthorDate: Wed Aug 7 09:50:40 2019 -0400 Bum

[commons-dbcp] branch master updated (4636da3 -> 5ae7851)

2019-08-07 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-dbcp.git. from 4636da3 Explain why needed add aa3c5e9 Fix the site's source repository link. add 64e2d9e Add sl

svn commit: r1864625 - /commons/cms-site/trunk/conf/component_releases.properties

2019-08-07 Thread ggregory
Author: ggregory Date: Wed Aug 7 13:49:30 2019 New Revision: 1864625 URL: http://svn.apache.org/viewvc?rev=1864625&view=rev Log: Apache Commons DBCP 2.7.0. Modified: commons/cms-site/trunk/conf/component_releases.properties Modified: commons/cms-site/trunk/conf/component_releases.properties

[commons-compress] branch master updated: COMPRESS-485 keep zip entries order in parallel zip creation

2019-08-07 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig 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 38342b8 COMPRESS-485 keep zip entrie

[commons-rng] branch master updated: Remove unused import

2019-08-07 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 0bd3700 Remove unused import 0bd3700 is

[commons-io] branch master updated: [IO-613] Add classes ClosedReader and CloseShieldReader. Closes #84. Applied modified patch from Rob Spoor.

2019-08-07 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 3816c57 [IO-613] Add classes ClosedReader

[commons-rng] 02/03: RNG-109: Delegate sampling in probability collection sampler.

2019-08-07 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 341af54ecbef6988b28be8ca4ec1db246362f4d5 Author: aherbert AuthorDate: Tue Aug 6 14:54:16 2019 +0100 RNG-109:

[commons-rng] 03/03: RNG-109: Track changes.

2019-08-07 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 f6d59a14140e907d2c09f309598610f12be9ecdc Author: Alex Herbert AuthorDate: Wed Aug 7 13:03:23 2019 +0100 RNG-

[commons-rng] 01/03: RNG-109: Benchmark enumerated probability distributed samplers.

2019-08-07 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 855915bb0f5a2cb23158441869928ad7cd49a165 Author: aherbert AuthorDate: Tue Aug 6 14:56:27 2019 +0100 RNG-109:

[commons-rng] branch master updated (a85dd39 -> f6d59a1)

2019-08-07 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 a85dd39 Exclude local maven meta-data from checkstyle. new 855915b RNG-109: Benchmark enumerated probab

[commons-jexl] branch master updated: JEXL-309: generate comment lines when replacing verbatims in templates to keep line number in sync Task #JEXL-309 - Line numbers are not correct when template gen

2019-08-07 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 ca41392 JEXL-309: generate comment lines