-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
type: enhancementA general enhancementA general enhancement
Milestone
Description
Hi
We have the need to extend the functionality of CouchbaseTemplate
and ReactiveCouchbaseTemplate
.
For this, we would also need to use a custom CouchbaseTemplateSupport
and ReactiveCouchbaseTemplateSupport
but it is not possible because the support() method only has visibility.
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/CouchbaseTemplate.java
Line 196 in edaf11e
TemplateSupport support() { |
Line 150 in edaf11e
ReactiveTemplateSupport support() { |
It would be possible to add this method as protected or public?
Thank you very much, best regards
fcanovas1986, oburgosm, JordiMartinezVicent and ferblaca
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement