pjfanning opened a new pull request, #1995: URL: https://github.com/apache/pekko/pull/1995
* String value field is a byte array in Java 17+ - no need to support it being a char array like it was in older JDKs * the VarHandle still needs `--add-opens=java.base/java.lang=ALL-UNNAMED` or equivalent so I think is ok to keep the Pekko class name as pekko.util.Unsafe - and this is better for backward compatibility too because the public methods are used in other Pekko modules -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org