Skip to content

@Query annotation fails to parse Collection parameters in ReactiveRepository #2135

Closed
@buseynehannes

Description

@buseynehannes

related to #1858

The @Query Annotation doesn't work correctly when using the ReactiveCrudRepository and a parameter of the type Collection.

Looking at the StringQueryUtil class, the non-reactive repository uses ParametersParameterAccessor, the reactive one uses ConvertingParameterAccessor which iterates over the parameter list.
Creating a custom object instead of a Collection also doesn't seem to be feasible to represent a collection of String since all doublequotes are escaped by the StringQueryUtil

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions