SpEL parsing issue in Query annotation #1320
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
status: needs-investigation
theme: spel-support
theme: spring-data-support
theme: validation
type: bug
Milestone
Describe the bug
I have the following SpEL expression in a
@Query
annotationThe input parameter is a
Set<String>
.This produces the following error marker in Eclipse:
To Reproduce
Create a
@Query
where the value contains a SpEL expression referencing an input parameter, e.g.?#{[1]}
I'm using Eclipse 2024-06 with STS 4.24
The text was updated successfully, but these errors were encountered: