quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Allow Snappy to be loaded from a shared classloader

Open cescoffier opened this issue 9 months ago • 1 comments

This commit introduces a solution for loading the Snappy native library across multiple test profiles. Due to the constraint that native libraries can only be loaded from a single classloader, a shared classloader is now utilized for loading Snappy in test mode.

Please note, this feature is exclusively applicable when running tests.

Fixes: https://github.com/quarkusio/quarkus/issues/39767

cescoffier avatar Apr 26 '24 09:04 cescoffier

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 3ffe39898f743063f7dacaabffcf34585b0275f3.

:white_check_mark: The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

quarkus-bot[bot] avatar Apr 26 '24 10:04 quarkus-bot[bot]