JavaPlatformHelper: Handle Spring Boot App Scenario

Merged Anthony Gauchy requested to merge feature/plateform_helper_spring_boot into master
  • 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.

linphone-sdk!4716 (merged)

https://linphone.atlassian.net/browse/LW-24

Edited by Anthony Gauchy

Merge request reports