Skip to content

Commit 6e93f11

Browse files
committed
Move TestCompiler from generator to generate
This commit harmonizes the package space by moving the TestCompiler infrastructure from the now outdated "generator" package to "generate". Closes gh-29082
1 parent 58b0251 commit 6e93f11

File tree

49 files changed

+96
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+96
-96
lines changed

spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyBeanRegistrationAotProcessorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
import org.springframework.aop.framework.AopInfrastructureBean;
2828
import org.springframework.aot.generate.MethodReference;
2929
import org.springframework.aot.test.generate.TestGenerationContext;
30-
import org.springframework.aot.test.generator.compile.Compiled;
31-
import org.springframework.aot.test.generator.compile.TestCompiler;
30+
import org.springframework.aot.test.generate.compile.Compiled;
31+
import org.springframework.aot.test.generate.compile.TestCompiler;
3232
import org.springframework.beans.factory.BeanCreationException;
3333
import org.springframework.beans.factory.aot.AotServices;
3434
import org.springframework.beans.factory.aot.BeanFactoryInitializationAotContribution;

spring-beans/src/test/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanRegistrationAotContributionTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
import org.springframework.aot.generate.MethodReference;
2727
import org.springframework.aot.hint.predicate.RuntimeHintsPredicates;
2828
import org.springframework.aot.test.generate.TestGenerationContext;
29-
import org.springframework.aot.test.generator.compile.CompileWithTargetClassAccess;
30-
import org.springframework.aot.test.generator.compile.Compiled;
31-
import org.springframework.aot.test.generator.compile.TestCompiler;
29+
import org.springframework.aot.test.generate.compile.CompileWithTargetClassAccess;
30+
import org.springframework.aot.test.generate.compile.Compiled;
31+
import org.springframework.aot.test.generate.compile.TestCompiler;
3232
import org.springframework.beans.factory.aot.BeanRegistrationAotContribution;
3333
import org.springframework.beans.factory.support.DefaultListableBeanFactory;
3434
import org.springframework.beans.factory.support.RegisteredBean;

spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanDefinitionMethodGeneratorTests.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
import org.springframework.aot.generate.GenerationContext;
3232
import org.springframework.aot.generate.MethodReference;
3333
import org.springframework.aot.test.generate.TestGenerationContext;
34-
import org.springframework.aot.test.generator.compile.CompileWithTargetClassAccess;
35-
import org.springframework.aot.test.generator.compile.Compiled;
36-
import org.springframework.aot.test.generator.compile.TestCompiler;
37-
import org.springframework.aot.test.generator.file.SourceFile;
34+
import org.springframework.aot.test.generate.compile.CompileWithTargetClassAccess;
35+
import org.springframework.aot.test.generate.compile.Compiled;
36+
import org.springframework.aot.test.generate.compile.TestCompiler;
37+
import org.springframework.aot.test.generate.file.SourceFile;
3838
import org.springframework.beans.factory.config.BeanDefinition;
3939
import org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder;
4040
import org.springframework.beans.factory.support.BeanDefinitionBuilder;

spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanDefinitionPropertiesCodeGeneratorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
import org.springframework.aot.generate.GeneratedClass;
3131
import org.springframework.aot.hint.predicate.RuntimeHintsPredicates;
3232
import org.springframework.aot.test.generate.TestGenerationContext;
33-
import org.springframework.aot.test.generator.compile.Compiled;
34-
import org.springframework.aot.test.generator.compile.TestCompiler;
33+
import org.springframework.aot.test.generate.compile.Compiled;
34+
import org.springframework.aot.test.generate.compile.TestCompiler;
3535
import org.springframework.beans.factory.FactoryBean;
3636
import org.springframework.beans.factory.config.BeanDefinition;
3737
import org.springframework.beans.factory.config.BeanReference;

spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanDefinitionPropertyValueCodeGeneratorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
import org.springframework.aot.generate.GeneratedClass;
3737
import org.springframework.aot.test.generate.TestGenerationContext;
38-
import org.springframework.aot.test.generator.compile.Compiled;
39-
import org.springframework.aot.test.generator.compile.TestCompiler;
38+
import org.springframework.aot.test.generate.compile.Compiled;
39+
import org.springframework.aot.test.generate.compile.TestCompiler;
4040
import org.springframework.beans.factory.config.BeanReference;
4141
import org.springframework.beans.factory.config.RuntimeBeanNameReference;
4242
import org.springframework.beans.factory.config.RuntimeBeanReference;

spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanRegistrationsAotContributionTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
import org.springframework.aot.generate.MethodReference;
3434
import org.springframework.aot.test.generate.TestGenerationContext;
3535
import org.springframework.aot.test.generate.TestTarget;
36-
import org.springframework.aot.test.generator.compile.Compiled;
37-
import org.springframework.aot.test.generator.compile.TestCompiler;
38-
import org.springframework.aot.test.generator.file.SourceFile;
36+
import org.springframework.aot.test.generate.compile.Compiled;
37+
import org.springframework.aot.test.generate.compile.TestCompiler;
38+
import org.springframework.aot.test.generate.file.SourceFile;
3939
import org.springframework.beans.factory.support.DefaultListableBeanFactory;
4040
import org.springframework.beans.factory.support.RegisteredBean;
4141
import org.springframework.beans.factory.support.RootBeanDefinition;

