pjfanning commented on issue #1840: URL: https://github.com/apache/pekko/issues/1840#issuecomment-3167423839
I think Java 23+ users will need to add this to their java commands that used to run Pekko. ``` --sun-misc-unsafe-memory-access=allow ``` So far, this just silences a warning. In future Java versions this might be needed to allow sun.misc.Unsafe to be used at all. Warnings look like ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called ... WARNING: sun.misc.Unsafe::allocateMemory will be removed in a future release ``` -- 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]
