spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.

Home Page:https://spring.io/projects/spring-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add SPI mechanism for ahead-of-time repository fragment registration

mp911de opened this issue · comments

Right now, we scan for fragments on the class path and either register fragments to the BeanFactory or use existing beans. It would be neat to have mechanism to register fragments for a particular repository upfront so that fragments can be provided as already-discovered collection of implementation classes for repository inclusion.