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

View File

@@ -25,8 +25,8 @@ import org.junit.jupiter.params.provider.MethodSource;
import org.springframework.aot.hint.MemberCategory;
import org.springframework.aot.hint.RuntimeHints;
import org.springframework.aot.hint.RuntimeHintsPredicates;
import org.springframework.aot.hint.RuntimeHintsRegistrar;
import org.springframework.aot.hint.predicate.RuntimeHintsPredicates;
import org.springframework.core.io.support.SpringFactoriesLoader;
import org.springframework.security.access.expression.SecurityExpressionOperations;
import org.springframework.security.access.expression.SecurityExpressionRoot;