How do I integrate StorageService for a Java program using GluonHQ maps repository?
So, I have implemented GluonHQ maps into my project and I want to also implement the StorageService to load those maps offline, anyway I can’t do that since I need some sort of ServiceFactory for the implementation which Java22 does not have anymore, this is my current code.