allen-dstillery commented on issue #35836:
URL: https://github.com/apache/beam/issues/35836#issuecomment-3572368322

   ```
   WARNING: A restricted method in java.lang.System has been called
   WARNING: java.lang.System::load has been called by 
org.xerial.snappy.SnappyLoader in an unnamed module 
(file:/.../org.xerial.snappy/snappy-java/1.1.10.4/50d0390056017158bdc75c063efd5c2a898d5f0c/snappy-java-1.1.10.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
   ```
   Is a consequence of [JEP-472](https://openjdk.org/jeps/472), there isn't 
much to be done about that warning other than telling users to use the flag 
suggested in the warning, there's nothing to be set in any library code. It's 
literally a warning that JNI is being used by a dependency. See the related 
[xerial.snappy-java](https://github.com/xerial/snappy-java/pull/702) PR
   
   Other piece is com.lmax.disrupter only removed the unsafe array access for 
version 4, but that requires JDK 11. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to