Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Complete
-
1.7.4 (Gosling SR4), 1.8.2 (Hopper SR2), 1.0.0.APACHE-GEODE-INCUBATING-M2
Description
When using Spring Data GemFire together with other Spring Data Modules (like MongoDB) then Spring Data GemFire does not filter for own repositories (strict repository configuration mode).
Spring Data GemFire should only implement repositories for which it can identify a responsibility (either by the implemented base repository GemfireRepository or entities annotated with @Region). GemfireRepositoryConfigurationExtension should provide getIdentifyingAnnotations() and getIdentifyingTypes().
See MongoRepositoryConfigurationExtension for the MongoDB Configuration Support.
Original reporter: [email protected]