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
#466: implemented AutoCloseable so that the connection pools shut down when Spring wants to shut down the application. Note: this does NOT work with try..with resource in combination with async emails being sent. And using it with try..with resource when not async doesn't make sense, because why have a connection pool in that case.
0 commit comments