bug in SofaThreadPoolTaskExecutor threadPoolName setter · Issue #69 · sofastack/sofa-common-tools · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used as Spring bean, property setter method is called before init method (bean lifecycle). Thus, executor is null when calling threadPoolName's setter method, which results to NPE.