spring-projects / spring-data-geode

Spring Data support for Apache Geode
Apache License 2.0
50 stars 37 forks source link

Fix Function annotation support to properly handle single result Function return types [DATAGEODE-119] #164

Open spring-projects-issues opened 6 years ago

spring-projects-issues commented 6 years ago

John Blum opened DATAGEODE-119 and commented

Currently, the SDG Function annotation support does not properly inspect the return type of the Function interface method execution, identifying single return type values.


No further details from DATAGEODE-119

jxblum commented 1 year ago

I am not 100% for certain, but I think @yozaner1324 may have already fixed this issue. Need to verify.

yozaner1324 commented 1 year ago

Definitely verify that it's fixed, but I do remember working on this a couple years ago.