You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With multiple Spring Data modules in place the configuration infrastructure consults each module and calls RepositoryConfigurationExtensionSupport.isStrictRepositoryCandidate(…). That in turn returns true if the collection of identifying annotations is empty, which is the default implementation. That results in a Spring Data module not actively implemented to support the strict configuration mode to claim all repositories resulting e.g. in bean definition override errors in Spring Boot
Affects: 1.13.23 (Ingalls SR23), 2.1.11 (Lovelace SR11), 2.2 GA (Moore)