OpenEMS standalone JVM

I’m currently trying to make a minimal image for OpenEMS that can run with minimal system requirements. JVM on it’s own is actually

How is your progress? Is there a GitHub Repo?

Seems like a similar concept to what I’m trying to do here: “Anyone managed to run OpenEMS in GraalVM?”.

Tools for this exist like GraalVM or JLink although they don’t seem to work out of the box with the way OSGi is built. With some experimenting it should be doable with some changes to the build scripts though.

PS: At this point I don’t have enough insight into OSGi and BndTools to do this so I probable need to do learn about it at some point.