Сергей Цыпанов opened DATAJPA-1370 and commented
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
2 votes, 4 watchers
Сергей Цыпанов opened DATAJPA-1370 and commented
Having dozens of interfaces extending JpaRepository and several hundreds of methods annotated with
@Queryit 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
2 votes, 4 watchers