Closed
Description
when a @Query
annotated method has a return type of SearchPage<T>
defined, the execution fails with a ClassCastException
because internally the SearchPage
return type is not handled correctly. ElasticsearchPartQuery
(used for derived methods) works alright, there the return type is considered.