SPI fragment can not be introduced by @NoRepositoryBean
#3212
Labels
for: team-attention
An issue we need to discuss as a team to make progress
status: on-hold
We cannot start working on this issue yet
type: enhancement
A general enhancement
Thanks to 4df7a16, Spring Data can introduce SPI fragments by specifying them in
spring.factories
, it works fine if repository extends the SPI interface, but it will fails if repository extends an@NoRepositoryBean
base repository which extends the SPI interface.Given:
Following interface hierarchies works:
Following interface hierarchies fails:
Here is reproducer project spifragment.zip
.
The text was updated successfully, but these errors were encountered: