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
How would jmxutils know it is an attribute? How would it distinguish ThreadPoolExecutor.allowsCoreThreadTimeOut() from ThreadPoolExecutor.prestartCoreThread()?
We should support non-javabean attributes like:
ThreadPoolExecutor.allowsCoreThreadTimeOut
ThreadPoolExecutor.allowCoreThreadTimeOut(true)
The text was updated successfully, but these errors were encountered: