-
Notifications
You must be signed in to change notification settings - Fork 191
Make CrudMethodMetadataPostProcessor public and make factory getTargetRepository() not final (so factory can be extended) #1877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can I work on this @mikereiche ? |
mikereiche
added a commit
that referenced
this issue
Mar 4, 2024
…tRepository() not final. This is to ease extending spring-data-couchbase. Closes #1877.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #1873
For the custom repository - I don't know why the factory getTargetRepository() method is final. If it wasn't, you could just extend the existing couchbase factory. Similarily with the CrudMethodMetadataPostProcessor - if it was public, you could just use it instead of redefining it. Those two things can be changed to make your implementation a little easier.
The text was updated successfully, but these errors were encountered: