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

2018-07-13 Thread Gilles
On Fri, 13 Jul 2018 15:07:30 -0400, Rob Tompkins wrote: I just pulled your user guide changes in to my 1.1 branch. Will that cover it? It's the one occurrence which I found of the moved module; but, as I wrote, I still can't make "mvn site" work... Regards, Gilles On Jul 12, 2018, at 8:18 A

[Collections] Next

2018-07-13 Thread Gary Gregory
Hi all, Now that 4.2 is out I think we should update to Java 8 and adapt to lambda. Gary

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

2018-07-13 Thread Rob Tompkins
I just pulled your user guide changes in to my 1.1 branch. Will that cover it? > On Jul 12, 2018, at 8:18 AM, Gilles wrote: > > 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:

Re: Porting URIBuilder call sites

2018-07-13 Thread Gary Gregory
On Fri, Jul 13, 2018 at 12:38 PM Pascal Schumacher wrote: > I guess this was send to the wrong mailing list? > Yep, sorry. Gary > > Am 12.07.2018 um 17:22 schrieb Gary Gregory: > > Hi All, > > > > I just had to port this 'nice' fluent code: > > > > final String uri = new URIBuilde

Re: Porting URIBuilder call sites

2018-07-13 Thread Pascal Schumacher
I guess this was send to the wrong mailing list? Am 12.07.2018 um 17:22 schrieb Gary Gregory: Hi All, I just had to port this 'nice' fluent code: final String uri = new URIBuilder() .setScheme(scheme) .setHost("localhost") .setUse