davsclaus commented on PR #10570: URL: https://github.com/apache/camel/pull/10570#issuecomment-1632480034
I get this compile error ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project camel-spring-redis: Compilation failure: Compilation failure: [ERROR] /Users/davsclaus/workspace/camel/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisEndpoint.java:[50,116] incompatible types: org.springframework.data.redis.core.RedisTemplate<capture#1 of ?,capture#2 of ?> cannot be converted to org.springframework.data.redis.core.RedisTemplate<java.lang.String,java.lang.Object> [ERROR] /Users/davsclaus/workspace/camel/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/processor/idempotent/RedisIdempotentRepository.java:[43,90] incompatible types: org.springframework.data.redis.core.RedisTemplate<capture#3 of ?,capture#4 of ?> cannot be converted to org.springframework.data.redis.core.RedisTemplate<java.lang.String,java.lang.String> ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
