Mappedbus
Mappedbus copied to clipboard
MemoryMappedFile and JDK 9+
I see based on closed issues that you don't intend (or really need) to add new features but you need to update MemoryMappedFile for JDK 9 and beyond. Your sun.* references need to be updated.
I have a fix available here: https://github.com/invesdwin/invesdwin-context-persistence/commit/e841fe9fde5269c1c14787f1a4e4cba2d13f5440 Though the sun.* references are still available, it is just that the signature of "map0" has changed for Java 14.