stevenschlansker opened a new issue, #2090: URL: https://github.com/apache/fury/issues/2090
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Since JDK 24, the `sun.misc.Unsafe.arrayBaseOffset` api is terminally deprecated for removal: ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.apache.fury.memory.Platform (file:/home/steven/.m2/repository/org/apache/fury/fury-core/0.10.0/fury-core-0.10.0.jar) WARNING: Please consider reporting this to the maintainers of class org.apache.fury.memory.Platform WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release ``` For now, this is only a warning. In the future this will fail entirely. ### Component(s) Java ### Minimal reproduce step Any usage of Fury e.g. `ThreadSafeFury.deserialize` under JDK 24, as far as I understand ### What did you expect to see? Using Fury should not print warnings about using terminally deprecated methods. ### What did you see instead? A warning that the `Unsafe.arrayBaseOffset` api is deprecated for removal :) ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
