Support of URL format which is more compliant with JDK expectations. Currently loading of the changelogs from the nested jar supports only the old format of the path like jar:file:/tmp/some-1.0.jar!/BOOT-INF/classes!/couchbase/changelog/v1 but needs to support more compliant version like jar:nested:/tmp/some-1.0.jar/!BOOT-INF/classes/!/couchbase/changelog/v1. This will also help to use the couchmove with the latest versions of the Spring Boot Uber jar.
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support
Support of URL format which is more compliant with JDK expectations. Currently loading of the changelogs from the nested jar supports only the old format of the path like
jar:file:/tmp/some-1.0.jar!/BOOT-INF/classes!/couchbase/changelog/v1but needs to support more compliant version likejar:nested:/tmp/some-1.0.jar/!BOOT-INF/classes/!/couchbase/changelog/v1. This will also help to use the couchmove with the latest versions of the Spring Boot Uber jar.https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support