Re: [rng] commons-rng-jmh module?

2018-07-12 Thread Gilles
On Wed, 11 Jul 2018 20:16:26 -0400, Rob Tompkins wrote: On Jul 11, 2018, at 7:05 PM, Gilles wrote: On Wed, 11 Jul 2018 12:54:56 -0400, Rob Tompkins wrote: Also isn’t removing a module a bc - incompatible change? The benchmarking code is/was not part of the functionality. On Jul 11, 2018, a

Porting URIBuilder call sites

2018-07-12 Thread Gary Gregory
Hi All, I just had to port this 'nice' fluent code: final String uri = new URIBuilder() .setScheme(scheme) .setHost("localhost") .setUserInfo(userInfo) .setPort(proxyPort) .setPath(path) .s

Re: [BeanUtils] Release 2.0.0 soonish

2018-07-12 Thread Gary Gregory
Long term I think we can get rid of the dependency on Commons Collection by updating to Java 8 and lambas. So an incremental plan could be: - Now: BeanUtils 1.x (commons-beanutils) depends on Commons Collection 3 (commons-collections). - Next: BeanUtils 2.x (commons-beanutils2) depends on Commons

[VOTE] Release Apache Commons DBCP 2.5.0 based on RC1

2018-07-12 Thread Gary Gregory
We have fixed quite a few bugs and added some significant enhancements since Apache Commons DBCP 2.4.0 was released, so I would like to release Apache Commons DBCP 2.5.0. The most significant change is support for JDCB 4.2 which now requires Java 8. Apache Commons DBCP 2.5.0 RC1 is available for