Skip to content

StringQuery execution crashes on return type SearchPage<T> #1811

Closed
@sothawo

Description

@sothawo

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions