Add missing reflection hint on Eclipse FileLocator
`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
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.aot.hint.support.KotlinDetectorRuntimeHints,\
|
||||
org.springframework.aot.hint.support.ObjectToObjectConverterRuntimeHints,\
|
||||
org.springframework.aot.hint.support.PathMatchingResourcePatternResolverRuntimeHints,\
|
||||
org.springframework.aot.hint.support.SpringFactoriesLoaderRuntimeHints,\
|
||||
org.springframework.aot.hint.support.SpringPropertiesRuntimeHints
|
||||
|
||||
Reference in New Issue
Block a user