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

Support record parameter containers #42642

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Support record parameter containers #42642

merged 1 commit into from
Aug 26, 2024

Commits on Aug 20, 2024

  1. Support record parameter containers

    Also unify the parameter container detection code paths
    Make sure we do not turn record parameter containers into beans
    For records, we store every contructor parameter in a local variable
    until we have enough to call the constructor via a generated static
    method.
    
    Fixes quarkusio#19686
    FroMage committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9206f88 View commit details
    Browse the repository at this point in the history