HaloDB icon indicating copy to clipboard operation
HaloDB copied to clipboard

Seem VERY hard to port beyond JDK 8 - anybody got some ideas on how to do it?

Open MagnusErikssonAB opened this issue 4 years ago • 1 comments

I really like a lot of things with HaloDB and would really have liked to contribute some time to port it to more contemporary JDK releases but after looking a bit at the code I am not so sure it can be done at least until additional support for manipulating memory larger than 2GB etc. is added to Java (implementing the features of "unsafe" no longer available at least in any way short of using JNI) but if anybody have some ideas I may be interested to put some effort into implementing....

MagnusErikssonAB avatar Dec 26 '21 11:12 MagnusErikssonAB

I'm using it in Java 22 with no trouble. I've created a fork here: https://github.com/yahoo/HaloDB/issues/69

darkfrog26 avatar Nov 20 '24 21:11 darkfrog26