spring-framework/spring-aop/src
Phillip Webb 472c23455a Add AotServices class to replace AotFactoriesLoader
Add an `AotServices` class to replace `AotFactoriesLoader`. The
replacement class allow instances to be loaded from just the
`aot.factories` file if required. It also retains a link to the bean
names so that a `findByBeanName(...)` method can be provided.

See gh-28833
2022-07-27 19:25:28 +01:00
..
main Deprecate ListenableFuture in favor of CompletableFuture 2022-07-27 12:41:35 +02:00
test Add AotServices class to replace AotFactoriesLoader 2022-07-27 19:25:28 +01:00
testFixtures/java/org/springframework/aop/testfixture Generate appropriate bean registration code for scoped proxies 2022-04-26 15:03:54 +02:00