Adapt to repackaging of the AOT RuntimeHintsPredicate.

Closes #2592.
This commit is contained in:
John Blum
2022-07-12 17:48:55 -07:00
parent 7de1ffdf25
commit c51d32c0ff

View File

@@ -16,7 +16,7 @@
package org.springframework.data.jpa.aot;
import static org.assertj.core.api.AssertionsForClassTypes.*;
import static org.springframework.aot.hint.RuntimeHintsPredicates.*;
import static org.springframework.aot.hint.predicate.RuntimeHintsPredicates.reflection;
import org.junit.jupiter.api.Test;
import org.springframework.aot.hint.RuntimeHints;