You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using kryo today and when I was running the example from the website, I was getting these warnings :
WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.esotericsoftware.kryo.unsafe.UnsafeUtil (file:/C:/Gradle/caches/modules-2/files-2.1/com.esotericsoftware/kryo/5.0.0-RC7/2508d4e0c6c3317185f592eef3d7ff8afcfb61f5/kryo-5.0.0-RC7.jar) to method sun.nio.ch.DirectBuffer.cleaner() WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.unsafe.UnsafeUtil WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release
I just started using kryo today and when I was running the example from the website, I was getting these warnings :
WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.esotericsoftware.kryo.unsafe.UnsafeUtil (file:/C:/Gradle/caches/modules-2/files-2.1/com.esotericsoftware/kryo/5.0.0-RC7/2508d4e0c6c3317185f592eef3d7ff8afcfb61f5/kryo-5.0.0-RC7.jar) to method sun.nio.ch.DirectBuffer.cleaner() WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.unsafe.UnsafeUtil WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release
I downloaded kryo with Gradle via this repo.
The text was updated successfully, but these errors were encountered: