Files
spring-data-geode/src/test/java/org/springframework/data/gemfire
Udo Kohlmeyer d26b6c3466 DATAGEODE-151 - BatchingResultSender does not handle empty collections.
The current o.s.d.gemfire.function.BatchingResultSendera does not handle size/length 0 arrays
or collections when batch size is larger than 0.

Also fixed issue where lastResult was not sent with arrays, do to logic issue,
when the lastResult is to be sent.
2018-12-18 17:56:10 -08:00
..