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

Fixes coalesce and case operators in multithreaded environments with different number of arguments (backport to 4.0) #2262

Merged

Commits on Sep 12, 2024

  1. Fixes coalesce and case operators in multithreaded environments with …

    …different number of arguments (backport to 4.0)
    
    The bug is described in the issue eclipse-ee4j#2136.
    
    TestArgumentListFunctionExpressionConcurrency.java - adds tests that reproduce the bug.
    ExpressionOperator.java - fixes getArgumentIndices by disabling the caching of the dynamically created argument indexes.
    Igor-Mukhin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    eb41f77 View commit details
    Browse the repository at this point in the history