Files
spring-data-commons/src/main/java/org/springframework/data
Mark Paluch d5761c7c8d DATACMNS-1389 - Reorder repository candidate check.
We now check whether to use the repository configuration as last check to clarify store module responsibility first. This allows to place store-specific checks in RepositoryConfigurationExtensionSupport.useRepositoryConfiguration(…) such as rejecting reactive repositories for a store module that does not support reactive repositories

Previously, we called useRepositoryConfiguration(…) before checking whether the actual repository interface is handled by the store module. This resulted in rejection of reactive repositories by store modules that do not provide reactive support whereas the repository did not belong to the actual store module.

Related ticket: DATACMNS-1174.
2018-09-10 12:12:49 +02:00
..
2018-04-12 14:34:24 +02:00
2018-01-12 12:28:38 +01:00
2018-08-17 13:09:04 +02:00