Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0 stable branch #30

Merged
merged 27 commits into from
Aug 8, 2024
Merged

1.0.0 stable branch #30

merged 27 commits into from
Aug 8, 2024

Commits on Aug 6, 2024

  1. FileExtractor#initialize(int): log memory initialization for external…

    … routines of file streams
    pavly-gerges committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2a754d7 View commit details
    Browse the repository at this point in the history
  2. FileLocator#initialize(int): log memory initialization for external r…

    …outines (e.g., classpath routines)
    pavly-gerges committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    38f5f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa9612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28554a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55e1c73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8285767 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a648f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd25fb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93b6021 View commit details
    Browse the repository at this point in the history
  10. ZipStreamProvider: introduced a zip stream provider interface in reco…

    …gnition to the ZipFile native resources
    pavly-gerges committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    97d7f9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d2267a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e1d2eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8cc3cfc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    125a95b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7e003f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a3a4850 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    855a2cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    877fe08 View commit details
    Browse the repository at this point in the history
  19. NativeBinaryLoader#initializeLibraryExtractor(...): simplified the co…

    …mpression stream provider
    pavly-gerges committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e323af0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bbd6e8a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. FileLocator#classPathRoutine(): use the AppClassLoader directly inste…

    …ad of the Class#getResourceAsStream(...) algorithm
    pavly-gerges committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fdcfe49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d140d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    100aad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b4342 View commit details
    Browse the repository at this point in the history
  5. FileLocator#classPathRoutine(): refactored the assertion to the Files…

    …ystemResourceInitializationException
    pavly-gerges committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8e5a9e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc6891c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9da8878 View commit details
    Browse the repository at this point in the history