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 3.0) #2263

Merged

Commits on Sep 12, 2024

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

    …different number of arguments (backport to 3.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
    ea060fb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix

    Igor-Mukhin committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e7640b8 View commit details
    Browse the repository at this point in the history
  2. fix

    Igor-Mukhin committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    27a8498 View commit details
    Browse the repository at this point in the history
  3. fix

    Igor-Mukhin committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    52fc703 View commit details
    Browse the repository at this point in the history
  4. fix

    Igor-Mukhin committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c007184 View commit details
    Browse the repository at this point in the history