ingvard commented on a change in pull request #7381: It is needed to set used 
cache for Spring Data dynamically
URL: https://github.com/apache/ignite/pull/7381#discussion_r377090363
 
 

 ##########
 File path: 
modules/spring-data-2.2/src/main/java/org/apache/ignite/springdata22/repository/support/IgniteRepositoryFactoryBean.java
 ##########
 @@ -66,19 +66,19 @@ protected IgniteRepositoryFactoryBean(Class<? extends T> 
repositoryInterface) {
         try {
             Ignite ignite = (Ignite)ctx.getBean("igniteInstance");
 
-            return new IgniteRepositoryFactory(ignite);
+            return new IgniteRepositoryFactory(ignite,ctx);
 
 Review comment:
   space here and below.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to