File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
src/test/java/org/springframework/data/aot Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 77
77
<artifactId >spring-webflux</artifactId >
78
78
<optional >true</optional >
79
79
</dependency >
80
+ <dependency >
81
+ <groupId >org.springframework</groupId >
82
+ <artifactId >spring-core-test</artifactId >
83
+ <scope >test</scope >
84
+ </dependency >
80
85
81
86
<dependency >
82
87
<groupId >jakarta.servlet</groupId >
Original file line number Diff line number Diff line change 22
22
import org .assertj .core .api .AbstractAssert ;
23
23
24
24
import org .springframework .aot .generate .GenerationContext ;
25
+ import org .springframework .aot .test .generate .TestGenerationContext ;
25
26
import org .springframework .beans .factory .aot .BeanRegistrationAotContribution ;
26
27
import org .springframework .beans .factory .aot .BeanRegistrationCode ;
27
- import org .springframework .test .aot .generate .TestGenerationContext ;
28
28
29
29
/**
30
30
* @author Christoph Strobl
Original file line number Diff line number Diff line change 24
24
25
25
import org .junit .jupiter .api .BeforeEach ;
26
26
import org .junit .jupiter .api .Test ;
27
-
28
27
import org .springframework .aot .generate .GenerationContext ;
29
28
import org .springframework .aot .hint .predicate .RuntimeHintsPredicates ;
29
+ import org .springframework .aot .test .generate .TestGenerationContext ;
30
30
import org .springframework .beans .factory .BeanCreationException ;
31
31
import org .springframework .beans .factory .aot .BeanRegistrationAotContribution ;
32
32
import org .springframework .beans .factory .support .BeanDefinitionBuilder ;
33
33
import org .springframework .beans .factory .support .DefaultListableBeanFactory ;
34
34
import org .springframework .beans .factory .support .RegisteredBean ;
35
35
import org .springframework .beans .factory .support .RootBeanDefinition ;
36
36
import org .springframework .data .domain .ManagedTypes ;
37
- import org .springframework .test .aot .generate .TestGenerationContext ;
38
37
39
38
/**
40
39
* @author Christoph Strobl
Original file line number Diff line number Diff line change 23
23
import java .util .function .Consumer ;
24
24
25
25
import org .assertj .core .api .AbstractAssert ;
26
-
27
26
import org .springframework .aot .generate .GenerationContext ;
27
+ import org .springframework .aot .test .generate .TestGenerationContext ;
28
28
import org .springframework .beans .factory .aot .BeanRegistrationCode ;
29
29
import org .springframework .data .repository .core .RepositoryInformation ;
30
30
import org .springframework .data .repository .core .support .RepositoryFragment ;
31
- import org .springframework .test .aot .generate .TestGenerationContext ;
32
31
33
32
/**
34
33
* AssertJ {@link AbstractAssert Assertion} for {@link RepositoryRegistrationAotContribution}.
You can’t perform that action at this time.
0 commit comments