This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
spring-boot-starter-data-redis with Lettuce should work natively #694
Labels
status: superseded
An issue that has been superseded by another
Hi,
When running a
spring-native 0.9.1
app withspring-boot-starter-data-redis
andLettuce
client (app code here, I get this error :According to this Lettuce documentation, Lettuce project has configured native indications for GraalVM (
native-image.properties
,proxy-config.json
,reflect-config.json
).Does spring-native (or spring-boot-starter-data-redis) take them into account or do we have to specify something more ?
Thanks for your hard work!
The text was updated successfully, but these errors were encountered: