Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add AOT support for immutable configuration properties #31247

Closed
snicoll opened this issue Jun 3, 2022 · 0 comments
Closed

Add AOT support for immutable configuration properties #31247

snicoll opened this issue Jun 3, 2022 · 0 comments
Assignees
Labels
theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Jun 3, 2022

The engine require special handling for immutable configuration properties as these are handled by a specific bean definition. Trying to use them with AOT at the moment lead the context to try to autowire the constructor (i.e. with regular beans).

@snicoll snicoll added type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing labels Jun 3, 2022
@snicoll snicoll added this to the 3.0.0-M4 milestone Jun 3, 2022
@snicoll snicoll self-assigned this Jun 7, 2022
@snicoll snicoll closed this as completed in ac16432 Jun 7, 2022
snicoll added a commit that referenced this issue Jun 7, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant