You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Remove incorrect @OverRide annotation causing CI failure
The @OverRide annotation on getQueryLookupStrategy() was incorrect
as this method doesn't override a supertype method in the current
version of Spring Data Commons. This was causing compilation errors
in CI.
Fixes compilation error:
[ERROR] method does not override or implement a method from a supertype
0 commit comments