Closed
Description
Spring Boot 3.2 has introduced a new loader implementation for uber jars. Part of this new implementation is a change in the URI scheme for resources within those jars. The scheme is now jar:nested
whereas it was jar:file
previously. As reported in spring-projects/spring-boot#38581 (comment), this change is breaking Spring WS. Can SchemaFactoryUtils
please be updated in Spring WS 4.0.x to include this new nested
scheme?
Metadata
Metadata
Assignees
Labels
No labels