Skip to content

Commit c51d32c

Browse files
committed
Adapt to repackaging of the AOT RuntimeHintsPredicate.
Closes #2592.
1 parent 7de1ffd commit c51d32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-data-jpa/src/test/java/org/springframework/data/jpa/aot/JpaRuntimeHintsRegistrarUnitTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package org.springframework.data.jpa.aot;
1717

1818
import static org.assertj.core.api.AssertionsForClassTypes.*;
19-
import static org.springframework.aot.hint.RuntimeHintsPredicates.*;
19+
import static org.springframework.aot.hint.predicate.RuntimeHintsPredicates.reflection;
2020

2121
import org.junit.jupiter.api.Test;
2222
import org.springframework.aot.hint.RuntimeHints;

0 commit comments

Comments
 (0)