Revert "Auto-configure DataLoaderRegistrar components"

This reverts commit 36a84f58bd.
This commit is contained in:
Brian Clozel
2021-11-25 10:50:59 +01:00
parent f498407087
commit b9932735db
6 changed files with 7 additions and 49 deletions

View File

@@ -258,10 +258,6 @@ public class BookController {
}
----
`BatchLoaderRegistry` is itself a `DataLoaderRegistrar`, as it will register `DataLoader` instances for each request.
Applications can also contribute other `DataLoaderRegistrar` instances as components - they will be configured with
the `ExecutionGraphQlService` automatically.
@@ -455,7 +451,6 @@ By default, `@GraphQlTest` limits scanning to the following beans:
- `@Controller`
- `RuntimeWiringConfigurer`
- `DataLoaderRegistrar`
- `JsonComponent`
- `Converter`
- `GenericConverter`