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 7777 <artifactId >spring-webflux</artifactId >
7878 <optional >true</optional >
7979 </dependency >
80+ <dependency >
81+ <groupId >org.springframework</groupId >
82+ <artifactId >spring-core-test</artifactId >
83+ <scope >test</scope >
84+ </dependency >
8085
8186 <dependency >
8287 <groupId >jakarta.servlet</groupId >
Original file line number Diff line number Diff line change 2222import org .assertj .core .api .AbstractAssert ;
2323
2424import org .springframework .aot .generate .GenerationContext ;
25+ import org .springframework .aot .test .generate .TestGenerationContext ;
2526import org .springframework .beans .factory .aot .BeanRegistrationAotContribution ;
2627import org .springframework .beans .factory .aot .BeanRegistrationCode ;
27- import org .springframework .test .aot .generate .TestGenerationContext ;
2828
2929/**
3030 * @author Christoph Strobl
Original file line number Diff line number Diff line change 2424
2525import org .junit .jupiter .api .BeforeEach ;
2626import org .junit .jupiter .api .Test ;
27-
2827import org .springframework .aot .generate .GenerationContext ;
2928import org .springframework .aot .hint .predicate .RuntimeHintsPredicates ;
29+ import org .springframework .aot .test .generate .TestGenerationContext ;
3030import org .springframework .beans .factory .BeanCreationException ;
3131import org .springframework .beans .factory .aot .BeanRegistrationAotContribution ;
3232import org .springframework .beans .factory .support .BeanDefinitionBuilder ;
3333import org .springframework .beans .factory .support .DefaultListableBeanFactory ;
3434import org .springframework .beans .factory .support .RegisteredBean ;
3535import org .springframework .beans .factory .support .RootBeanDefinition ;
3636import org .springframework .data .domain .ManagedTypes ;
37- import org .springframework .test .aot .generate .TestGenerationContext ;
3837
3938/**
4039 * @author Christoph Strobl
Original file line number Diff line number Diff line change 2323import java .util .function .Consumer ;
2424
2525import org .assertj .core .api .AbstractAssert ;
26-
2726import org .springframework .aot .generate .GenerationContext ;
27+ import org .springframework .aot .test .generate .TestGenerationContext ;
2828import org .springframework .beans .factory .aot .BeanRegistrationCode ;
2929import org .springframework .data .repository .core .RepositoryInformation ;
3030import org .springframework .data .repository .core .support .RepositoryFragment ;
31- import org .springframework .test .aot .generate .TestGenerationContext ;
3231
3332/**
3433 * AssertJ {@link AbstractAssert Assertion} for {@link RepositoryRegistrationAotContribution}.
You can’t perform that action at this time.
0 commit comments