Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Aug 5, 2024
1 parent dd1adcb commit bb00290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,17 @@ try {
- [x] Platform-specific dynamic libraries' registration.
- [x] Platform-specific dynamic libraries building using platform-specific predicates (NEW).
- [x] Locate and load external dynamic libraries directly.
- [x] File Locator and extractor routines (classpath - external jar).
- [x] Extract native libraries from the stock jar library (classpath).
- [x] Locate external jars and extract native libraries from them.
- [x] Define an extract directory.
- [x] Retry Criterion with clean extraction (NEW).
- [x] Exposed the platform-dependent library `NativeDynamicLibrary` (NEW).
- [x] Exposed the `NativeVariant` providing system properties.
- [x] EventDispatchers: Extraction Listeners, Loading Listeners, and System Detection Listeners.
- [x] Filesystem Failure Throwable Exceptions: binds the user API to the jSnapLoader lifecycle.
- [x] Tight handling of memory leaks; as a result of file locator and/or file extractor failures.
- [x] Memory logging of the stream providers' handlers using the object hash keys.
- [ ] Extract automatically based on the application name and version.

### Documentation-list:
Expand Down

0 comments on commit bb00290

Please sign in to comment.