Do anyone have experience with jpms? I am trying to wrap a javafx in a jlink bundle. And it works fine untill I try to use xml serialization, which has split package forbidden by module system. Is there a way to fix split dependencies without manually repacking jars?