I'm assuming this is coming from something compile...
# compiler
e
I'm assuming this is coming from something compiler related because of ktlint, please redirect me if I'm wrong. I'm getting this warning when I use Java 24.
Copy code
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by org.jetbrains.kotlin.com.intellij.util.containers.Unsafe (file:/home/eli/workspace/myapp/tmp/ktlint-1.5.0)
WARNING: Please consider reporting this to the maintainers of class org.jetbrains.kotlin.com.intellij.util.containers.Unsafe
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
e
there's a lot of code throughout the whole java ecosystem that will need to be updated after https://openjdk.org/jeps/498