You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
when a
@Query
annotated method has a return type ofSearchPage<T>
defined, the execution fails with aClassCastException
because internally theSearchPage
return type is not handled correctly.ElasticsearchPartQuery
(used for derived methods) works alright, there the return type is considered.The text was updated successfully, but these errors were encountered: