File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
config/src/test/java/org/springframework/security/config/aot/hint
core/src/test/java/org/springframework/security/aot/hint
ldap/src/test/java/org/springframework/security/ldap/aot/hint
web/src/test/java/org/springframework/security/web/aot/hint Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import org .springframework .aot .hint .MemberCategory ;
23
23
import org .springframework .aot .hint .RuntimeHints ;
24
- import org .springframework .aot .hint .RuntimeHintsPredicates ;
25
24
import org .springframework .aot .hint .RuntimeHintsRegistrar ;
25
+ import org .springframework .aot .hint .predicate .RuntimeHintsPredicates ;
26
26
import org .springframework .core .annotation .SynthesizedAnnotation ;
27
27
import org .springframework .core .io .support .SpringFactoriesLoader ;
28
28
import org .springframework .security .config .annotation .authentication .configuration .EnableGlobalAuthentication ;
Original file line number Diff line number Diff line change 25
25
26
26
import org .springframework .aot .hint .MemberCategory ;
27
27
import org .springframework .aot .hint .RuntimeHints ;
28
- import org .springframework .aot .hint .RuntimeHintsPredicates ;
29
28
import org .springframework .aot .hint .RuntimeHintsRegistrar ;
29
+ import org .springframework .aot .hint .predicate .RuntimeHintsPredicates ;
30
30
import org .springframework .core .io .support .SpringFactoriesLoader ;
31
31
import org .springframework .security .access .expression .SecurityExpressionOperations ;
32
32
import org .springframework .security .access .expression .SecurityExpressionRoot ;
Original file line number Diff line number Diff line change 20
20
import org .junit .jupiter .api .Test ;
21
21
22
22
import org .springframework .aot .hint .RuntimeHints ;
23
- import org .springframework .aot .hint .RuntimeHintsPredicates ;
24
23
import org .springframework .aot .hint .RuntimeHintsRegistrar ;
25
24
import org .springframework .aot .hint .TypeReference ;
25
+ import org .springframework .aot .hint .predicate .RuntimeHintsPredicates ;
26
26
import org .springframework .core .io .support .SpringFactoriesLoader ;
27
27
import org .springframework .util .ClassUtils ;
28
28
Original file line number Diff line number Diff line change 21
21
22
22
import org .springframework .aot .hint .MemberCategory ;
23
23
import org .springframework .aot .hint .RuntimeHints ;
24
- import org .springframework .aot .hint .RuntimeHintsPredicates ;
25
24
import org .springframework .aot .hint .RuntimeHintsRegistrar ;
25
+ import org .springframework .aot .hint .predicate .RuntimeHintsPredicates ;
26
26
import org .springframework .core .io .support .SpringFactoriesLoader ;
27
27
import org .springframework .security .web .access .expression .WebSecurityExpressionRoot ;
28
28
import org .springframework .util .ClassUtils ;
You can’t perform that action at this time.
0 commit comments