Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Exception in HystrixThreadPoolDefault.touchConfig() on Java 11
Java 11 ThreadPoolExecutor.setCorePoolSize() throws an IllegalArgumentException if the new coreSize is larger than the current maximumPoolSize. Similarly, setMaximumPoolSize() throws an exception if the new value is less than the current coreSize.
- Loading branch information