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
As a project wide initiative the portfolio is looking into support for Project CRaC which allows JVM snapshots to be taken and then restored for faster startup times.
We will need to ensure that file handles are closed which are:
Database connections (likely to happen in Spring Framework)
LDAP Connections (likely to happen in Spring LDAP)
Ensure we update to the new Lifecycle methods proposed in Spring Frameworks support.
The text was updated successfully, but these errors were encountered:
As a project wide initiative the portfolio is looking into support for Project CRaC which allows JVM snapshots to be taken and then restored for faster startup times.
We will need to ensure that file handles are closed which are:
The text was updated successfully, but these errors were encountered: