1
0
mirror of synced 2026-07-05 02:40:02 +00:00

RuntimeHintsPredicates moved to predicate package

This commit is contained in:
Joe Grandja
2022-07-12 16:00:50 -04:00
parent 6455e98745
commit 177baba8c9
4 changed files with 4 additions and 4 deletions
@@ -20,9 +20,9 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.aot.hint.RuntimeHints;
import org.springframework.aot.hint.RuntimeHintsPredicates;
import org.springframework.aot.hint.RuntimeHintsRegistrar;
import org.springframework.aot.hint.TypeReference;
import org.springframework.aot.hint.predicate.RuntimeHintsPredicates;
import org.springframework.core.io.support.SpringFactoriesLoader;
import org.springframework.util.ClassUtils;