-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Open
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtype: enhancementA general enhancementA general enhancement
Milestone
Description
Spring Boot: 3.4.2
I just started using a redis testcontainer and notice that using @ServiceConnection
does take the spring.data.redis.ssl.enabled
property from application.yml into account.
My expectation would be, that the @ServiceConnection
will overrule the default config in this case, like it does for host, port etc.
org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
has no property to allow enabling/disabling ssl.
Metadata
Metadata
Assignees
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtype: enhancementA general enhancementA general enhancement