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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
The new process loading mechanism would load zip archives with multiple jar files inside. Before class loading the archive would be unpacked inside a temporary folder. Unpacking of the zip archives should not take long, thus does not need to be permanent.
The new process loading mechanism would load
ziparchives with multiplejarfiles inside. Before class loading the archive would be unpacked inside a temporary folder. Unpacking of theziparchives should not take long, thus does not need to be permanent.