The field reference in RepositoryRestMvcConfiguration causes a strong, eager reference to all configurations that expose a BackendIdConverter bean although it's only needed when the PluginRegistry for them has to be created. Moving the lookup to the bean method declaration of backendIdConverterRegistry(…) solves the issue.