Abacn commented on issue #35836: URL: https://github.com/apache/beam/issues/35836#issuecomment-3357637749
Java 25v warnings ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.lmax.disruptor.RingBufferFields (file:/.../com.lmax/disruptor/3.4.2/e2543a63086b4189fbe418d05d56633bc1a815f7/disruptor-3.4.2.jar) WARNING: Please consider reporting this to the maintainers of class com.lmax.disruptor.RingBufferFields WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release 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 ``` -- 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]
