Re: JEP 411: methods in j.u.c.Executors

2021-04-28 Thread Sean Mullan
On 4/20/21 12:06 PM, Anthony Vanelverdinghe wrote: The JEP should also address the following methods in java.util.concurrent.Executors: privilegedCallable, privilegedCallableUsingCurrentClassLoader​, privilegedThreadFactory Since AccessController et al. will be terminally deprecated, I'd ass

JEP 411: methods in j.u.c.Executors

2021-04-20 Thread Anthony Vanelverdinghe
The JEP should also address the following methods in java.util.concurrent.Executors: privilegedCallable, privilegedCallableUsingCurrentClassLoader​, privilegedThreadFactory Since AccessController et al. will be terminally deprecated, I'd assume these methods should be as well. Kind regards, Ant