mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
103c6b8bda
`PathMatchingResourcePatternResolver` is reflecting on `org.eclipse.core.runtime.FileLocator` and invoking methods on it for OSGi support. While this use case is highly unlikely in native images, registering the reflection entry by itself should be enough. Fixes gh-31271