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
I have a Base Repository where i extend from JpaRepository. Then i extend from my own BaseRepository to create an ItemBaseRepository. (Both annotated with @NoRepositoryBean). Finally i define my Repository by extending ItemBaseRepository.
The Problem is the custom functions defined in my own BaseRepository are not implemented they are still abstract. If you remove the ItemBaseRepository so that the ItemRepoistory directly extends from my BaseRepository it works.
With SpringBoot there are no issues when extending twice.
Describe the bug
I have a Base Repository where i extend from JpaRepository. Then i extend from my own BaseRepository to create an ItemBaseRepository. (Both annotated with @NoRepositoryBean). Finally i define my Repository by extending ItemBaseRepository.
The Problem is the custom functions defined in my own BaseRepository are not implemented they are still abstract. If you remove the ItemBaseRepository so that the ItemRepoistory directly extends from my BaseRepository it works.
With SpringBoot there are no issues when extending twice.
Expected behavior
The functions should be implemented.
Actual behavior
The functions are abstract.
How to Reproduce?
QuarkusJPATest.zip
Output of
uname -a
orver
No response
Output of
java -version
java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.16.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: