I’ve upgraded to Spring Tools for Eclipse 4.23.0 today and I have a quite annoying problem:
In my Spring Data Repository’s SQL/HQL Queries I get errors for every named parameter (:parameterName Syntax).
It says “SQL: no viable alternative at input ‘…'”
Since those are marked as Errors my whole project is red and I can’t find a way to disable those validations or reduce the severity to Warning or something like that.
Does someone have an idea how I can get rid of those errors?