- Handle resource extraction for Spring Boot fat JARs.
- Use the try-with-resources paradigm to ensure proper closure of resources and facilitate deletion at JVM shutdown.
- Copy resources only during the first
JavaPlatformHelper
instantiation, with the ability to replace existing resources if necessary.