Skip to content

Generated-code for LinkedHashMap is missing static keyword #34661

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

Closed
github-actions bot opened this issue Mar 27, 2025 · 1 comment
Closed

Generated-code for LinkedHashMap is missing static keyword #34661

github-actions bot opened this issue Mar 27, 2025 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: backport An issue that is a backport of another issue to a maintenance branch type: bug A general bug
Milestone

Comments

@github-actions
Copy link
Contributor

Backport of gh-34659

@github-actions github-actions bot added in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: backport An issue that is a backport of another issue to a maintenance branch type: bug A general bug labels Mar 27, 2025
@github-actions github-actions bot added this to the 6.1.19 milestone Mar 27, 2025
@snicoll snicoll self-assigned this Mar 27, 2025
snicoll added a commit that referenced this issue Mar 27, 2025
This commit updates the tests of property values code generated to
invoke the generated code from a `static` context. This ensures that
the test fails if that's not the case.

This commit also updated LinkedHashMap handling that did suffer from
that problem.

Closes gh-34661
Copy link
Contributor Author

Fixed via b7654dd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: backport An issue that is a backport of another issue to a maintenance branch type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant