ashokmca07 commented on pull request #23: URL: https://github.com/apache/sling-org-apache-sling-models-impl/pull/23#issuecomment-755993133
https://blogs.oracle.com/javamagazine/the-unsafe-class-unsafe-at-any-speed Java 11: `sun.misc.Unsafe` classes are no longer support. `VarHandle` API is the replacement of `Unsafe` but `VarHandle` doesn't work on 1.8 compile and which was added in Java 9 after. So we can't rewrite right now unless we can disable the affected unit tests for now. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
