Open SingKS8 opened 1 year ago
@SingKS8 I haven't been able to reproduce the behaviour, can you add a small reproducer?
Here is my demo https://github.com/SingKS8/redisom-demo.git Running the testcase cloud reproduce this exception.
I have tested this demo in '@DynamicPropertySource' way without 'spring-boot-testcontainers' component, it is ok
I will revisit this reproducer soon, stay tuned!
I am using redis-om-spring 0.8.6 and spring boot 3.1.2 in my demo.
When I use @EnableRedisEnhancedRepositories to create repositoris bean, and I want to use
@ServiceConnection
way to update redis config from testcontainer, since I import component 'org.springframework.boot:spring-boot-testcontainers', I will get the exception above, but it's ok if I change repositoris bean create with '@EnableRedisDocumentRepositories'.