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

Add AOT contribution to determine bean order upfront #31649

Open
snicoll opened this issue Nov 22, 2023 · 0 comments
Open

Add AOT contribution to determine bean order upfront #31649

snicoll opened this issue Nov 22, 2023 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Nov 22, 2023

#30849 will introduce a BeanDefinition attribute that defines the order value of the related bean. As we need to take that attribute into account, adding an additional contribution that sets the attribute regardless can avoid looking up for an order, and support this new use case.

@snicoll snicoll added type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing labels Nov 22, 2023
@snicoll snicoll added this to the 6.1.x milestone Nov 22, 2023
@snicoll snicoll self-assigned this Nov 22, 2023
@bclozel bclozel modified the milestones: 6.1.x, 6.2.x Dec 18, 2023
@jhoeller jhoeller added the in: core Issues in core modules (aop, beans, core, context, expression) label Jan 4, 2024
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: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants