spring-projects / spring-data-couchbase

Provides support to increase developer productivity in Java when using Couchbase. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-couchbase
Apache License 2.0
274 stars 190 forks source link

Make CrudMethodMetadataPostProcessor public. #1913

Closed mikereiche closed 6 months ago

mikereiche commented 6 months ago

Make CrudMethodMetadataPostProcessor public and make factory getTargetRepository() not final (so factory can be extended) This is to ease extending spring-data-couchbase.

Closes #1877.