Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HikariPool - fix major bug with usage of com.zaxxer.hikari.blockUntilFilled in JDK 11 and later #1605

Commits on Jun 22, 2020

  1. Due to change in JDK-11 and later in ThreadPoolExecutor.java, setMaxi…

    …mumPoolSize needs to be done before setCorePoolSize, the current implementation throws IllegalArgumentException and hence prefilling of connections by setting com.zaxxer.hikari.blockUntilFilled is broken.
    rampr_000 committed Jun 22, 2020
    Copy the full SHA
    9c52fc5 View commit details
    Browse the repository at this point in the history