- Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
in: redisstatus: ideal-for-contributionAn issue that we actively are looking for someone to help us withAn issue that we actively are looking for someone to help us withtype: bugA general bugA general bug
Description
Using DisposableBean
is causing conflicts with Spring Data Redis's Connection factories that have migrated to Lifecycle
to start/stop connection pools for snapshotting. Lifecycle.stop
is invoked too early for Spring Session. Here are a few related tickets:
spring-projects/spring-data-redis#3076
spring-projects/spring-data-redis#2983
We should look into migrating InitializingBean as well.
cc @mp911de
Metadata
Metadata
Assignees
Labels
in: redisstatus: ideal-for-contributionAn issue that we actively are looking for someone to help us withAn issue that we actively are looking for someone to help us withtype: bugA general bugA general bug