Skip to content

1.1.1-stable Release: A patch for 1.1.0-stable.

Latest
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 17 Mar 12:07
· 5 commits to master since this release
3d84dbf

Preface:

A patch for 1.1.0-stable concluding calling stack inspection on NativeBnaryLoadingListener Routines, and providing an example for the best practices to handle anti-failure routines especially for Native Libraries shipped with the Operating Systems (e.g., Pi-4j and CrowPi).

What's Changed:

  • Techdemo api: Adds a techdemo API demonstrating best practices by @pavly-gerges in #42
    • NativeDllLoader: an API tech demo providing the best practices via deploying anti-failure mechanisms, and making using of failure stack inspection.
    • CallingStackMetaData: a record-like pattern providing an immutable data structure to inspect the failing stack.
    • NativeBinaryLoader: introduced chainable setters.

Full Changelog: 1.1.0-stable...1.1.1-stable