Closed
Description
Affects: \6.1.4
We have encountered an issue where RepositoryFactoryInformation is no longer autowired correctly.
E.g.
@Service public class MyService { private final List<RepositoryFactoryInformation<?, ?>> repositoryFactoryInformations; private final List<JpaRepositoryFactoryBean<?, ?, ?>> jpaRepositoryFactoryBeans;
JpaRepositoryFactoryBean is found, but RepositoryFactoryInformation is not, although JpaRepositoryFactoryBean also implements RepositoryFactoryInformation.
A small project with a more complete description and reproduction is available here: https://github.com/Pinusar/RepositoryFactoryInformationBug
The issue might be related to this commit: 0e9eab5#diff-bc3adc4d2ff654e867247e2887b0f6e738b2d07bc55f6ff45328d406be53c74f