Skip to content

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

Closed
mikereiche opened this issue Dec 13, 2023 · 2 comments · Fixed by #1913
Assignees

Comments

@mikereiche
Copy link
Collaborator

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.

@bipoool
Copy link
Contributor

bipoool commented Dec 27, 2023

Can I work on this @mikereiche ?

@bipoool
Copy link
Contributor

bipoool commented Jan 12, 2024

@mikereiche ?

@mikereiche mikereiche self-assigned this Jan 15, 2024
mikereiche added a commit that referenced this issue Mar 4, 2024
…tRepository() not final.

This is to ease extending spring-data-couchbase.

Closes #1877.
mikereiche added a commit that referenced this issue Mar 4, 2024
…tRepository() not final. (#1913)

This is to ease extending spring-data-couchbase.

Closes #1877.
mikereiche added a commit that referenced this issue Mar 13, 2024
…tRepository() not final. (#1913)

This is to ease extending spring-data-couchbase.

Closes #1877.
mikereiche added a commit that referenced this issue Mar 13, 2024
…tRepository() not final. (#1913)

This is to ease extending spring-data-couchbase.

Closes #1877.
mikereiche added a commit that referenced this issue Mar 13, 2024
…tRepository() not final. (#1913)

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants