[
https://issues.apache.org/jira/browse/IGNITE-12236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thibaut updated IGNITE-12236:
-----------------------------
Description:
Hello,
org.apache.ignite.springdata20.repository.support.IgniteRepositoryFactory#getQueryLookupStrategy
does not override
org.springframework.data.repository.core.support.RepositoryFactorySupport#getQueryLookupStrategy
since this commit
[https://github.com/spring-projects/spring-data-commons/commit/a6215fbe0f5c9a254cddacb12763737f2c286ad5]
this results in a thrown exception in
org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor#QueryExecutorMethodInterceptor
This prevents using ignite with any updated version of spring
was:
Hello,
org.apache.ignite.springdata20.repository.support.IgniteRepositoryFactory#getQueryLookupStrategy
does not override
org.springframework.data.repository.core.support.RepositoryFactorySupport#getQueryLookupStrategy
since this commit
[https://github.com/spring-projects/spring-data-commons/commit/a6215fbe0f5c9a254cddacb12763737f2c286ad5]
this results in a thrown exception in
org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor#QueryExecutorMethodInterceptor
> RepositoryFactorySupport#getQueryLookupStrategy no longer overriden in
> IgniteRepositoryFactory
> ----------------------------------------------------------------------------------------------
>
> Key: IGNITE-12236
> URL: https://issues.apache.org/jira/browse/IGNITE-12236
> Project: Ignite
> Issue Type: Bug
> Components: spring
> Affects Versions: 2.8, 2.7.6
> Reporter: Thibaut
> Priority: Major
>
> Hello,
> org.apache.ignite.springdata20.repository.support.IgniteRepositoryFactory#getQueryLookupStrategy
> does not override
> org.springframework.data.repository.core.support.RepositoryFactorySupport#getQueryLookupStrategy
> since this commit
> [https://github.com/spring-projects/spring-data-commons/commit/a6215fbe0f5c9a254cddacb12763737f2c286ad5]
>
> this results in a thrown exception in
> org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor#QueryExecutorMethodInterceptor
>
> This prevents using ignite with any updated version of spring
--
This message was sent by Atlassian Jira
(v8.3.4#803005)