Skip to content

Commit bb00290

Browse files
authored
Update README.md
1 parent dd1adcb commit bb00290

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)