Closed
Description
I haven't tested this yet, but I am sure that ExpressionBasedStringQuery.java
won't correctly quote parameters in the form :#{#something}
which are allowed in addition to ?#{#something}
. See Spring Data commons: https://github.com/spring-projects/spring-data-commons/blob/main/src/main/java/org/springframework/data/repository/query/SpelQueryContext.java#L46