[text] RandomStringGenerator as replacement for RandomStringUtils

2017-06-19 Thread Wilson MacGyver
Hi, After upgrading to commons-lang 3.6 I noticed RandomStringUtils has been deprecated in favor of RandomStringGenerator in commons-text currently I'm using it by passing a character array that has a mix of characters and symbols. I'm also using SecureRandom as the random source I'm not at all

Re: [Re] Proper use of Executors

2017-06-19 Thread Siegfried Goeschl
Staying tuned :-) > On 5 Jun 2017, at 13:59, Chris Gamache wrote: > > Hi Siegfried, > > I have implemented the executor watchdogs and shutdown hooks. I will know if > our efforts have been fruitful when we make our first restart which I'm sure > will be soon. I promise