Provide vavr (javaslang) support [DATACOUCH-321]
Merrick Huang opened DATACOUCH-321 and commented
spring-data-commons 1.13.4 supports vavr as seen here: https://github.com/spring-projects/spring-data-commons/commit/34ce83c657c35cad68cbfea395161e7ec912764f
It would be nice if spring-data-couchbase provided a way for users to benefit from spring-data-commons' support for vavr
Affects: 2.2.4 (Ingalls SR4)
Julien Debon commented
Will it include io.vavr.collection.Stream for async Repository requests? This would be the parallel of support for java.util.stream.Stream
subhashni balakrishnan commented
Just including the vavr dependency should make it work. Collections as well stream types are supported on repository methods. Is there a specific support you are expecting? Couchbase operation methods cannot support these types.