Mappedbus icon indicating copy to clipboard operation
Mappedbus copied to clipboard

MemoryMappedFile and JDK 9+

Open Skermin8r opened this issue 5 years ago • 1 comments

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.

Skermin8r avatar Apr 15 '19 15:04 Skermin8r

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.

subes avatar Aug 19 '21 16:08 subes