spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Align components with core container Lifecycle

Open christophstrobl opened this issue 10 months ago • 2 comments

Revisit components and check if they align with the core container lifecycle arrangement.

  • afterPropertiesSet -> validate
  • start -> create resources/connect
  • stop -> disconnect
  • ...

christophstrobl avatar Feb 12 '25 10:02 christophstrobl

Hi, I’m interested in this issue. I’d like to contribute—would it be okay if I work on resolving it?

mayleaf avatar May 25 '25 15:05 mayleaf

Fix PR: https://github.com/spring-projects/spring-data-redis/pull/3164

injae-kim avatar May 29 '25 13:05 injae-kim