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
org.apache.ignite.internal.util.GridUnsafe uses deprecated sun.misc.Unsafe offest methods which throw UnsupportedOperationExceptions for Java Records
#11853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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.
The text was updated successfully, but these errors were encountered:
org.apache.ignite.internal.util.GridUnsafe.objectFieldOffset(Field)
andstaticFieldOffset(Field)
will throw anUnsupportedOperationException
for records since they use the matching (and deprecated since Java 18) methods fromjdk.unsupported:sun.misc.Unsafe
.The text was updated successfully, but these errors were encountered: