Closed
Description
Based on spring-projects/spring-framework#29921, we could move our connection factories towards beans that implement the lifecycle. This would be especially useful to decouple afterPropertiesSet
from the connection pool startup and dispose()
where we dispose resources. With start()
and stop()
connection factories could start up pools and tear down as necessary without destroying the entire bean.