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

Prevent thread from being blocked by JDK-8 ConcurrentHashMap#computeIfAbsent() #2223

Merged
merged 1 commit into from Apr 9, 2021

Commits on Apr 9, 2021

  1. Prevent thread from being blocked by JDK-8 ConcurrentHashMap#computeI…

    …fAbsent()
    
    This is a workaround for JDK-8161372
    
    mybatis#1929
    https://groups.google.com/g/mybatis-user/c/iBTN98c0dP4/m/H6IJS-LzAQAJ
    
    We should drop this workaround once we drop Java 8 support or the fix is backported.
    harawata committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    2fc8ec0 View commit details
    Browse the repository at this point in the history