Re: Nexus: Promotion Completed

2019-04-14 Thread Rob Tompkins
This isn’t our release plugin generating all these signatures. I’m not entirely sure what’s going on here, but it's clearly something silly. I’ll put this on the TODO list….feels like a COMMONSSITE jira right? -Rob > On Apr 14, 2019, at 6:47 PM, Nexus Repository Manager > wrote: > >

Re: [rng] Split and Jump functions

2019-04-14 Thread Alex Herbert
> On 14 Apr 2019, at 01:31, Gilles Sadowski wrote: > > Hello. > >> On 11/04/2019 13:22, Gilles Sadowski wrote: > [...] Not adding a dedicated method would mean everyone has to do this: JumpableUniformRandomProvider rng = (JumpableUniformRandomProvider)

[rng] upgrading commons parent 47 to 48

2019-04-14 Thread Alex Herbert
Is there anything in particular to look out for when upgrading the parent? Currently there are some version overrides that can be removed if updated to CP 48. I was just going to try it and inspect reports in a full site build. Alex

[RESULT][VOTE] Release Apache Commons Lang 3.9 based on RC2

2019-04-14 Thread Rob Tompkins
This vote passes with +1s from: Bruno Kinoshita: +1, Gary Gregory: +1, Rob Tompkins: +1. I will proceed with the release process. Many thanks, -Rob > On Apr 10, 2019, at 9:41 PM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache

Re: [VOTE] Release Apache Commons Lang 3.9 based on RC2

2019-04-14 Thread Rob Tompkins
Here’s my +1 Anyone else want to give it a look? If I don’t hear in the next few hours, I’ll tally the [RESULT]. Cheers, -Rob > On Apr 10, 2019, at 9:41 PM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Lang 3.8.1 was

Re: [crypto] Implementing HMAC and CMAC

2019-04-14 Thread Alex Remily
Circling back on this, I think I can use the AES-GCM mode of operation already provided as a GMAC to achieve what I'm looking for. If so, I probably won't put forth the effort to implement additional MACs. If it turns out that I do need a MAC algorithm that isn't already supported, I'll