When using blosc-java with recent Java versions (e.g. JDK 25), the following warnings are printed at runtime:
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.scalableminds.bloscjava.Blosc in an unnamed module (file: [...]/blosc-java-0.1-1.21.4.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
When using
blosc-javawith recent Java versions (e.g. JDK 25), the following warnings are printed at runtime: