spring-framework/spring-beans
Stephane Nicoll 0d2bfc926f Apply consistent ordering in hierarchical contexts
Previously, if `@Order` is specified on a `@Bean` method, and the
candidate bean is defined in a parent context, its order wasn't taken
into account when retrieving the bean from a child context.

This commit makes sure the metadata of a bean is taken into
consideration in all cases.

Closes gh-29105
2022-09-13 07:23:22 +02:00
..
src Apply consistent ordering in hierarchical contexts 2022-09-13 07:23:22 +02:00
spring-beans.gradle Upgrade to Gradle 7.2 2021-09-13 09:37:35 +02:00