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

Fallback to reflection if building lambda instance fails. #683

Merged

Commits on Oct 4, 2023

  1. Fallback to reflection if building lambda instance fails.

    In some Java versions (9 and 11 at least, others not tested) the call to LambdaMetafactory fails with a mysterious "invalid bytecode" error. Instead of trying to hack our way around the quirks of an already-deprecated java version, we simply fall back to calling the method via reflection. It's slower but it works.
    
    Closes Netflix#682
    rgallardo-netflix committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4bd504c View commit details
    Browse the repository at this point in the history