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:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.core.convert.support;
|
||||
package org.springframework.aot.hint.support;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
Reference in New Issue
Block a user