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:
Juergen Hoeller
2022-11-12 11:23:40 +01:00
parent 049eb98e00
commit ffd45c0e7b
3 changed files with 7 additions and 6 deletions

View File

@@ -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