Apply initializers and bean registrations before registering classes
Previously, classes were registered first which meant that their conditions were evaluated before any initializers and bean registrations were applied. This prevented the bean registrations and initializers from affecting the outcome of the condition evaluation. This commit inverts the ordering so that classes are not registerd, and therefore their conditions are not evaluated, until after the bean registrations and initializers have been applied. Closes gh-31280pull/31304/head
parent
e30391ca7a
commit
62f40f2c38
Loading…
Reference in New Issue