Skip to content

Support ordering of conditions [SPR-12219] #16833

@spring-projects-issues

Description

@spring-projects-issues

Phil Webb opened SPR-12219 and commented

Some Condition implementations are inherently more expensive to run than others. For example, Spring Boot's OnClassCondition is very cheap, where as OnBeanCondition takes much longer to evaluate.

By ordering conditions and sorting them before evaluation we should be able to improve performance.


Referenced from: commits 70b5f31

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions