ignite
ignite copied to clipboard
org.apache.ignite.internal.util.GridUnsafe uses deprecated sun.misc.Unsafe offest methods which throw UnsupportedOperationExceptions for Java Records
org.apache.ignite.internal.util.GridUnsafe.objectFieldOffset(Field) and staticFieldOffset(Field) will throw an UnsupportedOperationException for records since they use the matching (and deprecated since Java 18) methods from jdk.unsupported:sun.misc.Unsafe.
Tested with Java21.