spring-boot/spring-boot-project/spring-boot-autoconfigure
Phillip Webb 95a8fa561c Correctly order @AutoConfigureAfter values when sorting
Update `AutoConfigurationSorter` so that `getClassesRequestedAfter()`
results are sorted to match the earlier name/order sorting. Prior to
this commit the order of items added via `@AutoConfigureAfter` was in
an undetermined order which could cause very subtle `@ConditionalOnBean`
bugs.

Thanks very much to Alexandre Baron for their help in diagnosing and
reproducing this issue.

Fixes gh-38904
2023-12-22 08:20:25 -08:00
..
src Correctly order @AutoConfigureAfter values when sorting 2023-12-22 08:20:25 -08:00
build.gradle Build against UCP and JDBC driver for Oracle Database variant ucp11 2023-12-05 11:40:35 +01:00