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
Having dozens of interfaces extending JpaRepository and several hundreds of methods annotated with @Query it takes application significant type to start up.
I think there could be an option to disable validation e.g. for tests.
Also SimpleJpaQuery::validateQuery can be improved: e.g. we should compute error message only if necessary