spring-beans/src/test/java/org/springframework/beans/factory/aot/InstanceSupplierCodeGeneratorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
import org.springframework.aot.hint.ReflectionHints;
3232
import org.springframework.aot.hint.TypeHint;
3333
import org.springframework.aot.test.generate.TestGenerationContext;
34-
import org.springframework.aot.test.generator.compile.Compiled;
35-
import org.springframework.aot.test.generator.compile.TestCompiler;
34+
import org.springframework.aot.test.generate.compile.Compiled;
35+
import org.springframework.aot.test.generate.compile.TestCompiler;
3636
import org.springframework.beans.factory.config.BeanDefinition;
3737
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
3838
import org.springframework.beans.factory.support.DefaultListableBeanFactory;

spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorAotContributionTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
import org.springframework.aot.generate.MethodReference;
3030
import org.springframework.aot.hint.ResourcePatternHint;
3131
import org.springframework.aot.test.generate.TestGenerationContext;
32-
import org.springframework.aot.test.generator.compile.Compiled;
33-
import org.springframework.aot.test.generator.compile.TestCompiler;
32+
import org.springframework.aot.test.generate.compile.Compiled;
33+
import org.springframework.aot.test.generate.compile.TestCompiler;
3434
import org.springframework.beans.BeansException;
3535
import org.springframework.beans.factory.InitializingBean;
3636
import org.springframework.beans.factory.aot.BeanFactoryInitializationAotContribution;

spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
import org.springframework.aot.hint.TypeReference;
3333
import org.springframework.aot.hint.predicate.RuntimeHintsPredicates;
3434
import org.springframework.aot.test.generate.TestGenerationContext;
35-
import org.springframework.aot.test.generator.compile.Compiled;
36-
import org.springframework.aot.test.generator.compile.TestCompiler;
35+
import org.springframework.aot.test.generate.compile.Compiled;
36+
import org.springframework.aot.test.generate.compile.TestCompiler;
3737
import org.springframework.beans.BeansException;
3838
import org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor;
3939
import org.springframework.beans.factory.aot.BeanFactoryInitializationAotContribution;

spring-context/src/test/java/org/springframework/context/generator/ApplicationContextAotGeneratorRuntimeHintsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.springframework.aot.test.agent.RuntimeHintsInvocations;
2929
import org.springframework.aot.test.agent.RuntimeHintsRecorder;
3030
import org.springframework.aot.test.generate.TestGenerationContext;
31-
import org.springframework.aot.test.generator.compile.TestCompiler;
31+
import org.springframework.aot.test.generate.compile.TestCompiler;
3232
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
3333
import org.springframework.beans.factory.support.RootBeanDefinition;
3434
import org.springframework.context.ApplicationContextInitializer;

