Re: [BeanUtils] Release 2.0.0 soonish

2018-10-05 Thread Gary Gregory
On Fri, Oct 5, 2018 at 1:01 PM Simon Ochsenreither wrote: > Hi Gary, > > I added the Automatic Module Name and sent a PR request > (https://github.com/apache/commons-beanutils/pull/4) a while ago ... is > there > anything I can do to help moving this forward? > In svn trunk now. Tracking with ht

Re: [BeanUtils] Release 2.0.0 soonish

2018-10-05 Thread Simon Ochsenreither
Hi Gary, I added the Automatic Module Name and sent a PR request (https://github.com/apache/commons-beanutils/pull/4) a while ago ... is there anything I can do to help moving this forward? Thanks, Simon

[GitHub] commons-rng issue #11: RNG-57: Cache values for nextBoolean() and nextInt()

2018-10-05 Thread aherbert
Github user aherbert commented on the issue: https://github.com/apache/commons-rng/pull/11 [RNG-58](https://issues.apache.org/jira/browse/RNG-58) addresses the setting of the state, allowing state to be stored at any level of the hierarchy below `BaseProvider`. This PR has be