Re: [commons-dbcp] branch master updated: [DBCP-547] Add a ConnectionFactory class name setting for BasicDataSource.createConnectionFactory() #33.

2019-07-10 Thread Gary Gregory
On Wed, Jul 10, 2019 at 11:52 AM Mark Thomas wrote: > On 10/07/2019 15:49, Gary Gregory wrote: > > > Without arguing about the merits of one kind of formatting vs. another... > > If you can configure the Eclipse formatter to do that, I'd consider it, > > otherwise, I'm not into what I'd call "art

Re: [ANNOUNCEMENT] Apache Commons Collections 4.4

2019-07-10 Thread Gary Gregory
On Wed, Jul 10, 2019 at 12:23 PM sebb wrote: > On Wed, 10 Jul 2019 at 13:39, Gary Gregory wrote: > > > > [Updated download page below] > > The Apache Commons team released Apache Commons Collections 4.4. > > > > The Apache Commons Collections package contains types that extend and > > augment th

Re: [bcel] Fixing integration build for JDK 13

2019-07-10 Thread Gary Gregory
Thank you for your PR, please see my comment there: Please update changes.xml. Gary On Wed, Jul 10, 2019 at 2:42 PM Tomo Suzuki wrote: > Hi BCEL maintainers, > > The JDK 13 travis builds have been failing because of a new behavior of > javap command (BCEL-323

[bcel] Fixing integration build for JDK 13

2019-07-10 Thread Tomo Suzuki
Hi BCEL maintainers, The JDK 13 travis builds have been failing because of a new behavior of javap command (BCEL-323 ). I raised a PR to fix the build: https://github.com/apache/commons-bcel/pull/31 . I appreciate if you can review/merge this. -- R

Re: [ANNOUNCEMENT] Apache Commons Collections 4.4

2019-07-10 Thread sebb
On Wed, 10 Jul 2019 at 13:39, Gary Gregory wrote: > > [Updated download page below] > The Apache Commons team released Apache Commons Collections 4.4. > > The Apache Commons Collections package contains types that extend and > augment the Java Collections Framework. > > Maintenance release. > > Ch

Re: [commons-dbcp] branch master updated: [DBCP-547] Add a ConnectionFactory class name setting for BasicDataSource.createConnectionFactory() #33.

2019-07-10 Thread Mark Thomas
On 10/07/2019 15:49, Gary Gregory wrote: > Without arguing about the merits of one kind of formatting vs. another... > If you can configure the Eclipse formatter to do that, I'd consider it, > otherwise, I'm not into what I'd call "artisanal formatting" ;-) The Eclipse setting you want is: Form

Re: [commons-dbcp] branch master updated: [DBCP-547] Add a ConnectionFactory class name setting for BasicDataSource.createConnectionFactory() #33.

2019-07-10 Thread Gary Gregory
On Tue, Jul 9, 2019 at 4:59 AM Mark Thomas wrote: > On 08/07/2019 21:42, Gary Gregory wrote: > > On Mon, Jul 8, 2019 at 11:23 AM Mark Thomas wrote: > > > >> On 08/07/2019 16:14, ggreg...@apache.org wrote: > >>> This is an automated email from the ASF dual-hosted git repository. > >>> > >>> ggreg

Re: [ANNOUNCEMENT] Apache Commons Collections 4.4

2019-07-10 Thread Gary Gregory
Thanks Sebb :-) On Tue, Jul 9, 2019 at 5:59 PM sebb wrote: > On Tue, 9 Jul 2019 at 15:34, Gary Gregory wrote: > > > > The Apache Commons team released Apache Commons Collections 4.4. > > > > The Apache Commons Collections package contains types that extend and > > augment the Java Collections F

[ANNOUNCEMENT] Apache Commons Collections 4.4

2019-07-10 Thread Gary Gregory
[Updated download page below] The Apache Commons team released Apache Commons Collections 4.4. The Apache Commons Collections package contains types that extend and augment the Java Collections Framework. Maintenance release. Changes in this version include: New features: o COLLECTIONS-715: Im