[GitHub] commons-collections pull request #44: COLLECTIONS-687: Moved some JUnit 3 te...

2018-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-collections/pull/44 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-collections pull request #44: COLLECTIONS-687: Moved some JUnit 3 te...

2018-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-collections/pull/44 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[parent] cobertura dead, replace with jacoco?

2018-06-20 Thread Gary Gregory
It seems cobertura has not been updated since 2015 ( https://github.com/cobertura/cobertura/releases) and does not work on Java > 9: [INFO] [INFO] BUILD FAILURE [INFO]

Re: [parent] cobertura dead, replace with jacoco?

2018-06-20 Thread Pascal Schumacher
+1 Am 20.06.2018 um 22:37 schrieb Gary Gregory: It seems cobertura has not been updated since 2015 ( https://github.com/cobertura/cobertura/releases) and does not work on Java 9: [INFO] [INFO] BUILD FAILURE [INFO]

Re: [parent] release?

2018-06-20 Thread Pascal Schumacher
+1 Am 20.06.2018 um 19:58 schrieb Gary Gregory: Are we ready? Gary - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [parent] cobertura dead, replace with jacoco?

2018-06-20 Thread Rob Tompkins
+1 > On Jun 20, 2018, at 5:00 PM, Pascal Schumacher > wrote: > > +1 > >> Am 20.06.2018 um 22:37 schrieb Gary Gregory: >> It seems cobertura has not been updated since 2015 ( >> https://github.com/cobertura/cobertura/releases) and does not work on Java >>> 9: >> [INFO] >>

[ANNOUNCE] Apache Commons Build Plugin 1.9 Released

2018-06-20 Thread Rob Tompkins
[Not cross posted to @announce since this is internal to Commons] Apache Commons has released the Apache Commons Build Plugin 1.9. The Apache Commons Build Plugin is a Maven Plugin which can be used by Apache Commons components. See: http://commons.apache.org/commons-build-plugin/

[GitHub] commons-collections pull request #44: Moved some JUnit 3 tests to JUnit 4

2018-06-20 Thread sfuhrm
GitHub user sfuhrm opened a pull request: https://github.com/apache/commons-collections/pull/44 Moved some JUnit 3 tests to JUnit 4 This pull request moves many JUnit 3 tests to JUnit 4 nomenclature. Actually this was the easy part without base class inheritance.

[GitHub] commons-collections issue #44: COLLECTIONS-687: Moved some JUnit 3 tests to ...

2018-06-20 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-collections/pull/44 [![Coverage Status](https://coveralls.io/builds/17597721/badge)](https://coveralls.io/builds/17597721) Coverage decreased (-0.007%) to 87.386% when pulling

Re: [DBCP] PStmtKey with SQL and catalog but not schema.

2018-06-20 Thread Gary Gregory
On Wed, Jun 20, 2018 at 8:54 AM Gary Gregory wrote: > On Wed, Jun 20, 2018 at 6:04 AM Mark Thomas wrote: > >> On 20/06/18 01:43, Gary Gregory wrote: >> > The PStmtKey class keys off of a SQL statement, catalog but not the >> schema. >> > >> > Since a catalog is usually a collection of schema,

[parent] release?

2018-06-20 Thread Gary Gregory
Are we ready? Gary

Re: [parent] release?

2018-06-20 Thread Rob Tompkins
That’s what I was thinking. Anyone else? > On Jun 20, 2018, at 1:58 PM, Gary Gregory wrote: > > Are we ready? > > Gary - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-text issue #83: (doc) Typo: 'RandomStringBuilder' -> 'RandomStringGe...

2018-06-20 Thread chtompki
Github user chtompki commented on the issue: https://github.com/apache/commons-text/pull/83 Looks good to me. Many thanks for the contribution. --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

[ANNOUNCE] Commons Release Plugin 1.3 Released.

2018-06-20 Thread Rob Tompkins
[This announcement is only going to the dev list.] The Apache Commons Release Plugin team is pleased to announce the release of Apache Commons Release Plugin 1.3. The Apache Commons Release Plugin is a collection of Java based Maven mojos for Apache Commons Release process. These mojos are

Re: [DBCP] PStmtKey with SQL and catalog but not schema.

2018-06-20 Thread Gary Gregory
On Wed, Jun 20, 2018 at 6:04 AM Mark Thomas wrote: > On 20/06/18 01:43, Gary Gregory wrote: > > The PStmtKey class keys off of a SQL statement, catalog but not the > schema. > > > > Since a catalog is usually a collection of schema, shouldn't we use the > > schema as part of this key? > > If

[GitHub] commons-text pull request #83: (doc) Typo: 'RandomStringBuilder' -> 'RandomS...

2018-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/83 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [LAZY][VOTE] Release Apache Commons Build Plugin Maven Mojo 1.9 based on RC1

2018-06-20 Thread Rob Tompkins
Here’s my +1, recognizing that I had a few typographical errors in the [VOTE] email. > On Jun 16, 2018, at 9:30 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Build Plugin Maven Mojo 1.8 was released, so I would like

[RESULT][LAZY][VOTE] Release Apache Commons Build Plugin Maven Mojo 1.9 based on RC1

2018-06-20 Thread Rob Tompkins
This [LAZY][VOTE] passes with a +1 from Gary Gregory, a +1 from myself, and no -1’s. I will perform the release promotion duties now. Many thanks. -Rob > On Jun 16, 2018, at 9:30 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache

[GitHub] commons-text pull request #83: (doc) Typo: 'RandomStringBuilder' -> 'RandomS...

2018-06-20 Thread josteitv
GitHub user josteitv opened a pull request: https://github.com/apache/commons-text/pull/83 (doc) Typo: 'RandomStringBuilder' -> 'RandomStringGenerator' You can merge this pull request into a Git repository by running: $ git pull https://github.com/josteitv/commons-text master

[GitHub] commons-text issue #83: (doc) Typo: 'RandomStringBuilder' -> 'RandomStringGe...

2018-06-20 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/83 [![Coverage Status](https://coveralls.io/builds/17589655/badge)](https://coveralls.io/builds/17589655) Coverage remained the same at 97.833% when pulling

Re: [DBCP] PStmtKey with SQL and catalog but not schema.

2018-06-20 Thread Mark Thomas
On 20/06/18 01:43, Gary Gregory wrote: > The PStmtKey class keys off of a SQL statement, catalog but not the schema. > > Since a catalog is usually a collection of schema, shouldn't we use the > schema as part of this key? If only the relationship was that simple. And consistent across vendors.