File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,17 @@ try {
138138- [x] Platform - specific dynamic libraries' registration.
139139- [x] Platform-specific dynamic libraries building using platform-specific predicates (NEW).
140140- [x] Locate and load external dynamic libraries directly.
141+ - [x] File Locator and extractor routines (classpath - external jar).
141142- [x] Extract native libraries from the stock jar library (classpath).
142143- [x] Locate external jars and extract native libraries from them.
143144- [x] Define an extract directory.
144145- [x] Retry Criterion with clean extraction (NEW).
145146- [x] Exposed the platform-dependent library `NativeDynamicLibrary` (NEW).
146147- [x] Exposed the `NativeVariant` providing system properties.
147148- [x] EventDispatchers: Extraction Listeners, Loading Listeners, and System Detection Listeners.
149+ - [x] Filesystem Failure Throwable Exceptions: binds the user API to the jSnapLoader lifecycle.
150+ - [x] Tight handling of memory leaks; as a result of file locator and/or file extractor failures.
151+ - [x] Memory logging of the stream providers' handlers using the object hash keys.
148152- [ ] Extract automatically based on the application name and version.
149153
150154### Documentation - list:
You can’t perform that action at this time.
0 commit comments