You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.