Using a terminally deprecated method Unsafe#putInt #73
aJanuary
announced in
Announcements
Replies: 1 comment
-
As already reported here, the life of JVM-DRIVER is coming to an end as it uses components that will be eliminated: I think it is right to leave this warning active so that those who use it can take the necessary precautions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use
org.burningwave.core.classes.Modules.create().exportAllToAll()
which eventually calls the constructor forio.github.toolfactory.jvm.function.catalog.ConsulterSupplier.ForJava17
, which callsunsafe.putInt
(https://github.com/toolfactory/jvm-driver/blob/main/java/src/main/java/io/github/toolfactory/jvm/function/catalog/ConsulterSupplier.java#L188).On Java 24 (specifically Eclipse Temurin 24.0.1) this causes the runtime to print this message on stderr:
Beta Was this translation helpful? Give feedback.
All reactions