Generated by
JDiff

Class org.springframework.core.io.support.PathMatchingResourcePatternResolver

Added Methods
Set<Resource> doFindPathMatchingJarResources(Resource, URL, String) Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
 

Changed Methods
Set<Resource> doFindPathMatchingJarResources(Resource, String) Now deprecated.
as of Spring 4.3, in favor of {@link #doFindPathMatchingJarResources(Resource, URL, String)}