Move reflection hints for ObjectToObjectConverter conventions to aot.hint.support
Avoids an accidental package cycle between aot and core (only aot->core allowed). See gh-29429
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.aot.hint.support.SpringFactoriesLoaderRuntimeHints,\
|
||||
org.springframework.core.convert.support.ObjectToObjectConverterRuntimeHints
|
||||
org.springframework.aot.hint.support.ObjectToObjectConverterRuntimeHints,\
|
||||
org.springframework.aot.hint.support.SpringFactoriesLoaderRuntimeHints
|
||||
|
||||
Reference in New Issue
Block a user