spring-core-test/src/main/java/org/springframework/aot/agent/InvocationsRecorderClassTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class InvocationsRecorderClassTransformer implements ClassFileTransformer {
3737

3838
private static final String AGENT_PACKAGE = InvocationsRecorderClassTransformer.class.getPackageName().replace('.', '/');
3939

40-
private static final String AOT_DYNAMIC_CLASSLOADER = "org/springframework/aot/test/generator/compile/DynamicClassLoader";
40+
private static final String AOT_DYNAMIC_CLASSLOADER = "org/springframework/aot/test/generate/compile/DynamicClassLoader";
4141

4242
private final String[] instrumentedPackages;
4343

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

19-
import org.springframework.aot.test.generator.file.ResourceFile;
20-
import org.springframework.aot.test.generator.file.ResourceFiles;
21-
import org.springframework.aot.test.generator.file.SourceFile;
22-
import org.springframework.aot.test.generator.file.SourceFiles;
19+
import org.springframework.aot.test.generate.file.ResourceFile;
20+
import org.springframework.aot.test.generate.file.ResourceFiles;
21+
import org.springframework.aot.test.generate.file.SourceFile;
22+
import org.springframework.aot.test.generate.file.SourceFiles;
2323

2424
/**
2525
* Exception thrown when code cannot compile.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.lang.annotation.Documented;
2020
import java.lang.annotation.ElementType;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.io.IOException;
2020
import java.io.InputStream;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.lang.reflect.Method;
2020

spring-core-test/src/main/java/org/springframework/aot/test/generator/compile/Compiled.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/compile/Compiled.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.lang.reflect.Constructor;
2020
import java.util.ArrayList;
2121
import java.util.Collections;
2222
import java.util.List;
2323

24-
import org.springframework.aot.test.generator.file.ResourceFile;
25-
import org.springframework.aot.test.generator.file.ResourceFiles;
26-
import org.springframework.aot.test.generator.file.SourceFile;
27-
import org.springframework.aot.test.generator.file.SourceFiles;
24+
import org.springframework.aot.test.generate.file.ResourceFile;
25+
import org.springframework.aot.test.generate.file.ResourceFiles;
26+
import org.springframework.aot.test.generate.file.SourceFile;
27+
import org.springframework.aot.test.generate.file.SourceFiles;
2828
import org.springframework.lang.Nullable;
2929
import org.springframework.util.Assert;
3030

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.io.ByteArrayOutputStream;
2020
import java.io.OutputStream;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.io.ByteArrayInputStream;
2020
import java.io.IOException;
@@ -28,8 +28,8 @@
2828
import java.util.Enumeration;
2929
import java.util.Map;
3030

31-
import org.springframework.aot.test.generator.file.ResourceFile;
32-
import org.springframework.aot.test.generator.file.ResourceFiles;
31+
import org.springframework.aot.test.generate.file.ResourceFile;
32+
import org.springframework.aot.test.generate.file.ResourceFiles;
3333
import org.springframework.lang.Nullable;
3434
import org.springframework.util.ReflectionUtils;
3535

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.io.IOException;
2020
import java.util.Collections;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.net.URI;
2020

2121
import javax.tools.JavaFileObject;
2222
import javax.tools.SimpleJavaFileObject;
2323

24-
import org.springframework.aot.test.generator.file.SourceFile;
24+
import org.springframework.aot.test.generate.file.SourceFile;
2525

2626
/**
2727
* Adapts a {@link SourceFile} instance to a {@link JavaFileObject}.

spring-core-test/src/main/java/org/springframework/aot/test/generator/compile/TestCompiler.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/compile/TestCompiler.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import java.io.PrintStream;
2020
import java.util.ArrayList;
@@ -35,11 +35,11 @@
3535

3636
import org.springframework.aot.generate.GeneratedFiles.Kind;
3737
import org.springframework.aot.generate.InMemoryGeneratedFiles;
38-
import org.springframework.aot.test.generator.file.ResourceFile;
39-
import org.springframework.aot.test.generator.file.ResourceFiles;
40-
import org.springframework.aot.test.generator.file.SourceFile;
41-
import org.springframework.aot.test.generator.file.SourceFiles;
42-
import org.springframework.aot.test.generator.file.WritableContent;
38+
import org.springframework.aot.test.generate.file.ResourceFile;
39+
import org.springframework.aot.test.generate.file.ResourceFiles;
40+
import org.springframework.aot.test.generate.file.SourceFile;
41+
import org.springframework.aot.test.generate.file.SourceFiles;
42+
import org.springframework.aot.test.generate.file.WritableContent;
4343
import org.springframework.lang.Nullable;
4444

4545
/**

spring-core-test/src/main/java/org/springframework/aot/test/generator/compile/package-info.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/compile/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
@NonNullApi
55
@NonNullFields
6-
package org.springframework.aot.test.generator.compile;
6+
package org.springframework.aot.test.generate.compile;
77

88
import org.springframework.lang.NonNullApi;
99
import org.springframework.lang.NonNullFields;

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/DynamicFile.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/DynamicFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import java.io.IOException;
2020
import java.util.Objects;

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/DynamicFileAssert.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/DynamicFileAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import org.assertj.core.api.AbstractAssert;
2020

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/DynamicFiles.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/DynamicFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import java.util.Arrays;
2020
import java.util.Collections;

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/ResourceFile.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/ResourceFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import java.io.InputStreamReader;
2020
import java.nio.charset.StandardCharsets;

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/ResourceFileAssert.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/ResourceFileAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
/**
2020
* Assertion methods for {@code ResourceFile} instances.

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/ResourceFiles.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/ResourceFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import java.util.Iterator;
2020
import java.util.stream.Stream;

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/SourceFile.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/SourceFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import java.io.IOException;
2020
import java.io.InputStreamReader;

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/SourceFileAssert.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/SourceFileAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
/**
2020
* Assertion methods for {@code SourceFile} instances.

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/SourceFiles.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/SourceFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import java.util.Iterator;
2020
import java.util.Objects;

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/WritableContent.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/WritableContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.file;
17+
package org.springframework.aot.test.generate.file;
1818

1919
import java.io.IOException;
2020

spring-core-test/src/main/java/org/springframework/aot/test/generator/file/package-info.java renamed to spring-core-test/src/main/java/org/springframework/aot/test/generate/file/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
@NonNullApi
77
@NonNullFields
8-
package org.springframework.aot.test.generator.file;
8+
package org.springframework.aot.test.generate.file;
99

1010
import org.springframework.lang.NonNullApi;
1111
import org.springframework.lang.NonNullFields;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.aot.test.generator.compile;
17+
package org.springframework.aot.test.generate.compile;
1818

1919
import org.junit.jupiter.api.Test;
2020

21-
import org.springframework.aot.test.generator.file.ResourceFiles;
22-
import org.springframework.aot.test.generator.file.SourceFiles;
21+
import org.springframework.aot.test.generate.file.ResourceFiles;
22+
import org.springframework.aot.test.generate.file.SourceFiles;
2323

2424
import static org.assertj.core.api.Assertions.assertThat;
2525

0 commit comments

Comments
 (0)