Re: [configuration] Reloading properties does not work as expected

2018-01-31 Thread Oliver Heger
Hi, Am 30.01.2018 um 10:18 schrieb Paul Wellner Bou: > Good morning, > > i am trying to implement a reloadable property using commons-reloading2 > (2.2), without success. I tried to follow the (outdated) examples on >

Re: [POOL] EvictionTimer daemon thread

2018-01-31 Thread Gary Gregory
On Wed, Jan 31, 2018 at 1:49 AM, Mark Thomas wrote: > On 31/01/18 08:15, Bruno P. Kinoshita wrote: > > Not sure if it was intentional. > > > > But here's the reason: https://github.com/apache/commons-pool/commit/ > 4a20cdca923bd342360f821d7020538e985d9ec2#diff- >

Re: [POOL] EvictionTimer daemon thread

2018-01-31 Thread Mark Thomas
On 31/01/18 08:15, Bruno P. Kinoshita wrote: > Not sure if it was intentional. > > But here's the reason: > https://github.com/apache/commons-pool/commit/4a20cdca923bd342360f821d7020538e985d9ec2#diff-38e254894b87bdf9a1758778c7ffd50fL167 > > Instead of a `new Timer("", /* isDaemon */ true)`, now

Re: [POOL] EvictionTimer daemon thread

2018-01-31 Thread Bruno P. Kinoshita
Not sure if it was intentional. But here's the reason: https://github.com/apache/commons-pool/commit/4a20cdca923bd342360f821d7020538e985d9ec2#diff-38e254894b87bdf9a1758778c7ffd50fL167 Instead of a `new Timer("", /* isDaemon */ true)`, now we have an implementation of `ThreadFactory` that when